Hi Mark, > I can probably fix this, but can you paste the output around that > failure into an email so I can be certain where it is. Just give me > about 30 lines around that point.
Here you are. Everything so far has been configured with --prefix=/home/guido/syncing for all packages this is working without a hitch. Here the output of make: ... gcc -I/home/guido/syncing/include -I/home/guido/syncing/include -g -O2 -o .libs/rra-task-to-vtodo rra-task-to-vtodo.o -L/home/guido/syncing/lib /home/guido/syncing/lib/librapi.so /home/guido/syncing/lib/libsynce.so -L/home/guido/syncing/sources/aa/rra/lib ../lib/.libs/librra.so /usr/lib/libmimedir.so creating rra-task-to-vtodo if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I/home/guido/syncing/include -I/home/guido/syncing/include -g -O2 -MT rra-timezone.o -MD -MP -MF ".deps/rra-timezone.Tpo" -c -o rra-timezone.o rra-timezone.c; \ then mv -f ".deps/rra-timezone.Tpo" ".deps/rra-timezone.Po"; else rm -f ".deps/rra-timezone.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -I/home/guido/syncing/include -I/home/guido/syncing/include -g -O2 -L/home/guido/syncing/lib -lsynce -L/home/guido/syncing/lib -lrapi -lsynce -o rra-timezone rra-timezone.o -L../lib ../lib/librra.la -lmimedir gcc -I/home/guido/syncing/include -I/home/guido/syncing/include -g -O2 -o .libs/rra-timezone rra-timezone.o -L/home/guido/syncing/lib /home/guido/syncing/lib/librapi.so /home/guido/syncing/lib/libsynce.so -L/home/guido/syncing/sources/aa/rra/lib ../lib/.libs/librra.so /usr/lib/libmimedir.so creating rra-timezone make[2]: Leaving directory `/home/guido/syncing/sources/aa/rra/src' Making all in man make[2]: Entering directory `/home/guido/syncing/sources/aa/rra/man' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/guido/syncing/sources/aa/rra/man' Making all in python make[2]: Entering directory `/home/guido/syncing/sources/aa/rra/python' pyrexc ./pyrra.pyx -I../lib -o ./pyrra.c if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I../lib -g -O2 -MT pyrra_la-pyrra.lo -MD -MP -MF ".deps/pyrra_la-pyrra.Tpo" -c -o pyrra_la-pyrra.lo `test -f 'pyrra.c' || echo './'`pyrra.c; \ then mv -f ".deps/pyrra_la-pyrra.Tpo" ".deps/pyrra_la-pyrra.Plo"; else rm -f ".deps/pyrra_la-pyrra.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I../lib -g -O2 -MT pyrra_la-pyrra.lo -MD -MP -MF .deps/pyrra_la-pyrra.Tpo -c pyrra.c -fPIC -DPIC -o .libs/pyrra_la-pyrra.o pyrra.c:19:19: error: synce.h: No such file or directory pyrra.c:20:23: error: synce_log.h: No such file or directory In file included from pyrra.c:21: ../lib/syncmgr.h:5:19: error: synce.h: No such file or directory In file included from pyrra.c:21: ../lib/syncmgr.h:40: error: expected declaration specifiers or '...' before '*' token ../lib/syncmgr.h:41: error: 'bool' declared as function returning a function ... >From this moment also still a large number of error messages, but you can already see that the problem lays in the fact that gcc is not having the correct arguments. Hope this helps. Regards, Guido Diepen -- Aviation is proof that given the will, we have the capacity to achieve the impossible. --Eddie Rickenbacker ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ SynCE-Devel mailing list SynCE-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synce-devel