Search found 6 matches

by IceLink
Wed Jul 18, 2007 8:04 pm
Forum: Beginners Help
Topic: Compiling Irrlicht under Linux (Ubuntu)
Replies: 11
Views: 1099

what would be the differences?
by IceLink
Sun Jul 15, 2007 5:33 pm
Forum: Beginners Help
Topic: Compiling Irrlicht under Linux (Ubuntu)
Replies: 11
Views: 1099

i renamed it and put it in the dir Linux i created, now i get when making

Code: Select all

/usr/bin/ld: cannot find -lXxf86vm
EDIT: got the package xorg-dev, made, works, thanks
by IceLink
Sun Jul 15, 2007 1:38 pm
Forum: Beginners Help
Topic: Compiling Irrlicht under Linux (Ubuntu)
Replies: 11
Views: 1099

i've got the file "Linux" in /home/martin/irrlicht-1.3.1/lib what'd be ../../lib/Linux and my file-browser notices it as a-file. so, it's existing.
by IceLink
Sun Jul 15, 2007 11:52 am
Forum: Beginners Help
Topic: Compiling Irrlicht under Linux (Ubuntu)
Replies: 11
Views: 1099

the .a-file exists in "/home/martin/irrlicht-1.3.1/source/Irrlicht", i didn't move anything
by IceLink
Sun Jul 15, 2007 9:25 am
Forum: Beginners Help
Topic: Compiling Irrlicht under Linux (Ubuntu)
Replies: 11
Views: 1099

thanks-a-lot. At the end, i get cp libIrrlicht.a ../../lib/Linux So, but ifi want to 'make' one of the examples, i get Makefile:29: Building... g++ -I../../include -I/usr/X11R6/include -O3 -ffast-math main.cpp -o ../../bin/Linux/01.HelloWorld -L/usr/X11R6/lib -L../../lib/Linux -lIrrlicht -lGL -lGLU ...
by IceLink
Sat Jul 14, 2007 6:47 pm
Forum: Beginners Help
Topic: Compiling Irrlicht under Linux (Ubuntu)
Replies: 11
Views: 1099

Compiling Irrlicht under Linux (Ubuntu)

Hey there, i want to compile Irrlicht from the source/Irrlicht-dir, so i went to this dir and typed "make". I get errors like CIrrDeviceLinux.cpp:217: Error: »XF86VidModeSwitchToMode« wasn't defined in this scope CIrrDeviceLinux.cpp:218: Error: »XF86VidModeSetViewPort« wasn't defined in th...