From: Graham C. <g+o...@co...> - 2006-06-02 00:51:19
|
On Thursday 01 June 2006 09:51, Felix Homann wrote: > On Thursday 01 June 2006 00:42, Graham Cobb wrote: > > I have successfully built the SVN versions of multisync-0.90, opensync, > > file-sync, gpe and kdepim on a Debian testing (etch) system. > > Hi, and thanks for your response. Which revision have you build? I'm stuck > with multisync-0.90 (revision 162) and opensync (revision 1031). Hmm. I just cleaned out my opensync directory, refetched from svn and tried to build again from scratch. I have no problems with opensync but multisync-0.90 will not configure. I am sure it worked a few weeks ago! But now I get the following errors: 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' Fortunately the fix is simple... in the top level opensync directory, edit all the *.pc.in files to add the following line: datarootdir=@datarootdir@ Then make and make install. Now when you configure multisync-0.90 it should work. Graham |