Skip to content

Instantly share code, notes, and snippets.

@rhyolight
Created February 20, 2015 00:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhyolight/cbad8a6a4e61409a1749 to your computer and use it in GitHub Desktop.
Save rhyolight/cbad8a6a4e61409a1749 to your computer and use it in GitHub Desktop.
Raspberry Pi nupic.core install error
pi@raspberrypi ~/dev/nupic.core/build/scripts $ which capnp
/usr/local/bin/capnp
pi@raspberrypi ~/dev/nupic.core/build/scripts $ capnp --version
Cap'n Proto version 0.6-dev
pi@raspberrypi ~/dev/nupic.core/build/scripts $ cmake ../../src
doing local build
GNU gold (GNU Binutils for Debian 2.24.51.20140425) 1.11
Copyright (C) 2014 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.
Using ld.gold as LINKER.
doing local build
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIB_STATIC_CAPNP_LOC
linked by target "cpp_region_test" in directory /home/pi/dev/nupic.core/src
linked by target "helloregion" in directory /home/pi/dev/nupic.core/src
linked by target "nupic_core_solo" in directory /home/pi/dev/nupic.core/src
linked by target "prototest" in directory /home/pi/dev/nupic.core/src
linked by target "py_region_test" in directory /home/pi/dev/nupic.core/src
linked by target "unit_tests" in directory /home/pi/dev/nupic.core/src
LIB_STATIC_KJ_LOC
linked by target "cpp_region_test" in directory /home/pi/dev/nupic.core/src
linked by target "helloregion" in directory /home/pi/dev/nupic.core/src
linked by target "nupic_core_solo" in directory /home/pi/dev/nupic.core/src
linked by target "prototest" in directory /home/pi/dev/nupic.core/src
linked by target "py_region_test" in directory /home/pi/dev/nupic.core/src
linked by target "unit_tests" in directory /home/pi/dev/nupic.core/src
LIB_STATIC_YAML_CPP_LOC
linked by target "nupic_core_solo" in directory /home/pi/dev/nupic.core/src
-- Configuring incomplete, errors occurred!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment