[SOLVED] Attempting to Compile "DEMO"

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
C2L-Studios
Posts: 16
Joined: Tue Mar 08, 2005 11:43 pm

[SOLVED] Attempting to Compile "DEMO"

Post by C2L-Studios »

I am attempting to compile the Demo in Dev-Cpp, but it keeps telling me this:
C:\DOCUME~1\Owner\Desktop\Dennis\IRRLIC~1.8\examples\Demo\Makefile.win [Build Error] [CDemo.o] Error 1
Why is this?
C2L-Studios
Posts: 16
Joined: Tue Mar 08, 2005 11:43 pm

Post by C2L-Studios »

I fixed it! I just screwed up with the compiler... I delted some folders from it so it couldn't function properly!

C2L-Studios
hurrikenux

Audiere

Post by hurrikenux »

But did you get the music to initialize?
It compiles fine, but music has to be disabled or it will crash
Seems to be because of some change in how the dll from the devpaks work
It requires 5 or 6 other dlls as well,
C2L-Studios
Posts: 16
Joined: Tue Mar 08, 2005 11:43 pm

Post by C2L-Studios »

by any chance do you know the dlls?
hurrikenux

DLLS

Post by hurrikenux »

The required dlls for the current mingw build of Audiere are
LibVorbisFile
LibVorbis
Dumb
LibFLAC
LibOGG
All those devpaks have to be DL'ed as well
Maybe a version incompatability somewhere?
Post Reply