bug-make
[Top][All Lists]
Advanced

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

make fails


From: Bob Couch
Subject: make fails
Date: Wed, 11 Jul 2001 18:17:08 -0400

Hi,
        I'm running Linux 2.2.4 kernel, tried
        mnogosearch-3.1.17.tar.gz
        mnogosearch-3.2.0.b0.tar.gz
        can't get either one to work
        
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i386-redhat-linux-gnu
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

this is the output from MAKE
---------------------------------------------------------------------------
address@hidden mnogosearch-3.1.17]# make
Making all in src
make[1]: Entering directory `/dbase/tfiles/mnogosearch-3.1.17/src'
/bin/sh ../libtool --mode=compile egcs -DHAVE_CONFIG_H -I. -I. -I../include -I../include      -I/usr/local/include/mysql           -g -O2 -DUDM_CONF_DIR=\"/usr/local/mnogosearch/etc\" -DUDM_VAR_DIR=\"/usr/local/mnogosearch/var\" -c indexer.c
egcs -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/usr/local/include/mysql -g -O2 -DUDM_CONF_DIR=\"/usr/local/mnogosearch/etc\" -DUDM_VAR_DIR=\"/usr/local/mnogosearch/var\" -c indexer.c -o indexer.o
In file included from /usr/include/stdio.h:33,
                 from indexer.c:3:
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stddef.h:170: warning: empty declaration
In file included from /usr/include/stdlib.h:391,
                 from indexer.c:4:
/usr/include/sys/types.h:68: warning: empty declaration
/usr/include/sys/types.h:84: warning: empty declaration
/usr/include/sys/types.h:96: warning: empty declaration
In file included from indexer.c:25:
../include/udm_common.h:273: field `sin' has incomplete type
../include/udm_common.h:311: field `addr' has incomplete type
make[1]: *** [indexer.lo] Error 1
make[1]: Leaving directory `/dbase/tfiles/mnogosearch-3.1.17/src'
make: *** [all-recursive] Error 1


this is the output from GMAKE
--------------------------------------------------------------------------------------------------

address@hidden mnogosearch-3.1.17]# gmake
Making all in src
gmake[1]: Entering directory `/dbase/tfiles/mnogosearch-3.1.17/src'
/bin/sh ../libtool --mode=compile egcs -DHAVE_CONFIG_H -I. -I. -I../include -I../include      -I/usr/local/include/mysql           -g -O2 -DUDM_CONF_DIR=\"/usr/local/mnogosearch/etc\" -DUDM_VAR_DIR=\"/usr/local/mnogosearch/var\" -c indexer.c
egcs -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/usr/local/include/mysql -g -O2 -DUDM_CONF_DIR=\"/usr/local/mnogosearch/etc\" -DUDM_VAR_DIR=\"/usr/local/mnogosearch/var\" -c indexer.c -o indexer.o
In file included from /usr/include/stdio.h:33,
                 from indexer.c:3:
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stddef.h:170: warning: empty declaration
In file included from /usr/include/stdlib.h:391,
                 from indexer.c:4:
/usr/include/sys/types.h:68: warning: empty declaration
/usr/include/sys/types.h:84: warning: empty declaration
/usr/include/sys/types.h:96: warning: empty declaration
In file included from indexer.c:25:
../include/udm_common.h:273: field `sin' has incomplete type
../include/udm_common.h:311: field `addr' has incomplete type
gmake[1]: *** [indexer.lo] Error 1
gmake[1]: Leaving directory `/dbase/tfiles/mnogosearch-3.1.17/src'
gmake: *** [all-recursive] Error 1


reply via email to

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