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

[coldsync-hackers] Problems compiling



Are there any known issues compiling coldsync on a linux 2.4.22 system running 
glibc 2.2.5?  I'm running a linuxfromscratch.org system, so it's possible I'm 
missing a library, but as far as I can tell, I have everything listed in the 
prerequisites.

I've tried the latest three versions of coldsync, all with similar problems.  
I'm currently working with coldsync-3.0-pre3, which produces this error 
message on make:

----------- 8< --------------

coldsync.c: In function `open_log_file':
coldsync.c:494: warning: passing arg 1 of `Error' makes pointer from integer 
without a cast
coldsync.c:509: warning: passing arg 1 of `Error' makes pointer from integer 
without a cast
coldsync.c:522: warning: passing arg 1 of `Error' makes pointer from integer 
without a cast
coldsync.c:533: warning: passing arg 2 of `fprintf' makes pointer from integer 
without a cast
coldsync.c: In function `open_tempfile':
coldsync.c:560: warning: passing arg 1 of `Error' makes pointer from integer 
without a cast
make[1]: *** [coldsync.o] Error 1

----------- 8< --------------

I was playing around with .configure options and with --without-i18n, 
coldsync.o compiles, but I get this error:

----------- 8< --------------

misc.c: In function `Verbose':
misc.c:160: `va_list' undeclared (first use in this function)
misc.c:160: parse error before "ap"
misc.c:165: `ap' undeclared (first use in this function)
misc.c: In function `mkfname':
misc.c:202: `va_list' undeclared (first use in this function)
misc.c:202: parse error before "ap"
misc.c:210: `ap' undeclared (first use in this function)
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

----------- 8< --------------

Any idea what is missing?  If needed, I can provide more of the make output or 
the .configure output.  

...Izzy


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.