On 5/10/2012 11:28 AM, Ari Shapiro wrote: > Hi James, > > I updated the code this morning with those fixes, so those errors shouldn't > be there anymore.
Oh, OK, I'll try to remember to run svn update more frequently. Thanks. > Were you able to successfully build and run SmartBody? Build, yes. Run, no. When I try to run sbm-fltk, I get this output: SocketOpenTcp() failed Segmentation fault and here's the most likely relevant part of the crash report: Thread 0 Crashed: Dispatch queue: com.apple.main-thread 0 ??? 000000000000000000 0 + 0 1 org.python.python 0x00000001052ce282 PyImport_Import + 50 2 org.python.python 0x00000001052ce4b8 PyImport_ImportModule + 40 3 libboost_python.dylib 0x00000001028290e9 boost::python::import(boost::python::str) + 73 (import.cpp:20) 4 sbm-fltk 0x000000010049d845 initPython(std::string) + 74 5 sbm-fltk 0x000000010003b8b8 main + 5664 6 sbm-fltk 0x00000001000397e8 start + 52 I'm guessing it might be because /usr/local/lib contains the too-new version of boost. -- James W. Walker, Innoventive Software LLC <http://www.frameforge3d.com/> ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Smartbody-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/smartbody-developer
