Compiling Irrlicht source w/ DC++ need help

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
Troy
Posts: 2
Joined: Mon Sep 13, 2004 5:04 am

Compiling Irrlicht source w/ DC++ need help

Post by Troy »

Hi, im trying to compile Irricht .07 with DC++. I used the tutorial on "setting up DC++". I got the "Hello world" program to work/run fine. To compile the Irr source, i simply loaded up the Irrlicht.dev file and added the lib's and the directories like in the tutorial. I get these two errors.

\Dev-Cpp\Bin\..\lib\gcc-lib\mingw32\3.3.1\..\..\..\..\mingw32\bin\ld.exe C:\Documents and Settings\Dude1\Desktop\Programming\irrlicht-0.7\source\Irrlicht\g cannot find -ljpeg

C:\Documents and Settings\Dude1\Desktop\Programming\irrlicht-0.7\source\Irrlicht\Makefile.win [Build Error] [Irrlicht.dll] Error 1

I also copied the Irricht.dll to the windows32 directory.

Any ideas?
Post Reply