Search found 6 matches
- Wed Jul 18, 2007 8:04 pm
- Forum: Beginners Help
- Topic: Compiling Irrlicht under Linux (Ubuntu)
- Replies: 11
- Views: 1099
- 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
EDIT: got the package xorg-dev, made, works, thanks
Code: Select all
/usr/bin/ld: cannot find -lXxf86vm
- Sun Jul 15, 2007 1:38 pm
- Forum: Beginners Help
- Topic: Compiling Irrlicht under Linux (Ubuntu)
- Replies: 11
- Views: 1099
- Sun Jul 15, 2007 11:52 am
- Forum: Beginners Help
- Topic: Compiling Irrlicht under Linux (Ubuntu)
- Replies: 11
- Views: 1099
- 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 ...
- 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...