Yes this is a bug. Right now the only fix seems to be in the gdk directory to run.
make DerivedSources I thought I'd figure out how to fix this quickly but no luck so far. The problem is bakefile adds the extra dependency to the end of the list of dependencies instead of to the begining. I find it a bug but I was told that you should not have this sort of restriction. I disagree. If you look at the generated GNUmakefile you can see the problem. I've got no response on this from the core bakefile team. On 8/15/06, Krzysztof Kowalczyk <[EMAIL PROTECTED]> wrote:
I just tried to build the latest SVN sources under Linux (Ubuntu 5.04). As far as I can tell I get all my depndencies via WebKitTools/Scripts/install-win-extras. I did cd WebKitTools/Scripts; regenerate-makefiles I went into Bakefiles directory and ran bakefile_gen. I can build jscore by running make in JavaScriptCore directory. However, when trying to build Projects/wx or Projects/gtk, I get the following: [EMAIL PROTECTED]:~/src/webkit/WebCore/Projects/wx$ make make: *** No rule to make target `../../DerivedSources/WebCore/CharsetData.cpp', needed by `obj-gnu/webcore_wx_CharsetData.o'. Stop. I can see that DerivedSources directory is empty. Somehow I get the impression that WebCore/make-generated-sources.sh script was supposed to be called with the right parameters but wasn't. I can't find the place where it's supposed to be called (just calling it from shell doesn't work because it needs to be passed name of the ENCODINGS_FILE) Can anyone offer some insight into what I might have missed? Does anyone have the latest version building under Unix? If yes, which project (wx or gtk)? The only clue I have is that when running bakefile_gen I get: 3/7] generating msvs2005 from ../JavaScriptCore/jscore.bkl warning: ignoring action target 'DerivedSources' But this might be expected. Any help appreciated. -- kjk _______________________________________________ webkit-dev mailing list [email protected] http://www.opendarwin.org/mailman/listinfo/webkit-dev
_______________________________________________ webkit-dev mailing list [email protected] http://www.opendarwin.org/mailman/listinfo/webkit-dev
