Page 1 of 1

Error when compile

PostPosted: 08 Nov 2012, 04:14
by modz
hi,

I get an error when compiling for version 11898
{l Code}: {l Select All Code}
make[2]: *** No rule to make target `../lib/irrlicht/lib/Linux/libIrrlicht.a', needed by `bin/supertuxkart'.  Stop.
make[1]: *** [CMakeFiles/supertuxkart.dir/all] Error 2
make: *** [all] Error 2


whether it can be fixed for the next revised version?

thanks

Re: Error when compile

PostPosted: 08 Nov 2012, 05:18
by hiker
modz {l Wrote}:I get an error when compiling for version 11898
{l Code}: {l Select All Code}
make[2]: *** No rule to make target `../lib/irrlicht/lib/Linux/libIrrlicht.a', needed by `bin/supertuxkart'.  Stop.
make[1]: *** [CMakeFiles/supertuxkart.dir/all] Error 2
make: *** [all] Error 2


whether it can be fixed for the next revised version?

Sorry for that, we are in the process of including our own version of irrlicht.

At this stage you have to go to lib/irrlicht/source/Irrlicht, and compile it yourself ("NDEBUG=1 make"). Once this is done go just link STK again.

That should solve this issue (and we expect to fix cmake soonish).

Cheers,
Joerg

Re: Error when compile

PostPosted: 08 Nov 2012, 05:44
by modz
thanks for your fast response. :D

Regards,
modz