Hi,

On Wed, 2002-12-04 at 17:06, Eero af Heurlin wrote:
> There were some problems with libtool on the system (it could not be 
> executed) but they're fixed now, but I still get the same errors with 
> gmake, here is also the full configure output in case I'm missing 
> something there.
> 
> 
--------<snip>---------
> checking whether to enable preparser array formatting with the old dot 
> syntax... no

unrelated, but the compiled installation will not understand
&(array.member); to be <?php echo $array[member]; ?>, could lead to
surprises if the codebase your planning to use is not up to that.

--------<snip>---------
>    && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
> creating Makefile
> Making all in midgard
> gmake[1]: Entering directory 
> `/mnt/z/home/cust/eero/midgard/midgard-lib-1.4.3/midgard'
> perl ../tablenames.pl -h > tablenames.h
> perl ../authfailure.pl -h > authfailure.h
> gmake[1]: Leaving directory 
> `/mnt/z/home/cust/eero/midgard/midgard-lib-1.4.3/midgard'
> Making all in src
> gmake[1]: Entering directory 
> `/mnt/z/home/cust/eero/midgard/midgard-lib-1.4.3/src'
> /bin/sh ../libtool --mode=compile gcc -DPACKAGE=\"midgard\" 
> -DVERSION=\"1.4.3-RC-2\" -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 
> -DHAVE_CRYPT_H=1 -DHAVE_ICONV=1 -DHAVE_ERRMSG_H=1 -DHAVE_MYSQL_H=1  -I. 
> -I.  -I.. -DG_LOG_DOMAIN=\"midgard-lib\"  -I/usr/local/include/glib-1.2 
> -I/usr/local/lib/glib/include -I/usr/local/mysql/include/mysql 
> -I/usr/local/include  -Wall -g -O2 -c midgard.c
> mkdir .libs
> gcc -DPACKAGE=\"midgard\" -DVERSION=\"1.4.3-RC-2\" -DHAVE_DLFCN_H=1 
> -DHAVE_ZLIB_H=1 -DHAVE_CRYPT_H=1 -DHAVE_ICONV=1 -DHAVE_ERRMSG_H=1 
> -DHAVE_MYSQL_H=1 -I. -I. -I.. -DG_LOG_DOMAIN=\"midgard-lib\" 
> -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include 
> -I/usr/local/mysql/include/mysql -I/usr/local/include -Wall -g -O2 
> -Wp,-MD,.deps/midgard.pp -c midgard.c  -fPIC -DPIC -o .libs/midgard.lo
> cc1: warning: changing search order for system directory 
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system directory
> cc1: warning: changing search order for system directory 
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system directory
> midgard.c: In function `mgd_log_debug_default':
> midgard.c:63: warning: implicit declaration of function `flock'
> midgard.c:63: `LOCK_EX' undeclared (first use in this function)
> midgard.c:63: (Each undeclared identifier is reported only once
> midgard.c:63: for each function it appears in.)
> midgard.c:110: `LOCK_UN' undeclared (first use in this function)

... again it doesn't find the header files that declare flock, LOCK_EX
and LOCK_UN. It still doesn't have the '-I/usr/include' line. If you
can't get it done by configure options or environment variables, you
might want to go into the lib/src/Makefile and edit the first line
starting with INCLUDES

grtz,

-- 
Envida                     http://www.envida.net/
Armand A. Verstappen       Graadt van Roggenweg 328
[EMAIL PROTECTED]       3531 AH Utrecht
tel: +31 (0)30 298 2255    Postbus 19127
fax: +31 (0)30 298 2111    3501 DC Utrecht

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to