Hi,
I am trying to run /Tools/Scripts/build-webkit --gtk in ubuntu I am getting this error: checking for GLIB - version >= 2.27.90... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GLIB is incorrectly installed. configure: error: You need the GLib dev tools in your path Failed to setup build environment using 'autotools'! I have done: sudo apt-get install libglib2.0-dev And I have set the following path: export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH export PKG_CONFIG_PATH=/usr/lib/pkgconfig export C_INCLUDE_PATH=/usr/include/glib-2.0/ export CPLUS_INCLUDE_PATH=/usr/include/glib-2.0/ I am a beginner...Thanks a lot in advance. Regards. _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
