View Single Post
  #8  
Old 06-02-2010, 09:41 AM
Mirakus
Fire Beetle
 
Join Date: May 2010
Posts: 12
Default

Jster22, the errors you listed are caused by the latest version of GCC. With some of the older versions, you would not have gotten that error. At the very top of both <yoursourcedir>/world/Adventure.cpp and <yoursourcedir>/world/AdventureManager.cpp, put #include <stdlib.h>

That should resolve your error.
__________________
Mirakus of Tyr
Reply With Quote