Thanks, Brev. I failed to install on 10.8 because of some gcc issues and resorted to VM solution which worked well (also after upgrading to 10.9). Marek created and shared an image of NuPIC +Cerebro/Netbeans and more. So maybe you could do the same for Mac OS X ? I'd like to do that, but stuck on Cerebro (exactly trying to connect it from VM to host's MongoDB, installing it from within VM with Chef fails too..).
What visualization tool do you recommend (besides ThingWorx platform :-) ? Azat -------------------------------------------- On Thu, 10/31/13, Brev Patterson <[email protected]> wrote: Subject: Re: [nupic-dev] Building NuPIC on OSX 10.9 To: "NuPIC general mailing list." <[email protected]> Date: Thursday, October 31, 2013, 8:02 PM 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 -----Inline Attachment Follows----- _______________________________________________ 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
