Hey, I'm a crude newbie to this stuff, but I followed the instructions to the letter on updating webkit and then building it. After the update, I ran WebKitTools/Scripts/build-webkit The terminal runs the process, but then stops here Ld "/Users/taki/Custom Builds/WebCore.framework/Versions/A/WebCore" normal ppc setenv MACOSX_DEPLOYMENT_TARGET 10.3 cd /Users/taki/WebCore /usr/bin/g++-4.0 -o "/Users/taki/Custom Builds/WebCore.framework/ Versions/A/WebCore" "-L/Users/taki/Custom Builds" -L/Users/taki/ Custom -LBuilds/WebCore.build/WebCore.build/DerivedSources "-F/Users/ taki/Custom Builds" -F/System/Library/Frameworks/WebKit.framework/ Frameworks -filelist "/Users/taki/Custom Builds/WebCore.build/ WebCore.build/Objects-normal/ppc/WebCore.LinkFileList" -framework ApplicationServices -framework Carbon -framework Cocoa -framework JavaScriptCore -licucore -lxslt -arch ppc -Wl,- exported_symbols_list,WebCore.exp -Wl,-single_module -dynamiclib - compatibility_version 1 -current_version 1 -install_name /System/ Library/Frameworks/WebKit.framework/Versions/A/Frameworks/ WebCore.framework/Versions/A/WebCore -lxml2-WebCore /usr/bin/libtool: can't locate file for: -lxml2-WebCore /usr/bin/libtool: file: -lxml2-WebCore is not an object file (not allowed in a library) ** BUILD FAILED ** How do I get this -lxml2-WebCore file that it's looking for? Christian