07-19-2012, 10:32 PM
(This post was last modified: 07-19-2012, 10:33 PM by fiftyseven.)
I'm new to this project, and when compiling for the first time on gcc 4.4.5 using the makefile.release, I got this error a bunch of times:
'undefined reference to cBlockHandler::GetBlockHandler(char)'
In the source I found cBlockHandler::GetBlockHandler(BLOCKTYPE a_BlockID), so I'm guessing this is some kind of casting problem?
'undefined reference to cBlockHandler::GetBlockHandler(char)'
In the source I found cBlockHandler::GetBlockHandler(BLOCKTYPE a_BlockID), so I'm guessing this is some kind of casting problem?