Search found 2 matches

by jordan
Fri Aug 03, 2007 5:08 am
Forum: Open Discussion and Dev Announcements
Topic: New Animation System for Irrlicht
Replies: 220
Views: 51101

[quote="Luke"]jordan,

yeah, simply add the new files to the project (as some of the project files are out of date, as I don't use them)

I'll fix that wrong case in, #include "irrCompileConfig.h"[/quote]

Thanks! It worked after adding the missing files to the Makefile. Here's the updated line from ...
by jordan
Thu Aug 02, 2007 8:15 am
Forum: Open Discussion and Dev Announcements
Topic: New Animation System for Irrlicht
Replies: 220
Views: 51101

SkinnedMesh compilation problem on Feisty

I'm trying to build the SkinnedMesh r816 using gcc on Ubuntu (Feisty) and compilation fails with this error:

make: *** No rule to make target `CAnimatedMeshMS3D.o', needed by `libIrrlicht.a'. Stop.

The CAnimatedMeshMS3D.cpp file is not present in the source/Irrlicht directory.

If I remove ...