[webkit-dev] error: WebKitSystemInterface.h: No such file or
directory
Robert Nicholson
robert at elastica.com
Wed Jun 8 06:40:21 PDT 2005
In my case too
main::(WebKitTools/Scripts/build-webkit:72):
72: `mkdir -p "${productDir}/usr/local/include"`;
`ditto WebKitSystemInterface.h "${productDir}/usr/local/include/
WebKitSystemInterface.h"`
does not work
if I use
~/.build
but it does if I use
/Users/robert/.build
FYI
after a with ~/.build
annie:~/.build robert$ ls -alg
total 240
drwxr-xr-x 10 robert 340 Jun 8 08:35 .
drwxr-xr-x 47 robert 1598 Jun 8 08:02 ..
drwxr-xr-x 6 robert 204 Jun 8 08:02 JavaScriptCore.build
drwxr-xr-x 6 robert 204 Jun 8 08:04 JavaScriptCore.framework
drwxr-xr-x 4 robert 136 Jun 8 08:04 WebCore.build
drwxr-xr-x 6 robert 204 Jun 8 08:14 WebCore.framework
drwxr-xr-x 4 robert 136 Jun 8 08:14 WebKit.build
drwxr-xr-x 6 robert 204 Jun 8 08:14 WebKit.framework
-rwxr-xr-x 1 robert 24648 Jun 8 08:02 dftables
-rwxr-xr-x 1 robert 93304 Jun 8 08:04 testkjs
after with /Users/robert/.build
mkdir seems to create a directory ~
nnie:~/Programming/Objective-c robert$ ls -al '~'
total 0
drwxr-xr-x 3 robert robert 102 Jun 8 08:37 .
drwxr-xr-x 36 robert robert 1224 Jun 8 08:37 ..
drwxr-xr-x 3 robert robert 102 Jun 8 08:37 .build
annie:~/.build robert$ ls -alg
total 896
drwxr-xr-x 13 robert 442 Jun 8 08:38 .
drwxr-xr-x 47 robert 1598 Jun 8 08:02 ..
drwxr-xr-x 4 robert 136 Jun 8 08:38 Deployment
drwxr-xr-x 6 robert 204 Jun 8 08:02 JavaScriptCore.build
drwxr-xr-x 6 robert 204 Jun 8 08:04 JavaScriptCore.framework
drwxr-xr-x 4 robert 136 Jun 8 08:04 WebCore.build
drwxr-xr-x 6 robert 204 Jun 8 08:14 WebCore.framework
drwxr-xr-x 4 robert 136 Jun 8 08:14 WebKit.build
drwxr-xr-x 6 robert 204 Jun 8 08:14 WebKit.framework
-rwxr-xr-x 1 robert 24648 Jun 8 08:02 dftables
-rw-r--r-- 1 robert 332208 Jun 8 08:38 libWebKitSystemInterface.a
-rwxr-xr-x 1 robert 93304 Jun 8 08:04 testkjs
drwxr-xr-x 3 robert 102 Jun 8 08:38 usr
On Jun 8, 2005, at 7:54 AM, Kevin T. Broderick wrote:
> On 8 Jun 2005, at 1:28 AM, Robert Nicholson wrote:
>
>
>> Anybody else get this problem whilst building?
>>
>> CompileC /Users/robert/.build/WebKit.build/WebKit.build/Objects-
>> normal/ppc/WebHistoryItem.o History.subproj/WebHistoryItem.m
>> normal ppc objective-c com.apple.compilers.gcc.4_0
>> setenv MACOSX_DEPLOYMENT_TARGET 10.3
>> cd /Users/robert/Programming/Objective-C/WebKit
>> /usr/bin/gcc-4.0 -x objective-c -arch ppc -pipe -Wno-trigraphs
>> -fpascal-strings -fasm-blocks -g -Os -Werror -Wmissing-prototypes -
>> DNDEBUG -DFRAMEWORK_NAME=WebKit -fmessage-length=0 -fobjc-direct-
>> dispatch -fobjc-gc -mtune=G4 -I/Users/robert/.build/WebKit.build/
>> WebKit.build/WebKit.hmap -Wall -W -Wcast-align -Wchar-subscripts -
>> Wformat-security -Wmissing-format-attribute -Wpointer-arith -
>> Wwrite-strings -Wno-format-y2k -Wno-unused-parameter -F/Users/
>> robert/.build -F/System/Library/Frameworks/WebKit.framework/
>> Frameworks -F/System/Library/Frameworks/
>> ApplicationServices.framework/Frameworks -F/System/Library/
>> Frameworks/Carbon.framework/Frameworks -F/System/Library/
>> PrivateFrameworks -F/Users/robert/.build/WebKit.build/WebKit.build/
>> DerivedSources -I/Users/robert/.build/include -I/Users/
>> robert/.build/usr/local/include -Iicu -I/Users/robert/.build/
>> WebKit.build/WebKit.build/DerivedSources -Wbad-function-cast -
>> Wmissing-declarations -Wnested-externs -include /Users/
>> robert/.build/WebKit.build/SharedCaches/WebKitPrefix-
>> dchauuscogpubwcnhifqbwhayxnq/WebKitPrefix.h -c /Users/robert/
>> Programming/Objective-C/WebKit/History.subproj/WebHistoryItem.m -
>> o /Users/robert/.build/WebKit.build/WebKit.build/Objects-normal/
>> ppc/WebHistoryItem.o
>> /Users/robert/Programming/Objective-C/WebKit/History.subproj/
>> WebHistoryItem.m:45:34: error: WebKitSystemInterface.h: No such
>> file or directory
>>
>
>
> I did. I tried running the update-webkit script a couple of times
> to no avail, but changing my build pref in XCode from "~/Documents/
> src/builds/" to "/Users/kbroderick/Documents/src/builds" seems to
> have fixed it, as I can now build successfully.
>
> Kevin Broderick / kbroderick at smcvt.edu
>
>
More information about the webkit-dev
mailing list