Advertisement
j0h

mychem install failed

j0h
Feb 18th, 2015
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. /mychem-code-master/build$ cmake ..
  2. -- The C compiler identification is GNU 4.8.2
  3. -- The CXX compiler identification is GNU 4.8.2
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- The build type is RelWithDebInfo
  13. -- Test module disabled
  14. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
  15. -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig
  16. -- PKGCONFIG() indicates that openbabel-2.0 is not installed (install the package which contains openbabel-2.0.pc if you want to support this feature)
  17. -- OPENBABEL_MINI_FOUND <>
  18. -- Open Babel Exe: /usr/bin/babel
  19. -- MySQL Version:
  20. -- MySQL Plugin Dir:
  21. -- MySQL not found.
  22. -- Mychem installation directory: /usr/local/lib
  23. -- Looking for stdlib.h
  24. -- Looking for stdlib.h - found
  25. -- Looking for stdio.h
  26. -- Looking for stdio.h - found
  27. -- Looking for string.h
  28. -- Looking for string.h - found
  29. -- Looking for C++ include sstream
  30. -- Looking for C++ include sstream - found
  31. -- Defining dlhandler source files
  32. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  33. Please set them or make sure they are set and tested correctly in the CMake files:
  34. MYSQL_LIBRARIES_mysqlclient
  35. linked by target "mychem-lib" in directory /home/matt/Downloads/mychem-code-master/src
  36. linked by target "conversion_test" in directory /home/matt/Downloads/mychem-code-master/tests
  37. linked by target "helper_test" in directory /home/matt/Downloads/mychem-code-master/tests
  38. linked by target "modification_test" in directory /home/matt/Downloads/mychem-code-master/tests
  39. linked by target "molmatch_test" in directory /home/matt/Downloads/mychem-code-master/tests
  40. linked by target "property_test" in directory /home/matt/Downloads/mychem-code-master/tests
  41. MySQL_INCLUDE_DIR (ADVANCED)
  42. used as include directory in directory /home/matt/Downloads/mychem-code-master/src
  43. used as include directory in directory /home/matt/Downloads/mychem-code-master/tests
  44. used as include directory in directory /home/matt/Downloads/mychem-code-master/tests
  45. used as include directory in directory /home/matt/Downloads/mychem-code-master/tests
  46. used as include directory in directory /home/matt/Downloads/mychem-code-master/tests
  47. used as include directory in directory /home/matt/Downloads/mychem-code-master/tests
  48. OPENBABEL2_INCLUDE_DIR (ADVANCED)
  49. used as include directory in directory /home/matt/Downloads/mychem-code-master/src
  50. used as include directory in directory /home/matt/Downloads/mychem-code-master/tests
  51. used as include directory in directory /home/matt/Downloads/mychem-code-master/tests
  52. used as include directory in directory /home/matt/Downloads/mychem-code-master/tests
  53. used as include directory in directory /home/matt/Downloads/mychem-code-master/tests
  54. used as include directory in directory /home/matt/Downloads/mychem-code-master/tests
  55. OPENBABEL2_LIBRARIES (ADVANCED)
  56. linked by target "mychem-lib" in directory /home/matt/Downloads/mychem-code-master/src
  57.  
  58. -- Configuring incomplete, errors occurred!
  59. See also "/home/matt/Downloads/mychem-code-master/build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement