[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RFC: irrlicht



1) It appears that the irrlicht engine is incompatable with the libjpeg
engine that comes with debian. I have attached a log with errors. This
is from compiling, and then running, 02.Quake3Map.

However, after checking the versions, it seems irrlicht comes with the
exact same version as debian, 62 (or 6b). I don't know what to make of
it.

2) Your examples do not compile with make. It looks like you copied the
Makefiles straight across. You'll have to edit them. From the "examples"
directory, there is no "../../bin/Linux", "../../include", or
"../../lib".

3) It's always nice when libraries have dbg versions. I think all you
would have to do is create the dbg package, then strip the libraries of
their debug symbols, and use that for the end-user package.

4) You are missing some build flags, such as "-fPIC" and "-DREENTRANT".
See the policies for more info, and possibly more requirements.
http://www.debian.org/doc/debian-policy/ch-files.html

-Brandon
Please select the driver you want for this example:
 (a) Direct3D 9.0c
 (b) Direct3D 8.1
 (c) OpenGL 1.5
 (d) Software Renderer
 (e) Burning's Software Renderer
 (f) NullDevice
 (otherKey) exit

Irrlicht Engine version 1.3.1
Linux 2.6.18-4-686 #1 SMP Mon Mar 26 17:17:36 UTC 2007 i686
Using renderer: OpenGL 2.0.2
GeForce FX 5500/AGP/SSE2: NVIDIA Corporation
OpenGL driver version is 1.2 or better.
Loaded shader: scripts/common.shader for scripts/common.shader
Loaded shader: scripts/models.shader for scripts/models.shader
Loaded shader: scripts/e7.shader for textures/e7/e7walldesign01b
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
Could not load texture: textures/e7/e7walldesign01b.jpg
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
Could not load texture: textures/e7/e7steptop2.jpg
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
Could not load texture: textures/e7/e7dimfloor.jpg
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
Could not load texture: textures/e7/e7brickfloor01.jpg
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
Could not load texture: textures/e7/e7bmtrim.jpg
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
Could not load texture: textures/e7/e7sbrickfloor.jpg
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
Could not load texture: textures/e7/e7brnmetal.jpg
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
Could not load texture: textures/e7/e7beam02_red.jpg
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
Could not load texture: textures/e7/e7swindow.jpg
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
Could not load texture: textures/e7/e7bigwall.jpg
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
Could not load texture: textures/e7/e7panelwood.jpg
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
Could not load texture: textures/e7/e7beam01.jpg
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
Could not load texture: textures/gothic_floor/xstepborder5.jpg
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
Could not load texture: textures/liquids/lavahell.jpg
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
Could not load texture: textures/e7/e7steptop.jpg
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
Could not load texture: textures/gothic_trim/metalblackwave01.jpg
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
Could not load texture: textures/stone/pjrock1.jpg
Loaded texture: models/mapobjects/timlamp/timlamp.tga
Loaded shader: scripts/sfx.shader for textures/sfx/flame1side
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
JPEG FATAL ERROR: JPEG parameter struct mismatch: library thinks size is 464, caller expects 428
Could not load texture: models/mapobjects/gratelamp/gratetorch2.jpg
Loaded texture: models/mapobjects/gratelamp/gratetorch2b.tga
Loaded mesh: 20kdm2.bsp
Needed 0ms to create OctTree SceneNode.(0 nodes, 0 polys)
Could not find win32 key for x11 key.
Quit message received.

Reply to: