2016-10-04 8:49 GMT-06:00 Devon Dillon <[email protected]>: > Thank you very much! i have run into this error before but did not know how > to go about correcting it. Where do i need to insert the path to my boost > libraries? I know i have them downloaded because i can see them in a finder > window. You are too cutting edge! This is bug in cmake-3.6.0 and cmake-3.6.1, which don't support boost-1.61 and boost-1.62 It has been fixed in cmake-3.6.2: https://gitlab.kitware.com/cmake/cmake/commit/a997cac8323dc1764e092b8691857dd9af70956e
Christoph > > -- Found Git: /usr/local/bin/git (found version "2.10.0") > > CMake Warning at > /ProgramBuilds/CMake.app/Contents/share/cmake-3.6/Modules/FindBoost.cmake:743 > (message): > > Imported targets not available for Boost version 106200 > > Call Stack (most recent call first): > > > /ProgramBuilds/CMake.app/Contents/share/cmake-3.6/Modules/FindBoost.cmake:842 > (_Boost_COMPONENT_DEPENDENCIES) > > > /ProgramBuilds/CMake.app/Contents/share/cmake-3.6/Modules/FindBoost.cmake:1395 > (_Boost_MISSING_DEPENDENCIES) > > CMakeLists.txt:48 (find_package) > > > > CMake Warning at > /ProgramBuilds/CMake.app/Contents/share/cmake-3.6/Modules/FindBoost.cmake:743 > (message): > > Imported targets not available for Boost version 106200 > > Call Stack (most recent call first): > > > /ProgramBuilds/CMake.app/Contents/share/cmake-3.6/Modules/FindBoost.cmake:842 > (_Boost_COMPONENT_DEPENDENCIES) > > > /ProgramBuilds/CMake.app/Contents/share/cmake-3.6/Modules/FindBoost.cmake:1395 > (_Boost_MISSING_DEPENDENCIES) > > CMakeLists.txt:48 (find_package) > > > > CMake Error at > /ProgramBuilds/CMake.app/Contents/share/cmake-3.6/Modules/FindBoost.cmake:1753 > (message): > > Unable to find the requested Boost libraries. > > > Boost version: 1.62.0 > > > Boost include path: /usr/local/BOOST_ROOT/include > > > Could not find the following Boost libraries: > > > boost_serialization > > > Some (but not all) of the required Boost libraries were found. You may > > need to install these additional Boost libraries. Alternatively, set > > BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT > > to the location of Boost. > > Call Stack (most recent call first): > > CMakeLists.txt:48 (find_package) > > > > -- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.1") > > -- Checking for module 'libvotca_tools' > > -- Found libvotca_tools, version > > -- Checking for module 'sqlite3' > > -- Found sqlite3, version 3.8.10.2 > > -- Found SQLITE3: /usr/lib/libsqlite3.dylib > > -- Found VOTCA_TOOLS: > /Users/Dillon/ProgramBuilds/VOTCA/src/lib/libvotca_tools.dylib > > -- Looking for VotcaToolsFromC in > /Users/Dillon/ProgramBuilds/VOTCA/src/lib/libvotca_tools.dylib > > -- Looking for VotcaToolsFromC in > /Users/Dillon/ProgramBuilds/VOTCA/src/lib/libvotca_tools.dylib - found > > -- Looking for assert.h > > -- Looking for assert.h - found > > -- Looking for C++ include algorithm > > -- Looking for C++ include algorithm - found > > -- Looking for sqrt in m > > -- Looking for sqrt in m - found > > -- Configuring incomplete, errors occurred! > > See also > "/Users/Dillon/ProgramBuilds/VOTCA/src/kmc/CMakeFiles/CMakeOutput.log". > > > On Tuesday, October 4, 2016 at 9:11:15 AM UTC-5, Christoph Junghans wrote: >> >> 2016-10-04 7:00 GMT-06:00 Devon Dillon <[email protected]>: >> > I'm having issues with installing csg. Can someone please point me in >> > the >> > right direction? >> > >> > Scanning dependencies of target csg_fmatch_manpage >> > >> > [ 85%] Generating csg_fmatch.man >> > >> > dyld: Library not loaded: libvotca_tools.4.dylib >> > >> > Referenced from: >> > /Users/Dillon/ProgramBuilds/VOTCA/src/csg/src/tools/./csg_fmatch >> > >> > Reason: image not found >> > >> > /bin/sh: line 1: 65933 Trace/BPT trap: 5 ./csg_fmatch --help > >> > csg_fmatch.help >> > >> > make[2]: *** [src/tools/csg_fmatch.man] Error 133 >> > >> > make[1]: *** [src/tools/CMakeFiles/csg_fmatch_manpage.dir/all] Error 2 >> > >> > make[1]: *** Waiting for unfinished jobs.... >> > >> > [ 86%] Linking CXX executable template_serial >> > >> > [ 86%] Built target template_serial >> > >> > [ 88%] Linking CXX executable template_threaded >> > >> > [ 88%] Built target template_threaded >> > >> > make: *** [all] Error 2 >> > >> > what do i do to get this library to load? >> Try to build it without manpages (option -DBUILD_MANPAGES=OFF). >> >> Christoph >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups >> > "votca" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> > an >> > email to [email protected]. >> > To post to this group, send email to [email protected]. >> > Visit this group at https://groups.google.com/group/votca. >> > For more options, visit https://groups.google.com/d/optout. >> >> >> >> -- >> Christoph Junghans >> Web: http://www.compphys.de > > -- > You received this message because you are subscribed to the Google Groups > "votca" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/votca. > For more options, visit https://groups.google.com/d/optout. -- Christoph Junghans Web: http://www.compphys.de -- You received this message because you are subscribed to the Google Groups "votca" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/votca. For more options, visit https://groups.google.com/d/optout.
