According to Francisco G�mez Mar�n <[EMAIL PROTECTED]>: > I have been trying to compile multisync-0.80 on my FreeBSD 5.1 i386 box but I'm > having some problems: > > sync_vtype.c: In function `sync_vtype_convert': > sync_vtype.c:345: warning: passing arg 2 of `libiconv' from incompatible pointer type
iconv strikes back. Look like we (AbiWord) are not the only one to have trouble with iconv. iconv types should be detected by configure to be portable..... > sync_vtype.c: In function `sync_dt_to_timet': > sync_vtype.c:886: invalid operands to binary - > *** Error code 1 How is defined time_t in FreeBSD 5.1 ? 64bits int ? > This is during the "make" process. Of course, I have installed libiconv, version > 1.9.1 and have googled and search by the mailing list but found no answers. My gcc > is 3.2.2. (My idea was to port it to the FreeBSD ports tree). Any suggestions? For iconv, glibc iconv expect a char** for parameter 2 to iconv() while libiconv expects const char** Hub -- AbiWord maintainer - Lille, France http://www.figuiere.net/hub/ GPG fingerprint: 6C44 DB3E 0BF3 EAF5 B433 239A 5FEE 05E6 A56E 15A3 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Multisync-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/multisync-users
