iwatobipen / align-it-ob3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiling fails

Evert-Homan opened this issue · comments

Hi, I have OpenBabel 3 installed yet installation fails due to OpenBabel cmake libraries not being found (see install log below). Please advise on how to resolve this.

Thank you/Evert

evehom@everthodell:~/align-it/build$ cmake ..
CMake Warning (dev) at CMakeLists.txt:50:
Syntax Warning in cmake code at column 17

Argument not separated from preceding token by whitespace.
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:51:
Syntax Warning in cmake code at column 12

Argument not separated from preceding token by whitespace.
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:58:
Syntax Warning in cmake code at column 23

Argument not separated from preceding token by whitespace.
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:59:
Syntax Warning in cmake code at column 18

Argument not separated from preceding token by whitespace.
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:60:
Syntax Warning in cmake code at column 26

Argument not separated from preceding token by whitespace.
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:61:
Syntax Warning in cmake code at column 32

Argument not separated from preceding token by whitespace.
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:62:
Syntax Warning in cmake code at column 28

Argument not separated from preceding token by whitespace.
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:63:
Syntax Warning in cmake code at column 17

Argument not separated from preceding token by whitespace.
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:64:
Syntax Warning in cmake code at column 15

Argument not separated from preceding token by whitespace.
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:65:
Syntax Warning in cmake code at column 23

Argument not separated from preceding token by whitespace.
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:66:
Syntax Warning in cmake code at column 28

Argument not separated from preceding token by whitespace.
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.

Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.

-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:8 (find_package):
By not providing "FindOPENBABEL3.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"OPENBABEL3", but CMake did not find one.

Could not find a package configuration file provided by "OPENBABEL3" with
any of the following names:

OPENBABEL3Config.cmake
openbabel3-config.cmake

Add the installation prefix of "OPENBABEL3" to CMAKE_PREFIX_PATH or set
"OPENBABEL3_DIR" to a directory containing one of the above files. If
"OPENBABEL3" provides a separate development package or SDK, be sure it has
been installed.

-- Configuring incomplete, errors occurred!
See also "/home/evehom/align-it/build/CMakeFiles/CMakeOutput.log".`