Building Irrlicht under FreeBSD
Building Irrlicht under FreeBSD
I did get it to build and it works with the software renderer but when I try to use the OpenGL renderer it segfaults in the createDevice function. Anyone have any ideas on how to fix it? I build both static and dynamic libraries for it, both get the same result.
"Without curiosity and knowledge, the mind is a vast void. Without the mind, curiosity and knowledge are nonexistent."
Maybe you can compile Irrlicht using -g and use gdb to find the position it segfaults. Which version of OpenGL libraries do you use, and did you check your hardware with other running examples before? Try to use software OpenGL emulation by runtime linking with Mesa to determine whether it's a problem of OpenGL in general or of your system/hardware.