Conrad, On 2008-07-01, at 15:49, Conrad Taylor wrote:
Hi, I'm attempting to build webkit-dev from the command (i.e. build- webkit) on G5 with Mac OS X 10.5.4 I'm getting the following error message:
/bin/sh -c /Users/conradwt/java.dir/projects/discover/classes/ WebKit.build/Release/WebKit.build/Script-1C395DE20C6BE8E0000D1E52.sh ** BUILD FAILED **
The following build commands failed: WebKit: CompileC /Users/conradwt/java.dir/projects/discover/classes/ WebKit.build/Release/WebKit.build/Objects-normal/ppc/WebView.o / Users/conradwt/webkit.dir/projects/WebKit/WebKit/mac/WebView/ WebView.mm normal ppc objective-c++ com.apple.compilers.gcc.4_0 (1 failure)
Can you please post the error message that the compiler generates? This line only indicates that a single compile step failed. Scroll up through the build output to find the build output from that step where the error occured and provide that information. Then we may be able to assist in tracking down the problem.
It appears that it's picking up an existing directory:
/Users/conradwt/java.dir/projects/discover
That may indicate that you have Xcode set up to use a customized build location. You can verify this by looking at the Building pane of the Xcode preferences. - Mark