I'm following the build process instructions for OpenCog 
<http://wiki.opencog.org/w/Building_OpenCog_(Hands_On)>. Since I'm on 
Ubuntu 18.04.1, I'm following the Ubuntu instructions, I got to cmake .., 
but got the following error:

CMake Deprecation Warning at CMakeLists.txt:16 (CMAKE_POLICY):
  The OLD behavior for policy CMP0005 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- Build type: Release
CMake Error at CMakeLists.txt:58 (FIND_PACKAGE):
  Could not find a package configuration file provided by "CogUtil"
  (requested version 2.0.1) with any of the following names:

    CogUtilConfig.cmake
    cogutil-config.cmake

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


-- Configuring incomplete, errors occurred!
See also "/home/arthur/opencog/build/CMakeFiles/CMakeOutput.log".

I installed the locate command and then tested it and it works, but the 
following commands return nothing.

locate CogUtilConfig.cmake
locate CogUtilConfig.cmake
locate cogutil-config.cmake
locate CogUtil

Why is CogUtil missing and how can I fix this? Thank you. :)

-- 
You received this message because you are subscribed to the Google Groups 
"opencog" 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/opencog.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/opencog/846d19b5-db08-440f-afaf-07be6c010980%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to