Talk:Adding Python: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
There's a problem about no boost library, specifically "boost/python.hpp" --[[User:Bugster|Bugster]] 21:01, 6 September 2009 (UTC) | There's a problem about no boost library, specifically "boost/python.hpp" --[[User:Bugster|Bugster]] 21:01, 6 September 2009 (UTC) | ||
Did you add "../public/python" to your include dirs? --[[User:Lodle|Lodle]] 22:53, 6 September 2009 (UTC) | Did you add "../public/python" to your include dirs? --[[User:Lodle|Lodle]] 22:53, 6 September 2009 (UTC) | ||
Yes I've done that but it didn't work (already had it there btw) --[[User:Bugster|Bugster]] 19:57, 9 September 2009 (UTC) | |||
I've fixed that problem, my files are in different folders to the ones in the tutorial. --[[User:Bugster|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. --[[User:Bugster|Bugster]] 18:05, 13 September 2009 (UTC) |
Revision as of 11:05, 13 September 2009
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)