News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Irrlicht help with Code Blocks

Started by Jtreiner, February 21, 2012, 12:41:50 AM

Previous topic - Next topic

Jtreiner

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.
;)

Alpha

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 :).