Using the newest rpm for 32-bit irrlamb, it complains about an undefined
symbol named XF86VidModeQueryExtension in libIrrlicht.so.1.6.
My brother used the 64-bit irrlamb and had the same error.
To fix this error, just add
    env.Append(LIBS=Split("Xxf86vm GL GLU Xrandr Xext X11 "))
into the SConstruct file after the line adding the Irrlicht and sqlite3
libraries.
_______________________________________________
Packman mailing list
[email protected]
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Antwort per Email an