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?