Author Topic: Irrlicht Wizard troubles...  (Read 3131 times)

Offline FlyingIsFun1217

  • Multiple posting newcomer
  • *
  • Posts: 45
Irrlicht Wizard troubles...
« on: April 16, 2007, 03:46:17 am »
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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Irrlicht Wizard troubles...
« Reply #1 on: April 16, 2007, 08:46:49 am »
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...

Offline FlyingIsFun1217

  • Multiple posting newcomer
  • *
  • Posts: 45
Re: Irrlicht Wizard troubles...
« Reply #2 on: April 16, 2007, 06:35:06 pm »
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.