Marcos,

As the error states, you need to make sure that the $NTA environment variable 
is set to a different location than the $NUPIC variable.  You can run the 'env' 
command to see all of the variables that are currently set.  If you are using 
~/nupic for the source code, then you should have $NUPIC set to ~/nupic and 
$NTA set to ~/nta/eng (to match the docs or just ~/nta will work too).

Hope this helps,

Matt

On Apr 4, 2014, at 4:45 AM, Marcos Romero <[email protected]> wrote:

> 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

Reply via email to