On Jun 26, 2005, at 12:36 PM, Kevin Ballard wrote:
On Jun 26, 2005, at 2:18 PM, Matt Gough wrote:
Trying to build WebKit, it fails when it comes to khtml/css/ parser_wrapper.cpp since there is no such file.
I think that's supposed to be generated by a script phase, or something. Try doing a clean build (i.e. wipe your WebKitBuild dir (s?)).
It used to be a generated file -- now it's not used by the project at all. On Jun 26, 2005, at 5:59 PM, Timothy Hatcher wrote:
Make sure you don't have an updated Xcode (.xcodeproj) file sitting in the WebCore directory. The .pbproj was updated and the change wont be reflected in the .xcodeproj.
I think this is the correct theory about what's going wrong. You'll have trouble any time we change the project if you have an updated project there.
Delete the .xcodeproj and let Xcode convert a new one if you need it. The build-webkit script could be modified to pass the -project arg, preventing this.
I'll make that change to the build scripts. -- Darin