Dev C++ Errors when Compiling

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
jt3262

Dev C++ Errors when Compiling

Post by jt3262 »

Hello,

I am a complete newbie to the world of programming and Irrlicht, so therefore my knowledge is rather limited. I have a problem using Irrlicht with Bloodshed's Dev C++. I followed exactly the tutorial found here: http://irrlicht.sourceforge.net/tut001b.html

My problem is that whenever I try to compile and run the source, I get the following error in the compiler log:

Compiler: Default compiler
Building Makefile: "C:\Dev-Cpp\TestDemo\Makefile.win"
Executing make...
make.exe -f "C:\Dev-Cpp\TestDemo\Makefile.win" all
Execution terminated

Currently, I am using Dev C++ version 4.9.8.0 and Irrlicht version 0.6. I have tried searching through this forum for solutions, but I have so far found none. Can anyone help me? Many thanks.

jt3262
Guest

Post by Guest »

I am not sure how to help, but I have the exact same problem. There is a thread somewhere in the forums that has some information. Maybe it will help.
Post Reply