Yeah I had problems with this too, it seems some of the instructions are a bit out of date.
What fixed it for me was manually setting the environment variables described at the top of the 'Build and Test NuPIC' section of README.md in my .bashrc file. HTH, Sam Thanks for the help but the problem persist. I follow your instruction but not working for me. marcos@ubuntu:~$ cd nupic marcos@ubuntu:~/nupic$ mkdir -p build_system marcos@ubuntu:~/nupic$ cd build_system/ marcos@ubuntu:~/nupic/build_system$ cmake .. CMake Error at CMakeLists.txt:181 (message): $NTA environment variable cannot be the same as the $NUPIC environment variable! -- Configuring incomplete, errors occurred! Sorry if it's obvious but not for me. 2014-04-02 22:12 GMT+02:00 Matt Keith <[email protected]>: > > Marcos, > > You need to make sure that you pass the correct path to the nupic code > base to the cmake command. If you clone the nupic repo to ~/nupic, then > you would usually create the ~/nupic/build_system directory, cd into > ~/nupic/build_system and then issue the 'cmake ..' command to generate the > makefile. Once that has completed, you can issue the 'make' (or 'make > -j3') command to build the project. > > _______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
