Search found 2 matches
- Tue Oct 08, 2019 10:04 pm
- Forum: Beginners Help
- Topic: error: '_strcmpi' was not declared in this scope
- Replies: 4
- Views: 1357
Re: error: '_strcmpi' was not declared in this scope
I commented the lines of code where there is _strcmpi (in hope that I will not need this piece of code) then the compilation continues. I run make staticlib_win32 because I would like to try to make a static compilation. I get the file ../../lib/Win32-gcc/libIrrlicht.a of 55 Mo but when I try to use...
- Tue Oct 08, 2019 7:34 pm
- Forum: Beginners Help
- Topic: error: '_strcmpi' was not declared in this scope
- Replies: 4
- Views: 1357
error: '_strcmpi' was not declared in this scope
I downloaded irrlicht-1.8.4 on Windows, went into source/Irrlicht and run make win32 because I want to compile the sources with MinGW. I get this error: g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -g -D_DEBUG -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -DNO_IRR_COM...