Search found 4 matches

by jonim8or
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...
by jonim8or
Mon Mar 09, 2009 12:24 pm
Forum: Bug reports
Topic: 1.5 Win32/gcc build error
Replies: 30
Views: 6169

It appears the file crtdbg.h is supplied with visual studio. But I don't use visual studio, so I don't have the file. How can I get the crtdbg.h file for mingw?
by jonim8or
Thu Mar 05, 2009 8:49 am
Forum: Bug reports
Topic: 1.5 Win32/gcc build error
Replies: 30
Views: 6169

Hi,

Thanks for the reply, but I've tried that.
I have checkouted the 1.5 branch, applied the patch, but still get that message.

What is going wrong?
by jonim8or
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...