News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Irrlicht Wizard troubles...

Started by FlyingIsFun1217, April 16, 2007, 03:46:17 AM

Previous topic - Next topic

FlyingIsFun1217

Hey!

I have compiled Irrlicht from source, and have placed all needed files under /usr/include/Irrlicht (ALL needed files, all headers, and the library [.a] file).

When I give this directory to the C::B's Irrlicht wizard, it gives me:

Quote
The path you entered seems valid, but the wizard can't locate the include directory.
This wizard cannot continue.

Is there a different directory structure that I need to use?

Thanks so much!
FlyingIsfun1217

mandrav

Irrlicht does not have an "install" makefile target, so it is usually not installed but rather used in-place (where you unpacked the sources). So the wizard is looking for things as they are laid out inside the irrlicht folder.

In other words, don't try to "install" irrlicht. Just point the wizard to irrlicht's top-level folder.
With that said, I 'll have to check if it works in linux (I don't remember at all).
Be patient!
This bug will be fixed soon...

FlyingIsFun1217

Ok.
Ill just try setting everything up in that heirarchy w/in /usr/include/irrlich.
You can see my post about this at the irrlicht forums.

FlyingIsFun1217

----------EDIT----------
It seems that someone has told me that the C::B Irrlicht project wizard won't work with linux. True or false? If so, I wouldn't mind setting one up for Linux :) provided writing the scripts aren't too hard.