More Linux JPEG troubles

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Raumkraut
Posts: 31
Joined: Fri Aug 22, 2003 9:41 am
Location: The North, UK

More Linux JPEG troubles

Post by Raumkraut »

I compile example 2 (quake 3 map), but when running it from the command line I get the following messages (these are all the outputted messages):
Irrlicht Engine creating X window...
disabling TCL support
Starting windowed mode...
Connecting glx context to window...
Window created.
Warning: This driver is not available in Linux. Trying OpenGL.
Warning: Could not find a texture for entry in bsp file:textures/common/caulk
JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
Linking to the wrong version of libjpeg?
AFAICT though, the only libjpeg specified in the makefile is the one which comes with Irrlicht.

The fourth example (movement) fails with the same final message. All the other examples work fine...
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

Ok, then its for sure, I've got to do something with the jpeg lib in linux. :)
rogerdv
Posts: 93
Joined: Wed Aug 27, 2003 4:20 pm

Post by rogerdv »

Are you sure you are using the same jpeg lib that comes with irrlicht or the one generated when compiling?

Yes, this problem must be solved in some way. I think that the best choice is to use the jpeg lib shipped with every distro instead of the one delivered with the engine.
Raumkraut
Posts: 31
Joined: Fri Aug 22, 2003 9:41 am
Location: The North, UK

Post by Raumkraut »

I'm not sure which version I was using then, but the 0.4 release of the engine seems to've fixed that problem.
The textures are all white, but that's already been brought up in a seperate thread.
Post Reply