Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: nickw on December 22, 2006, 04:01:29 am

Title: Irrlicht wizard
Post by: nickw on December 22, 2006, 04:01:29 am
Under Linux, the irrlicht wizard doesn't recognize libIrrlicht.a as the correct library for irrlicht.  It tells you that the library cannot be found.  Upon looking at the wizard script, I found that it was actually trying to look for Irrlicht.a.  However, libIrrlicht.a is the default output of the makefile that comes with the latest release of irrlicht.
Title: Re: Irrlicht wizard
Post by: drbcladd on January 27, 2007, 08:21:23 pm
Right. And it can be fixed by hand:

sudo gedit /usr/share/codeblocks/templates/wizard/irrlicht

Irrlicht.a -> libIrrlict.a

on lines 72 and 73 (SVN 3542, 20070127). Save the file and life is grand (until the next nightly build, in any case).