The Powder Toy
Download
Forum
Browse
Wiki
FAQ
Play online
Register
Login
Discussions
/
Development
/
Error while compiling from source
«
1
2
»
Error while compiling from source
jacob1
22nd Oct 2013
Developer
0
Permalink
I found this
http://stackoverflow.com/questions/7248509/strcasecmp-was-not-declared-in-this-scope
Apparently strings.h needs to be included or something, because strcasecmp isn't a standard function.
Someone else also suggested
#
define strcasecmp _stricmp
Edited once by jacob1. Last:
22nd Oct 2013
«
1
2
»