|
From: Jim C. <li...@yg...> - 2003-08-28 04:40:49
|
FYI - I tried pulling another copy from CVS this morning and was able to get past the auto-tool versioning issues; however I ran into another problem during the build. The output is shown below. This problem is still present in a fresh copy that I pulled from CVS just a few minutes ago. Any ideas? It appears that error.c is a relatively recent addition to htlib. Unless it is hiding in some unusual place, libintl.h is not a standard include file on OS X. Jim /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/Users/greyleaf/local/htdig_cvs/conf/ htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -g -O2 -Wall -c -o error.lo `test -f 'error.c' || echo './'`error.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -DDEFAULT_CONFIG_FILE=\"/Users/greyleaf/local/htdig_cvs/conf/ htdig.conf\" -I../include -I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -g -O2 -Wall -c error.c -fno-common -DPIC -o .libs/error.o error.c:28: header file 'libintl.h' not found cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode make[1]: *** [error.lo] Error 1 make: *** [all-recursive] Error 1 On Tuesday, August 26, 2003, at 06:46 AM, Gabriele Bartolini wrote: > At 17.06 24/08/2003 -0600, Jim Cole wrote: >> On Sunday, August 24, 2003, at 05:31 AM, Gabriele Bartolini wrote: >> >>> Also I put the 'AM_MAINTAINER_MODE' string into the db/configure.in >>> file which prevented code from be compiled when users did not have >>> autoconf (at least 2.57), automake and friends installed. >> >> No change for me. Running make fails almost immediately with the >> following. > > I think this is due to a sync problem of the Sourceforge CVS source. > It is working for me and I am currently checking the code with the > compile farm provided by SF.net. > > No problems so far on RedHat Linux 7.3, Debian Linux SID, Linux SuSE 8 > ES on AMD64 Opteron. > > I found two problems: > > - one was the AM_MAINTAINER_MODE missing in the db/configure.in file > - the other was the buggy AC_FUNC_MKTIME macro provided with autoconf > - I made a backstep and I re-put the previous situation on stage. > > It seems to work now, but I dread that other problems will occur for > other functions that are difficult to port (lstat in particular as > "Sylvie JOUHANET" <sylvie.jouhanet at gazdefrance.com> posted in the > htdig-general list. > > Ciao > -Gabriele > -- > Gabriele Bartolini: Web Programmer, ht://Dig & IWA/HWG Member, > ht://Check maintainer > Current Location: Melbourne, Victoria, Australia > bar...@in... | http://www.prato.linux.it/~gbartolini | > ICQ#129221447 > > "Leave every hope, ye who enter!", Dante Alighieri, Divine Comedy, > The Inferno > > > > ------------------------------------------------------- > This SF.net email is sponsored by: VM Ware > With VMware you can run multiple operating systems on a single machine. > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines > at the same time. Free trial click > here:http://www.vmware.com/wl/offer/358/0 > _______________________________________________ > ht://Dig Developer mailing list: > htd...@li... > List information (subscribe/unsubscribe, etc.) > https://lists.sourceforge.net/lists/listinfo/htdig-dev |