On Fri, Feb 11, 2011 at 02:59:48AM +0100, Onyeibo Oku wrote: > > cmake -DCMAKE_INSTALL_PREFIX="/usr/local" > > /home/t2hot/Apps/src/opensync/osynctool > > -- The C compiler identification is GNU > > -- Check for working C compiler: /usr/bin/gcc > > -- Check for working C compiler: /usr/bin/gcc -- works > > -- Detecting C compiler ABI info > > -- Detecting C compiler ABI info - done > > -- checking for one of the modules 'libopensync1;>=0.40' > > CMake Error at cmake/modules/FindPkgConfig.cmake:357 (message): > > None of the required 'libopensync1;>=0.40' found > > Call Stack (most recent call first): > > cmake/modules/FindOpenSync.cmake:27 (PKG_SEARCH_MODULE) > > CMakeLists.txt:14 (FIND_PACKAGE) > > > > > > CMake Error at cmake/modules/FindOpenSync.cmake:46 (MESSAGE): > > OpenSync cmake modules not found. Have you installed opensync core or did > > you set your PKG_CONFIG_PATH if installing in a non system directory ? > > Call Stack (most recent call first): > > CMakeLists.txt:14 (FIND_PACKAGE) > > > > > > -- Configuring incomplete, errors occurred! > > I suppose libopensync1 v0.40 was just built in the preceding steps > (opensync compile). If so, how do i make it visible to the osynctool > compile session?
Try setting PKG_CONFIG_PATH to the directory you installed libopensync1. For example: export PKG_CONFIG_PATH=/home/me/rootdir/lib/pkgconfig - Chris ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Barry-devel mailing list Barry-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/barry-devel