version 1.1 and Dev-Cpp (too newbie)

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
Chokito
Posts: 3
Joined: Thu Nov 04, 2004 4:32 am
Location: Belo Horizonte / Brazil

version 1.1 and Dev-Cpp (too newbie)

Post by Chokito »

Hi, I'm trying to setup a Dev-Cpp installation to work with Irrlicht. I got version 1.1 of the engine, downloaded Dev-Cpp and took the stpes of the tutuorial (http://irrlicht.sourceforge.net/tut_devcpp.html). However, I couldn't make it work...

First, at step 4 of the tutorial, libjpeg and libz were not found with Irrlich distribution (but I installed then through Dev-Cpp modules).

Then, when I try to compile and execute the sample code provided at the tutorial, I always get this message:

"Circular Irrtest <- Irrtest.o dependency dropped. "

How can I fix it?
Post Reply