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