Author Topic: Irrlicht help with Code Blocks  (Read 4468 times)

Jtreiner

  • Guest
Irrlicht help with Code Blocks
« on: February 21, 2012, 12:41:50 am »
I am using Irrlicht with code blocks on a Mac osx. Whenever I try to run the Irrlicht wizard in code blocks I get an error that says "The path you entered seems valid, but this wizard can't locate the Irrlicht's library file in it." I am using the most recent version of Code blocks and Irrlicht 1.7.7. Can Someone please help me.
Thanks.
 ;)

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: Irrlicht help with Code Blocks
« Reply #1 on: February 22, 2012, 03:44:36 am »
I would guess Irrlicht has changed their directory structure since Code::Blocks' last update of that wizard.  You could try:
  • Using an older version of Irrlicht (not the best solution, but the easiest).
  • Start with a blank project (create a project and delete everything - maybe copying a sample Irrlicht program as default code).  You will need to manually setup the compiler/linker search directories, and which libraries to link to.
  • Fix the wizard script and provide a patch :).