bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GWMetadata dont find sqlite


From: patrick . cardona
Subject: GWMetadata dont find sqlite
Date: Sun, 21 Feb 2010 11:41:13 +0100 (CET)

Hi everybody,

I try to make GWorkspace on a DELL Netbook with MS windows XP. I can't change 
the OS because this is a pro netbook, not mine.

I set GNUstep System, then Core : all is OK.
I put the Sqlite source in the GWorkspace/SQLite folder.

The I cd in GWMetada and obtain the following error, don't understand why :

"checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking for sqlite3_get_table in -lsqlite3... no
configure: WARNING: Cannot find libsqlite3 header and/or library"

Following is the full trace of the configure process :

prof@PROF07 ~/gworkspace-0.8.7/GWMetadata
$ ./configure --with-sqlite-library=../SQLite --with-sqlite-include=../SQLite
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dir.h usability... yes
checking dir.h presence... yes
checking for dir.h... yes
checking for unistd.h... (cached) yes
checking for getpwnam... no
checking for getpwuid... no
checking for geteuid... no
checking for getlogin... no
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking target system type... i686-pc-mingw32
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking for sqlite3_get_table in -lsqlite3... no
configure: WARNING: Cannot find libsqlite3 header and/or library
* GWMetadata requires the sqlite3 library
* Use --with-sqlite-library and --with-sqlite-include
* to specify the sqlite library directory if it is not
* in the usual place(s)
configure: error: GWMetadata will not compile without sqlite

Here is the listing of my SQLite folder (issued from 
sqlite-amalgamation-3_6_22.zip) :
prof@PROF07 ~/gworkspace-0.8.7/SQLite
$ ls
sqlite3.c  sqlite3.exe  sqlite3.h  sqlite3ext.h

Thanks for the help if somenone could do.

Patrick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]