From: Chris F. <cd...@fo...> - 2010-10-01 02:15:17
|
On Fri, Oct 01, 2010 at 11:16:02AM +0930, db...@in... wrote: > > > Hi Folks, just had a go at building from source (and its heaps better that 6 to 12 months ago!) but have run into a problem building the file plugin. Message says - > > CMake Error at cmake/modules/FindPkgConfig.cmake:357 (message): > None of the required 'libopensync1;>=0.40' found > > Now, this is after building and installing the main trunk libopensync. Its certainly there but does not call itself "libopensync1", its "libopensync". Looking in the cmake trace, see a lot of reference to pkg, indeed it leaves me wondering if cmake wants to see libopensync installed with my distro's (Ubuntu Mavrick) package manager rather than from source. > > Is that possible ? It looks like you are using a really old SVN version, or your PKG_CONFIG_PATH is pointing at an old build. Make sure you "svn up" so you have the latest version, which currently for opensync is: [cdfrey opensync]$ svn info Path: . URL: http://svn.opensync.org/trunk Repository Root: http://svn.opensync.org Revision: 6138 Node Kind: directory Schedule: normal Last Changed Author: cdfrey Last Changed Rev: 6094 Last Changed Date: 2010-08-16 14:45:08 -0400 (Mon, 16 Aug 2010) Currently, libopensync1 is version 0.40-snapshot if you build from SVN. - Chris |