Talk:Adding Python
Jump to navigation
Jump to search
There's a problem about no boost library, specifically "boost/python.hpp" --Bugster 21:01, 6 September 2009 (UTC) Did you add "../public/python" to your include dirs? --Lodle 22:53, 6 September 2009 (UTC) Yes I've done that but it didn't work (already had it there btw) --Bugster 19:57, 9 September 2009 (UTC) I've fixed that problem, my files are in different folders to the ones in the tutorial. --Bugster 17:58, 13 September 2009 (UTC)
"initGEDev" is undeclared
Okay another problem, "initGEDev" is undeclared, it seems to be a function, I could make an empty function but that probably won't be good seeing as "initGEDev" might do something, unless it was intended as just an initialiser that doesn't need to do anything. --Bugster 18:05, 13 September 2009 (UTC)
initGEDev is not needed at all its a namespace for some developer tools for golden eye. Im trying to get the code hosted on a svn so i dont have to keep uploading packs as well. -- Lodle 13:19, 15 September 2009 (UTC)