Search found 3 matches

by sparkes
Thu Jan 13, 2005 1:05 pm
Forum: Bug reports
Topic: OpenGL not available
Replies: 7
Views: 1539

I'm using irrlicht with Ubuntu Linux (hoary - unstable branch) so it's not a problem with your choice of OS.

The Demo's all work for me and none are too dark.

I am using an i830 built in card and xorg if this helps.

As for Ogre, It takes hours to download the source and then it won't build on any ...
by sparkes
Tue Jan 11, 2005 6:38 pm
Forum: Beginners Help
Topic: NEWBIE: load quake3 level texture problem
Replies: 4
Views: 517

SOLVED ;-)

Not only do you have to include the path to the libs (obviously I was doing this) but you also have to link them in the correct order (not sure why this is)

At first I was linking against the local libjpeg

http://irrlicht.sourceforge.net/phpBB2/ ... 9339#29339
by sparkes
Tue Jan 11, 2005 6:35 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [SOLVED] Linux Install and Anjuta configuration.
Replies: 1
Views: 2848

[SOLVED] Linux Install and Anjuta configuration.

A little pointer to help others stuggling with irrlicht and anjuta on linux. I had problems with the native libjpeg conflicting with the irrlicht version. It seems that not only has the path got to be set correctly but so has the order of the libs.

Install the libs compiled during setup into `/usr ...