Dev-C++ and Makefile.win poblems

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
Berty
Posts: 2
Joined: Thu May 20, 2004 2:59 am
Location: Australia

Dev-C++ and Makefile.win poblems

Post by Berty »

Hi,

I am having alot oftrouble using Irrlicht with Dev-C++. Everytime i go to compile "tutorial 1" i get 3 problems with "makefile.win". I have linked everything correctly (i think) but i cant find the irrlicht.dll file. I used the devpak to install irlicht so that may be the problem, anyway, here are my errors.

Makefile.win

[Build Error][Warning] overriding commands for taget "Irrlicht" (line 29)
[Build Error][Warning] ignoring old commands for target "Irr;icht" (line 26)
Circular "Irrlicht <- "Irrlicht dependancy dropped

Line 26 of Makefile.win reads like this....

$(CPP) $(LINKOBJ) -o "Irrlicht Test.exe" $(LIBS)

Line 29 of Makefile.win reads like this

$(CPP) ic "Irrlicht Test.cpp -o "Irrlicht Test.o" $(CXXFLAGS)



Cheers!
Post Reply