Hi all,

I've finally gotten NuPIC to build/test/run successfully on OSX Mavericks 10.9 
and Xcode 5.0.1, through some combo of these:

- Messages on this thread
- Up to date nupic and nupic-darwin64 repos (following darwin64 README)
- this recently updated wiki page: 
https://github.com/numenta/nupic/wiki/Running-NuPIC-on-OS-X

thanks,
Brev


________________________________
I just updated my MBP to Mavericks 10.9 and Xcode to 5.0.1.  I was able to get 
the code to compile by commenting out the use of the '<<' operator on line 61 
of nta/utils/LoggingException.hpp and adding a symlink to the vecLib headers in 
my nupic directory with the following command:
ln -s 
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/Headers
 vecLib

I also had to add a symlink for X11 to /usr/local with this command:
ln -s 
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers/X11
 /usr/local/include/X11

_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org

Reply via email to