From: Daniel G. <dg...@su...> - 2005-12-24 13:45:41
|
On Sat, 2005-12-24 at 09:16 +0100, Markus wrote: > Hello, >=20 > so, let's do it completely from source. >=20 > make and make install went fine for libopensync >=20 > but then for opensync > autoreconf2.50 -sfi > ./configure --prefix=3D/usr/local/opensync opensync and libopensync are the "same" packages. The package opensync is renamed to libopensync since version 0.15. So you have only to install "libopensync-0.18" and not additional "opensync-0.14". >=20 > make which results in: > ... > gcc -DHAVE_CONFIG_H -I. -I. -I.. -pthread -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -Wall -I/usr/include/libxml2 -Werror > -DOPENSYNC_PLUGINDIR=3D\"/usr/local/opensync/lib/opensync/plugins\" > -DOPENSYNC_CONFIGDIR=3D\"/usr/local/opensync/share/opensync/defaults\" > -DOPENSYNC_FORMATSDIR=3D\"/usr/local/opensync/lib/opensync/formats\" -g > -O2 -MT opensync_env.lo -MD -MP -MF .deps/opensync_env.Tpo -c > opensync_env.c=C2=A0 -fPIC -DPIC -o .libs/opensync_env.o > cc1: warnings being treated as errors > opensync_env.c: In function 'osync_file_read': > opensync_env.c:706: warning: pointer targets in passing argument 3 of > 'g_io_channel_read_to_end' differ in signedness > make[2]: *** [opensync_env.lo] Fehler 1 > make[2]: Verlasse Verzeichnis > =C2=BB/usr/local/src/opensync/opensync-0.14/opensync=C2=AB > make[1]: *** [all-recursive] Fehler 1 > make[1]: Verlasse Verzeichnis =C2=BB/usr/local/src/opensync/opensync-0.14= =C2=AB > make: *** [all] Fehler 2 >=20 > gcc --version > gcc (GCC) 4.0.3 20051201 (prerelease) (Debian 4.0.2-5) >=20 >=20 > Any idea? >=20 Yes. Only built (lib)opensync in version 0.18 :) Good Luck & Merry Christmas! best regards, Daniel |