Search found 5 matches

by sbin
Wed Dec 03, 2003 12:44 pm
Forum: Beginners Help
Topic: linux examples make
Replies: 12
Views: 2842

hey,
this is a debian 3.0 stable with i think not the real opengl support on a xbox
I have install xlibmesa3 -gl-dev, xlibmesa3 -glu-dev, xlibosmesa3 -dgb,xlibosmesa3 -dgb-dev
I can do a make
surfer@xbox:~/04/examples/2.Quake3Map$ ./example
Creating X window...
Xlib: extension "GLX" missing on ...
by sbin
Tue Dec 02, 2003 3:38 pm
Forum: Beginners Help
Topic: linux examples make
Replies: 12
Views: 2842

Well I have link to 3.22
now i can make the example.
xbox:~/04/examples/1.HelloWorld# ./example
Creating X window...
Xlib: extension "GLX" missing on display ":0.0".
Warning: No doublebuffering available.
Xlib: extension "GLX" missing on display ":0.0".
Warning: Fatal error, could not get visual ...
by sbin
Sun Nov 30, 2003 1:08 pm
Forum: Beginners Help
Topic: linux examples make
Replies: 12
Views: 2842

new linux new problem:

surfer@xbox:~/04/examples/1.HelloWorld$ make
g++ main.cpp -o example -I"../../include" -I"/usr/X11R6/include" -L"/usr/X11R6/lib" -L"../../lib/Linux" -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -lz -ljpeg
In file included from ../../include/IMeshBuffer.h:9,
from ../../include ...
by sbin
Sat Nov 22, 2003 9:27 pm
Forum: Beginners Help
Topic: linux examples make
Replies: 12
Views: 2842

[quote="joorce"]Looks like the compiler is not finding the libraries for openGL.

ok ihave instal some opengl cl-sdl-opengl ...
Makefile
----------------------------------
.CPP = g++
OPTS = -I"../../include" -I"/usr/X11R6/include" -L"/usr/X11R6/lib" -L"../../lib
/Linux" -lIrrlicht -lGL -lXxf86vm ...
by sbin
Sat Nov 22, 2003 12:36 pm
Forum: Beginners Help
Topic: linux examples make
Replies: 12
Views: 2842

linux examples make

hey,
i want to start with irrlicht.
surfer@sbin:~/04/examples/1.HelloWorld$ make
g++ main.cpp -o example -I"../../include" -I"/usr/X11R6/include"
-L"/usr/X11R6/lib" -L"../../lib/Linux" -lIrrlicht -lGL -lXxf86vm -lXext
-lX11 -lz -ljpeg
/usr/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status ...