discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Building some extra libs (renaissance, gnustep-guile,


From: Richard Frith-Macdonald
Subject: Re: Building some extra libs (renaissance, gnustep-guile,
Date: Fri, 2 Oct 2009 19:39:44 +0100


On 2 Oct 2009, at 11:34, Pablo Giménez wrote:


- SQLClient 1.3.0
I can't configure the package I am trying with the next configure statement: ./configure --disable-jdbc-bundle --with-additional-include=-I/usr/ include

Just running ./configure should be sufficient, though the options you used should do no harm. This is still driving me nuts, the configure is still claiming about my mysql header files.
I have check and I have there in the usual path:
 /usr/include/mysql/
But I  got this error in config.log:
configure:3196: result: no
configure:3200: checking mysql/mysql.h presence
configure:3210:   -I/usr/include/ conftest.c
./configure: line 3211: -I/usr/include/: No such file or directory
configure:3216: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <mysql/mysql.h>
configure:3236: result: no
configure:3271: checking for mysql/mysql.h
configure:3278: result: no
configure:3386: checking if Sqllite support was manually disabled
configure:3401: result: no: build if possible
configure:3418: checking sqlite3.h usability
configure:3430:  -c   -I/usr/include/ conftest.c >&5
./configure: line 3431: -c: command not found
configure:3436: $? = 127
configure: failed program was:

How is possible that the configure says I don't have a /usr/inclide folder when is obvius is there?

That's very strange, but I confirmed the behavior on my system. Based on a lot of trial and error, it seems that --disable-jdbc-bundle triggers some autoconf bug such that subsequent tests fail. To get things to build, I suggest you just run ./configure

I have put a workaround in configure.ac in svn trunk (adding an extra call to AC_CHECK_HEADERS before the test to see if jdbc is disabled seems to avoid the problem.





reply via email to

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