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

[coldsync-hackers] make Errors running on SuSE 8.1




Thanks to Andrew, I was able to create use a configure script of another machine, ran configure, and it created the makefiles, without much of a warning (other than warnings for missing files for 'make dist')

If creating the makefiles with ./configure
I get the following warnings/errors during make:

make[2]: Leaving directory `/usr/src/phprojekt/coldsync/src/conduits'
all: Leaving directory `./src/conduits'
sh ./conduits2include.sh >conduits.h
gcc -Wall -ansi -pedantic -g -O2 -DHAVE_CONFIG_H -I. -I./.. -I./../include -I/usr/local/include -c coldsync.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
coldsync.c: In function `main':
coldsync.c:119: warning: implicit declaration of function `setlocale'
coldsync.c:119: `LC_ALL' undeclared (first use in this function)
coldsync.c:119: (Each undeclared identifier is reported only once
coldsync.c:119: for each function it appears in.)
coldsync.c:120: warning: implicit declaration of function `bindtextdomain'
coldsync.c:121: warning: implicit declaration of function `textdomain'
make[1]: *** [coldsync.o] Error 1
make[1]: Leaving directory `/usr/src/phprojekt/coldsync/src'
make: *** [all] Error 1


If creating the makefiles with ./configure --without-libusb --without-i18n --without-ipv6
I get the following errors

misc.c: In function `Warn':
misc.c:73: warning: implicit declaration of function `va_start'
misc.c:71: warning: `ap' might be used uninitialized in this function
misc.c: In function `Error':
misc.c:104: warning: `ap' might be used uninitialized in this function
misc.c: In function `Verbose':
misc.c:160: warning: `ap' might be used uninitialized in this function
misc.c: In function `mkfname':
misc.c:229: warning: implicit declaration of function `va_arg'
misc.c:229: parse error before "const"
misc.c:236: warning: implicit declaration of function `va_end'
make[1]: *** [misc.o] Error 1
make[1]: Leaving directory `/usr/src/phprojekt/coldsync/src'
make: *** [all] Error 1

Any and all help is greatly appreciated. If additional information is needed, please tell me what you need.

TIA

rgds
pos

--
This message was sent through the coldsync-hackers mailing list. To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body. For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.