I also tried to build source of nightly build WebKit-r44591 but it also gives same problem. rgds anurag ________________________________ From: anurag uniyal <anuraguniyal@yahoo.com> To: webkit-dev@lists.webkit.org Sent: Thursday, 11 June, 2009 1:39:28 PM Subject: ubuntu build problem I have checked out revision 44600 today and it gives me build problem is there some stable version which I should be using? I am building it on ubuntu machine with command ./build-webkit --wx --wx-args="wxgc wxpython" """ ranlib /home/anushri/try/WebKit/WebKitBuild/Release/libjscore.a g++ -o /home/anushri/try/WebKit/WebKitBuild/Release/jsc obj-gnu/jsc_jsc.o -lm -L/usr/lib -licui18n -licuuc -licudata -lm -L/home/anushri/try/WebKit/WebKitBuild/Release -L/home/anushri/try/WebKit/WebKitTools/wx/../../WebKitLibraries/unix/lib -L/home/anushri/try/WebKit/WebKitTools/wx/../../WebKitLibraries -ljpeg -lpng `wx-config --libs core,base` -g -ljscore -lpthread /home/anushri/try/WebKit/WebKitBuild/Release/libjscore.a(jscore_JSGlobalData.o): In function `JSC::JSGlobalData::JSGlobalData(bool, JSC::VPtrSet const&)': JSGlobalData.cpp:(.text+0x8e1): undefined reference to `JSC::jsonTable' /home/anushri/try/WebKit/WebKitBuild/Release/libjscore.a(jscore_JSGlobalData.o): In function `JSC::JSGlobalData::JSGlobalData(bool, JSC::VPtrSet const&)': JSGlobalData.cpp:(.text+0x1241): undefined reference to `JSC::jsonTable' /home/anushri/try/WebKit/WebKitBuild/Release/libjscore.a(jscore_JSGlobalObject.o): In function `JSC::JSGlobalObject::reset(JSC::JSValue)': JSGlobalObject.cpp:(.text+0x5391): undefined reference to `vtable for JSC::JSONObject' collect2: ld returned 1 exit status make: *** [/home/anushri/try/WebKit/WebKitBuild/Release/jsc] Error 1 make: Leaving directory `/home/anushri/try/WebKit/JavaScriptCore """" rgds Anurag ________________________________ Explore and discover exciting holidays and getaways with Yahoo! India Travel Click here! Explore and discover exciting holidays and getaways with Yahoo! India Travel http://in.travel.yahoo.com/
do anybody have a clue, or any pointers for me so that I can fix it myself? I have checked out revision 44600 today and it gives me build problem is there some stable version which I should be using? I am building it on ubuntu machine with command ./build-webkit --wx --wx-args="wxgc wxpython" """ ranlib /home/anushri/try/WebKit/WebKitBuild/Release/libjscore.a g++ -o /home/anushri/try/WebKit/WebKitBuild/Release/jsc obj-gnu/jsc_jsc.o -lm -L/usr/lib -licui18n -licuuc -licudata -lm -L/home/anushri/try/WebKit/WebKitBuild/Release -L/home/anushri/try/WebKit/WebKitTools/wx/../../WebKitLibraries/unix/lib -L/home/anushri/try/WebKit/WebKitTools/wx/../../WebKitLibraries -ljpeg -lpng `wx-config --libs core,base` -g -ljscore -lpthread /home/anushri/try/WebKit/WebKitBuild/Release/libjscore.a(jscore_JSGlobalData.o): In function `JSC::JSGlobalData::JSGlobalData(bool, JSC::VPtrSet const&)': JSGlobalData.cpp:(.text+0x8e1): undefined reference to `JSC::jsonTable' /home/anushri/try/WebKit/WebKitBuild/Release/libjscore.a(jscore_JSGlobalData.o): In function `JSC::JSGlobalData::JSGlobalData(bool, JSC::VPtrSet const&)': JSGlobalData.cpp:(.text+0x1241): undefined reference to `JSC::jsonTable' /home/anushri/try/WebKit/WebKitBuild/Release/libjscore.a(jscore_JSGlobalObject.o): In function `JSC::JSGlobalObject::reset(JSC::JSValue)': JSGlobalObject.cpp:(.text+0x5391): undefined reference to `vtable for JSC::JSONObject' collect2: ld returned 1 exit status make: *** [/home/anushri/try/WebKit/WebKitBuild/Release/jsc] Error 1 make: Leaving directory `/home/anushri/try/WebKit/JavaScriptCore """" rgds Anurag ________________________________ Explore and discover exciting holidays and getaways with Yahoo! India Travel Click here! ________________________________ Own a website.Get an unlimited package.Pay next to nothing.*Click here!. Cricket on your mind? Visit the ultimate cricket website. Enter http://beta.cricket.yahoo.com
It sounds like the wxWindows build is broken due to a file missing from its build system. (Find the source file with JSC::jsonTable() defined in it, then add it to the wx build system files.) I've copied Kevin Ollivier, the port maintainer, so that he's aware of the issue. Kevin, any chance of getting the wxWindows buildbot back online? Dave ________________________________ From: anurag uniyal <anuraguniyal@yahoo.com> To: webkit-dev@lists.webkit.org Sent: Thursday, June 11, 2009 10:56:52 PM Subject: Re: [webkit-dev] ubuntu build problem do anybody have a clue, or any pointers for me so that I can fix it myself? I have checked out revision 44600 today and it gives me build problem is there some stable version which I should be using? I am building it on ubuntu machine with command ./build-webkit --wx --wx-args="wxgc wxpython" """ ranlib /home/anushri/try/WebKit/WebKitBuild/Release/libjscore.a g++ -o /home/anushri/try/WebKit/WebKitBuild/Release/jsc obj-gnu/jsc_jsc.o -lm -L/usr/lib -licui18n -licuuc -licudata -lm -L/home/anushri/try/WebKit/WebKitBuild/Release -L/home/anushri/try/WebKit/WebKitTools/wx/../../WebKitLibraries/unix/lib -L/home/anushri/try/WebKit/WebKitTools/wx/../../WebKitLibraries -ljpeg -lpng `wx-config --libs core,base` -g -ljscore -lpthread /home/anushri/try/WebKit/WebKitBuild/Release/libjscore.a(jscore_JSGlobalData.o): In function `JSC::JSGlobalData::JSGlobalData(bool, JSC::VPtrSet const&)': JSGlobalData.cpp:(.text+0x8e1): undefined reference to `JSC::jsonTable' /home/anushri/try/WebKit/WebKitBuild/Release/libjscore.a(jscore_JSGlobalData.o): In function `JSC::JSGlobalData::JSGlobalData(bool, JSC::VPtrSet const&)': JSGlobalData.cpp:(.text+0x1241): undefined reference to `JSC::jsonTable' /home/anushri/try/WebKit/WebKitBuild/Release/libjscore.a(jscore_JSGlobalObject.o): In function `JSC::JSGlobalObject::reset(JSC::JSValue)': JSGlobalObject.cpp:(.text+0x5391): undefined reference to `vtable for JSC::JSONObject' collect2: ld returned 1 exit status make: *** [/home/anushri/try/WebKit/WebKitBuild/Release/jsc] Error 1 make: Leaving directory `/home/anushri/try/WebKit/JavaScriptCore """" rgds Anurag ________________________________ Explore and discover exciting holidays and getaways with Yahoo! India Travel Click here! ________________________________ Own a website.Get an unlimited package.Pay next to nothing.*Click here!. ________________________________ Explore and discover exciting holidays and getaways with Yahoo! India Travel Click here!
participants (2)
-
anurag uniyal
-
David Kilzer