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

After these changes, running ./cleanbuild.sh completes successfully.  The 
htmtest passes all tests and I can run the hotgym.py example fine, but I get 
the following errors in test_everything:
/Users/keith/Development/nupic-->$NTA/bin/testeverything 
*******************************************************************
* Numenta Unit Test summary
* 
* Total categories = 41
* Total tests = 2240
* Total passed   = 2237
* Total disabled = 0
* Total failed   = 3
    FAILED: NetworkTest
    FAILED: YAMLUtilsTest
* Total critical failures = 0
* Success rate = 99.8661
*******************************************************************

I am running Python 2.7.5, building with clang-500.2.79 and have the latest 
code from github as of tonight.  Any ideas on what is causing the YAML errors 
or how I can debug it? 

Thanks,

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

Reply via email to