I'm attempting to build PN from source.
The following include files are not found, can you point me in the right direction. I'm building with VS2005.
pypn\stdafx.h
#include <boost/shared_ptr.hpp>
#include <boost/python.hpp>
I'm attempting to build PN from source.
The following include files are not found, can you point me in the right direction. I'm building with VS2005.
pypn\stdafx.h
#include <boost/shared_ptr.hpp>
#include <boost/python.hpp>
On the developer page it explains that you need the boost libraries and the wtl. They can be found at http://www.boost.org/ and http://wtl.sourceforge.net/ respectively. Hope that gets it working.
I don't know about the pypn header though. Maybe try the dll that comes with the pypn 0.3 download on the sourceforge page.
thanks, the header file is fine - it's where the includes are. my post formatting just didn't work.
You must log in to post.