From: brett h. <bha...@ya...> - 2004-03-23 03:49:32
|
Hi Tim, How do i sign up as a sourceforge developer? I worked out the problem with including odecpp.h, turns out that you need to also include ode.h, and that includes just about everything else. After alot of hacking today, i got it to build properly, although there are still problems with the linker, and i had to comment out all of the 'get' functions becuase they return that funny dReal type, which boost does not like at all. Either we will have to: overload all of the classes with get functions to return doubles, rewrite the c++ wrappers, or find a more elegant boost solution. I just signed up for the boostpython mailing list, and i am getting some good help there, i hope there is some magic boost solution so that we do not have to rewrite any of the c++ wrappers. I've posted the new build here: http://opart.org/pyode/ later, -brett __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html |