Innumerable problems with irrlicht DX recompile

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Greywolf
Posts: 5
Joined: Mon Jan 26, 2004 7:44 pm

Innumerable problems with irrlicht DX recompile

Post by Greywolf »

Well.... They'd be numerable if I'd been keeping a count...

My latest problem has been rather simple.... I'm using dev-C++ 5b and when I compile the irrlicht.dev project, I get no output file... but it says it compiled without errors...

Anyone have a clue what's wrong...?
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

even no .o file?
madinitaly
Posts: 92
Joined: Sat Nov 29, 2003 8:30 pm
Contact:

Post by madinitaly »

I'd check the settings. Maybe the output folder is not where you want it to be.
keless
Posts: 805
Joined: Mon Dec 15, 2003 10:37 pm
Location: Los Angeles, California, USA

Post by keless »

somtimes i get this problem with DevCpp-- i tend to find that the length of the final g++ call has a MAXIMUM LENGTH

i think this is because its going thru the command line

anyhow, when this happens, i tend to rename my files with shorter names, or put them in directories with shorter names, and sometimes it works.

however, i had no problem compiling IrrLicht 0.4.2 (didnt try 4.0)
a screen cap is worth 0x100000 DWORDS
Greywolf
Posts: 5
Joined: Mon Jan 26, 2004 7:44 pm

Post by Greywolf »

Hehe... my problem suddenly changed... shortly after I posted, I checked few a few things, compiled it again... and got a whole load of parse errors and such....

Hmmm... I've been using Dev-C++ with a seperate MinGW install.

Does anyone have a working suggestion(with version numbers) for freeware compilers that might work?

I'd appreciate any help I could get.
Post Reply