Talk:Adding Python

From Valve Developer Community
Revision as of 11:05, 13 September 2009 by Bugster (talk | contribs)
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)