Hi folks,

I have an error trying to build libsyncml on RedHat Fedora Core 4.

gcc -DHAVE_CONFIG_H -I. -I. -I.. -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I.. -Wall -I/usr/include/libxml2 -Werror -g
-O2 -MT sml_transport.lo -MD -MP -MF .deps/sml_transport.Tpo -c
sml_transport.c  -fPIC -DPIC -o .libs/sml_transport.o
cc1: warnings being treated as errors
sml_transport.c: In function 'smlTransportReceive':
sml_transport.c:234: warning: pointer targets in passing argument 1 of
'smlPrintBinary' differ in signedness
make[3]: *** [sml_transport.lo] Error 1
make[3]: Leaving directory `/root/libsyncml/libsyncml'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/libsyncml/libsyncml'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/libsyncml'
make: *** [all] Error 2

The line is 

smlTrace(TRACE_INTERNAL, "wbxml received: %s", smlPrintBinary(data,
size));

A prototyping issue perhaps? FC4 uses gcc 4.0.1 btw.

Derek




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Multisync-users mailing list
Multisync-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/multisync-users

Reply via email to