I have installed irrlicht 1.8 on my Deepin 15.11 and installed all the OpenGL packages I need to compile the hello tutorial program.
I compiled like this:
Code: Select all
g++-6 hello_world.cpp -I/usr/include/irrlicht -lIrrlicht
But when I run the output app it's open a window that closed instantly, and output the following message:
Code: Select all
Irrlicht Engine version 1.8.4
Linux 4.15.0-30deepin-generic #31 SMP Fri Nov 30 04:29:02 UTC 2018 x86_64
Using plain X visual
This driver is not available in Linux. Try OpenGL or Software renderer.
Segmentation fault
What is the mistake here and how to resolve this problem.
