[webkit-help] Need help in running 'configure' for webkit in ubuntu 10.10
n179911
n179911 at gmail.com
Wed Feb 2 15:31:30 PST 2011
Hi,
I am trying to run 'configure' for Webkit in ubuntu 10.10.
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
I have downloaded and compiled glib 2.27.93 and set the
LD_LIBRARY_PATH, C_INCLUDE_PATH, CPLUS_INCLUDE_PATH correctly.
And i have looked at config.log , it just said
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "WebKit"
#define PACKAGE_TARNAME "webkit"
#define PACKAGE_VERSION "1.3.10"
#define PACKAGE_STRING "WebKit 1.3.10"
#define PACKAGE_BUGREPORT "http://bugs.webkit.org/"
#define PACKAGE_URL ""
#define PACKAGE "webkit"
#define VERSION "1.3.10"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define _FILE_OFFSET_BITS 64
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_PTHREAD_H 1
#define HAVE_PTHREAD_H 1
configure: exit 1
Does anyone has any idea how to fix it?
Thank you.
More information about the webkit-help
mailing list