khtml/css/parser_wrapper.cpp not in cvs?
Trying to build WebKit, it fails when it comes to khtml/css/ parser_wrapper.cpp since there is no such file. This is after an update-webkit. Is it just me? Matt Gough
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?)). 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. This is after an update-webkit.
Is it just me?
-- Kevin Ballard kevin@sb.org http://www.tildesoft.com http://kevin.sb.org
I had a similar experience yesterday after an update-webkit (though I don't recall the file and didn't investigate). A fresh checkout built fine. On Jun 26, 2005, at 1: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. This is after an update-webkit.
Is it just me?
Matt Gough _______________________________________________ webkit-dev mailing list webkit-dev@opendarwin.org http://www.opendarwin.org/mailman/listinfo/webkit-dev
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. 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. — Timothy Hatcher » colloquy.info On Jun 26, 2005, at 8:04 PM, Curt Arnold wrote:
I had a similar experience yesterday after an update-webkit (though I don't recall the file and didn't investigate). A fresh checkout built fine.
On Jun 26, 2005, at 1: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. This is after an update-webkit.
Is it just me?
Matt Gough _______________________________________________ webkit-dev mailing list webkit-dev@opendarwin.org http://www.opendarwin.org/mailman/listinfo/webkit-dev
_______________________________________________ webkit-dev mailing list webkit-dev@opendarwin.org http://www.opendarwin.org/mailman/listinfo/webkit-dev
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
participants (5)
-
Curt Arnold
-
Darin Adler
-
Kevin Ballard
-
Matt Gough
-
Timothy Hatcher