From: Ciro S. <mo...@ol...> - 2006-06-04 19:30:40
|
Hi, I have several problems recompiling opensync and syncml plugins, here is the autoreconf output: root@joey:~/cvs_packages/opensync/opensync# autoreconf -i tests/mock-plugin/Makefile.am:4: invalid unused variable name: `AM_LDFLAGS' wrapper/Makefile.am:25: bad macro name `_opensync_la_LDFLAGS' wrapper/Makefile.am:26: bad macro name `_opensync_la_LIBADD' wrapper/Makefile.am:24: invalid unused variable name: `nodist__opensync_la_SOURCES' autoreconf2.50: automake failed with exit status: 1 distribution is kubuntu Dapper, versions are: root@joey:~/cvs_packages/opensync/opensync# autoreconf --version autoreconf (GNU Autoconf) 2.59 Written by David J. MacKenzie and Akim Demaille. Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. --- Autoconf 2.50 chosen by Debian wrapper script. For information and tuning advice see autoconf(1). I managed to get the package reconfigured by launching by hand autoheader, automake and autoconf but while recompiling I get this: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I../osengine -Wall -Werror -g -O2 -c osyncbinary.c /bin/sh ../libtool --mode=link gcc -Wall -Werror -g -O2 -o osyncbinary -Wl,--export-dynamic -pthread -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lsqlite3 -R /usr/lib osyncbinary.o ../opensync/libopensync.la gcc -Wall -Werror -g -O2 -o .libs/osyncbinary -Wl,--export-dynamic -pthread osyncbinary.o /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libgobject-2.0.so /usr/lib/libgthread-2.0.so /usr/lib/libglib-2.0.so /usr/lib/libsqlite3.so ../opensync/.libs/libopensync.so -Wl,--rpath -Wl,/usr/lib creating osyncbinary make[2]: Leaving directory `/root/cvs_packages/opensync/opensync/tools' Making all in wrapper make[2]: Entering directory `/root/cvs_packages/opensync/opensync/wrapper' make[2]: *** No rule to make target `_opensync.la.lo', needed by `_opensync.la'. Stop. make[2]: Leaving directory `/root/cvs_packages/opensync/opensync/wrapper' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/cvs_packages/opensync/opensync' make: *** [all-recursive-am] Error 2 I am not a newbie (and I don't have the time right now to look deeply in what went wrong :P) but I find the whole process of recompiling of opensync && plugins quite confusing... I already tried with no success installing opensync one or two month ago, now I would really like to backup my p800 data as just today it seemed to be dead (argh!)...(but luckily it was a false alarm)...If anybody knows of a good alternative (that works) for the p800 (apart from using windows of course), please let me know. thnx, Ciro. |