Error when compiling a Irrlicht project.

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
laserdude45
Posts: 4
Joined: Mon May 01, 2006 11:48 am

Error when compiling a Irrlicht project.

Post by laserdude45 »

Code: Select all

 C:\Dev-Cpp\DoF\Makefile.win [Build Error]  [DoF1.exe] Error 1 
Can anyone telling me whats wrong??? In case it helps, I'm using the irrlicht project template....
xDan
Competition winner
Posts: 673
Joined: Thu Mar 30, 2006 1:23 pm
Location: UK
Contact:

Post by xDan »

Does it say anything else under the compile log tab?
laserdude45
Posts: 4
Joined: Mon May 01, 2006 11:48 am

Post by laserdude45 »

Compiler: Default compiler
Building Makefile: "C:\Dev-Cpp\DoF\Makefile.win"
Executing make...
make.exe -f "C:\Dev-Cpp\DoF\Makefile.win" all
g++.exe main.o -o "DoF1.exe" -L"C:/Dev-Cpp/lib" -L"C:/Dev-Cpp/gnet" -L"C:/irrlicht/lib/Win32-gcc" -mwindows ../irrlicht-1.3/lib/Win32-gcc/libIrrlicht.a -s

g++.exe: ../irrlicht-1.3/lib/Win32-gcc/libIrrlicht.a: No such file or directory

make.exe: *** [DoF1.exe] Error 1

Execution terminated
olivehehe_03
Posts: 157
Joined: Tue Mar 20, 2007 8:30 am

Post by olivehehe_03 »

../irrlicht-1.3/lib/Win32-gcc/libIrrlicht.a: No such file or directory
That looks like your problem right there, make sure your IDE is pointing to the right directory. I don't use DevC++ so I don't know exactly how to do that :?
Tell me what you cherish most. Give me the pleasure of taking it away.
Post Reply