From: Felix H. <fe...@on...> - 2006-05-31 19:44:42
|
Hi, as reported earlier, I can't build the current msyctool from SVN. Here's further information: The implicit declaration of 'osync_member_need_config' seems not to be an issue with the opensync from SVN (I had been using libopensync0-dev from Debian/Sid before). Unfortunately, msynctool won't build with the SVN version of libopensync either. The Here's what I get when I try building msynctool using opensync from SVN in the ./configure step: ########################### checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for PACKAGE... configure: error: Package requirements (glib-2.0 opensync-1.0 osengine-1.0) were not met: Variable 'datarootdir' not defined in '/usr/local/lib/pkgconfig/opensync-1.0.pc' Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables PACKAGE_CFLAGS and PACKAGE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ########################### Any idea? Kind regards, Felix |