Hmm k i have a simple question, how would I build boost.python given this following information.
I am using dev-cpp and its install in "c:\dev-cpp" folder.
IN it contains the mingw32 sub directory
My project folder is "c:\cs classes\cs386\c++".
In it contains FiniteAutomta.cpp which maps to python module...
my boost folder is "C:\boost_1_33_1" in it contains the bjam.exe file.
PYTHON_ROOT = "C:\python24"
Thanks for the help. I look at the tutorial but is confused on how I can build my project.