Search found 4 matches
- Tue Mar 10, 2009 10:02 am
- Forum: Bug reports
- Topic: 1.5 Win32/gcc build error
- Replies: 30
- Views: 6169
I've found it. I hade to explicitly tell it to make windows version, otherwise gnuwin would not be set. mingw32-make win32 Then it gave another problem: the makefile uses cc as compiler, but the mingw compiler is called gcc. renaming the compiler, compiling and renaming back works as a one-time solu...
- Mon Mar 09, 2009 12:24 pm
- Forum: Bug reports
- Topic: 1.5 Win32/gcc build error
- Replies: 30
- Views: 6169
- Thu Mar 05, 2009 8:49 am
- Forum: Bug reports
- Topic: 1.5 Win32/gcc build error
- Replies: 30
- Views: 6169
- Wed Mar 04, 2009 9:55 am
- Forum: Bug reports
- Topic: 1.5 Win32/gcc build error
- Replies: 30
- Views: 6169
I'm trying to compile the Irrlicht 1.5 sdk (from the zip file and from svn) using mingw32 under windows xp. I go to the source folder, and run mingw32-make sharedlib However I get the following error: Irrlicht.cpp:12:22: crtdbg.h: No such file or directory Irrlicht.cpp: In function `BOOL DllMain(voi...