Hi Ashok, If you have glib2.21.6, then glib-mkenums will also be of same version. Definitely this error is because of older version of glib being picked up in your build. Support for @basename@ is added to glib since version 2.21.3 ( http://www.gtk.org/news-archives.php).
Please make sure that newer version of glib is getting picked up in your build. Cross check whether GLIB_CFLAGS and GLIB_LDFLAGS are reflecting your latest version of glib. Also check if the output of 'glib-config --cflags glib' points to newer version of glib again. On Fri, Sep 11, 2009 at 7:05 PM, AshokKumar G <[email protected] > wrote: > Hi Nayan, > Thanks for your reply. Sorry I forgot to mention I > installed glib2.21.6 and glib2.21.6 development as well. And all the > dependency packages are latest version only. Or Should I check for > glib-mkenums version also? > > Thanks & Regards > AshokKumar.G > > > > On Fri, Sep 11, 2009 at 6:47 PM, Nayan <[email protected]> wrote: > >> Hi Ashok, >> >> To compile the latest WebKit code, you need to have glib version 2.21.6, >> as glib-mkenums @basename@ syntax is available since 2.21.6. Please refer >> https://bugs.webkit.org/show_bug.cgi?id=28741 for more details. >> >> >> On Fri, Sep 11, 2009 at 5:39 PM, AshokKumar G < >> [email protected]> wrote: >> >>> Hi, >>> I am building WebKitGTK. when I issued ./autogen.sh >>> --prefix=pathtoinstall, it created all the necessary files and configuration >>> is fine. When I issue make it is generating the .h and .cpp files under >>> DerivedSources, and after some time it is showing build error with the >>> following messages >>> >>> /bin/mkdir -p ./.deps/DerivedSources >>> CXX WebKit/gtk/WebCoreSupport/libwebkit_1_0_la-ChromeClientGtk.lo >>> CXX >>> WebKit/gtk/WebCoreSupport/libwebkit_1_0_la-ContextMenuClientGtk.lo >>> CXX WebKit/gtk/WebCoreSupport/libwebkit_1_0_la-DocumentLoaderGtk.lo >>> CXX WebKit/gtk/WebCoreSupport/libwebkit_1_0_la-DragClientGtk.lo >>> CXX WebKit/gtk/WebCoreSupport/libwebkit_1_0_la-EditorClientGtk.lo >>> CXX >>> WebKit/gtk/WebCoreSupport/libwebkit_1_0_la-FrameLoaderClientGtk.lo >>> CXX WebKit/gtk/WebCoreSupport/libwebkit_1_0_la-InspectorClientGtk.lo >>> CXX >>> WebKit/gtk/WebCoreSupport/libwebkit_1_0_la-PasteboardHelperGtk.lo >>> CXX WebKit/gtk/webkit/libwebkit_1_0_la-webkitapplicationcache.lo >>> CXX WebKit/gtk/webkit/libwebkit_1_0_la-webkitdownload.lo >>> In file included from WebKit/gtk/webkit/webkitdownload.cpp:32: >>> WebKit/gtk/webkit/webkitenumtypes.h:13:29: error: webkit/@basename@: No >>> such file or directory >>> make[1]: *** [WebKit/gtk/webkit/libwebkit_1_0_la-webkitdownload.lo] Error >>> 1 >>> make[1]: Leaving directory `/usr/src/WebKit-r48276' >>> make: *** [all] Error 2 >>> >>> >>> Could some body help me how to build webkit from the source? >>> >>> What should @basename@ represent? Should we pass @basename@ parameter >>> while building webkit. >>> >>> Thanks & Regards >>> AshokKumar.G >>> >>> _______________________________________________ >>> webkit-help mailing list >>> [email protected] >>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help >>> >>> >> >> >> -- >> Regards, >> _Nayan_ >> >> > -- Regards, _Nayan_
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
