Hi, As Benjamin told in the other mail sent earlier : "This is the wrong Mailing list. ClutterWebKit is a completely separate project, it is not developed on WebKit.org."
Thanks. On Wed, Jun 12, 2013 at 8:17 AM, sant <ssanthsht...@gmail.com> wrote: > following this link https://github.com/rkudiyarov/ClutterWebkit.git > > help me to solve this error > ./ClutterWebkit-master/WebKitTools/Scripts/build-webkit –prefix=”$ROOT_DIR” > –host=”$TARGET” –target=”i586-mingw32msvc” –clutter –minimal –debug > > CXX WebCore/svg/libwebkit_clutter_1_0_la-SVGZoomEvent.lo > CXX WebCore/bindings/js/libwebkit_clutter_1_0_la-ScriptControllerClutter.lo > CXX WebCore/platform/text/libwebkit_clutter_1_0_la-TextCodecICU.lo > CXX WebCore/platform/text/libwebkit_clutter_1_0_la-TextBreakIteratorICU.lo > CXX > > WebCore/platform/graphics/cairo/libwebkit_clutter_1_0_la-FontCacheFreeType.lo > In file included from ../../WebCore/bridge/npruntime_internal.h:28, > from ../../WebCore/plugins/PluginStream.h:38, > from ../../WebCore/plugins/PluginView.h:47, > from ../../WebCore/bindings/js/ScriptControllerClutter.cpp:35: > ../../WebCore/bridge/npapi.h:93:22: error: X11/Xlib.h: No such file or > directory > ../../WebCore/bridge/npapi.h:94:23: error: X11/Xutil.h: No such file or > directory > In file included from ../../WebCore/plugins/PluginStream.h:38, > from ../../WebCore/plugins/PluginView.h:47, > from ../../WebCore/bindings/js/ScriptControllerClutter.cpp:35: > ../../WebCore/bridge/npruntime_internal.h:33:31: error: X11/Xresource.h: No > such file or directory > CXX > > WebCore/platform/graphics/cairo/libwebkit_clutter_1_0_la-FontCustomPlatformData.lo > CXX > > WebCore/platform/graphics/cairo/libwebkit_clutter_1_0_la-FontPlatformDataFreeType.lo > CXX > > WebCore/platform/graphics/cairo/libwebkit_clutter_1_0_la-GlyphPageTreeNodeCairo.lo > CXX > > WebCore/platform/graphics/cairo/libwebkit_clutter_1_0_la-SimpleFontDataCairo.lo > In file included from ../../WebCore/bridge/npruntime_internal.h:28, > from ../../WebCore/plugins/PluginStream.h:38, > from ../../WebCore/plugins/PluginView.h:47, > from ../../WebCore/bindings/js/ScriptControllerClutter.cpp:35: > ../../WebCore/bridge/npapi.h:269: error: ISO C++ forbids declaration of > ‘Display’ with no type > ../../WebCore/bridge/npapi.h:269: error: expected ‘;’ before ‘*’ token > ../../WebCore/bridge/npapi.h:270: error: ISO C++ forbids declaration of > ‘Visual’ with no type > ../../WebCore/bridge/npapi.h:270: error: expected ‘;’ before ‘*’ token > ../../WebCore/bridge/npapi.h:271: error: ‘Colormap’ does not name a type > In file included from > ../../WebCore/bindings/js/ScriptControllerClutter.cpp:35: > ../../WebCore/plugins/PluginView.h:402: error: ‘Pixmap’ does not name a > type > ../../WebCore/plugins/PluginView.h:403: error: ISO C++ forbids declaration > of ‘Visual’ with no type > ../../WebCore/plugins/PluginView.h:403: error: expected ‘;’ before ‘*’ > token > ../../WebCore/plugins/PluginView.h:404: error: ‘Colormap’ does not name a > type > ../../WebCore/plugins/PluginView.h:405: error: ISO C++ forbids declaration > of ‘Display’ with no type > ../../WebCore/plugins/PluginView.h:405: error: expected ‘;’ before ‘*’ > token > ../../WebCore/plugins/PluginView.h:407: error: ‘XEvent’ has not been > declared > CXX WebKit/clutter/webkit/libwebkit_clutter_1_0_la-webkitenumtypes.lo > CXX JavaScriptCore/wtf/libJavaScriptCore_la-HashTable.lo > make[1]: *** > [WebCore/bindings/js/libwebkit_clutter_1_0_la-ScriptControllerClutter.lo] > Error 1 > make[1]: *** Waiting for unfinished jobs…. > In file included from ../../WebKit/clutter/webkit/webkitwebview.h:35, > from ././WebKit/clutter/webkit/webkitenumtypes.h:70, > from WebKit/clutter/webkit/webkitenumtypes.cpp:6: > ../../WebKit/clutter/webkit/webkitactor.h:67:7: warning: no newline at end > of file > make[1]: Leaving directory > `/home/emo2/Music/ClutterWebkit/ClutterWebkit-master/WebKitBuild/Debug’ > make: *** [all] Error 2 > > Failed to build WebKit using ‘make’! > root@emo2:/home/emo2/Music# cd ClutterWebkit/ > root@emo2:/home/emo2/Music/ClutterWebkit# cd ClutterWebkit-master/ > root@emo2:/home/emo2/Music/ClutterWebkit/ClutterWebkit-master# make clean > make[1]: Entering directory > `/home/emo2/Music/ClutterWebkit/ClutterWebkit-master/JavaScriptCore’ > ( xcodebuild -target All -alltargets clean `perl -I../WebKitTools/Scripts > -Mwebkitdirs -e ‘print XcodeOptionString()’` | grep -v setenv && exit > ${PIPESTATUS[0]} ) > /bin/sh: 1: xcodebuild: not found > make[1]: *** [clean] Error 1 > make[1]: Leaving directory > `/home/emo2/Music/ClutterWebkit/ClutterWebkit-master/JavaScriptCore’ > make: *** [clean] Error 2 > > ./ClutterWebkit-master/WebKitTools/Scripts/build-webkit –prefix=”$ROOT_DIR” > –host=”$TARGET” –target=”i586-mingw32msvc” \ > –clutter –minimal –debug –with-target=win32 > gives error as > > *** Warning: linker path does not have real file for library -lpthread. > *** I have the capability to make that library automatically link in when > *** you link to this library. But I can only do this if you have a > *** shared version of the library, which you do not appear to have > *** because I did check the linker path looking for a file starting > *** with libpthread but no candidates were found. (…for file magic test) > > *** Warning: linker path does not have real file for library -licuin. > *** I have the capability to make that library automatically link in when > *** you link to this library. But I can only do this if you have a > *** shared version of the library, which you do not appear to have > *** because I did check the linker path looking for a file starting > *** with libicuin and none of the candidates passed a file format test > *** using a file magic. Last file checked: > /home/emo2/Music/clutter-cross/lib/libpng14.dll.a > > *** Warning: linker path does not have real file for library -licuuc. > *** I have the capability to make that library automatically link in when > *** you link to this library. But I can only do this if you have a > *** shared version of the library, which you do not appear to have > *** because I did check the linker path looking for a file starting > *** with libicuuc and none of the candidates passed a file format test > *** using a file magic. Last file checked: > /home/emo2/Music/clutter-cross/lib/libpng14.dll.a > *** The inter-library dependencies that have been dropped here will be > *** automatically added whenever a program is linked with this library > *** or is declared to -dlopen it. > > *** Since this library must not contain undefined symbols, > *** because either the platform does not support them or > *** it was explicitly requested with -no-undefined, > *** libtool will only create a static version of it. > make[1]: Leaving directory > `/home/emo2/Music/ClutterWebkit/ClutterWebkit-master/WebKitBuild/Debug’ > make: *** [all] Error 2 > > Failed to build WebKit using ‘make’! > > > > > -- > View this message in context: > http://mac-os-forge.2317878.n4.nabble.com/error-while-make-webkit-clutter-tp220184.html > Sent from the Webkit mailing list archive at Nabble.com. > _______________________________________________ > webkit-dev mailing list > webkit-dev@lists.webkit.org > https://lists.webkit.org/mailman/listinfo/webkit-dev > -- Software Engineer @ Intel Open Source Technology Center
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev