Search found 7 matches

by zakhrim
Tue May 01, 2007 12:22 pm
Forum: Beginners Help
Topic: [Solved] Irrlicht + Ubuntu
Replies: 11
Views: 629

[Solved] Irrlicht + Ubuntu

Done! :D There were many libraries to add to the system. For everyone who will have the same problem, i needed to install the following packages: autoconf (2.61-3) automake (1:1.10+nogfdl-1) autotools-dev (20060920.1) m4 (1.4.8-1build1) libgl1-mesa-dev (6.5.2-3ubuntu7) libglu1-mesa-dev (6.5.2-3ubunt...
by zakhrim
Tue May 01, 2007 11:04 am
Forum: Beginners Help
Topic: [Solved] Irrlicht + Ubuntu
Replies: 11
Views: 629

Yes i was trying to do what Hybrid suggested (launch make)
I installed some more packages (the mesa packages) but now i have one more problem :cry:

Code: Select all

In file included from CIrrDeviceLinux.cpp:5:
CIrrDeviceLinux.h:32:38: error: X11/extensions/xf86vmode.h: No such file or directory
Zak
by zakhrim
Tue May 01, 2007 10:23 am
Forum: Beginners Help
Topic: [Solved] Irrlicht + Ubuntu
Replies: 11
Views: 629

Hi again... Hybrid, I tried to launch make on source/Irrlicht folder but i have many errors, because the compiler can't locate some files COpenGLDriver.h:39:20: error: GL/gl.h: No such file or directory COpenGLDriver.h:40:21: error: GL/glu.h: No such file or directory COpenGLDriver.h:41:21: error: G...
by zakhrim
Mon Apr 30, 2007 9:29 am
Forum: Beginners Help
Topic: Help with a simple C++ wrapper. [solved. I'm stupid.]
Replies: 5
Views: 290

I guess ISceneManager is an abstract class. It means that this class exposes methods that are implemented by derived classes. And also it means that you cannot instanciate objects of this class. I think there are methods like createDevice(...) -don't remember the signature of the method- that create...
by zakhrim
Mon Apr 30, 2007 9:09 am
Forum: Beginners Help
Topic: Help with a simple C++ wrapper. [solved. I'm stupid.]
Replies: 5
Views: 290

I'm not an expert of C++ programming (too many years with Java and C#... i forgot pointers! :oops: ) but it seems you have a problem of dangling pointers. Try to initialize your Device pointers with "new" instruction Device *device = new Device(); and so on for the other objects. Try... i ...
by zakhrim
Mon Apr 30, 2007 8:19 am
Forum: Beginners Help
Topic: [Solved] Irrlicht + Ubuntu
Replies: 11
Views: 629

I mean i can't compile.
Now i can't try to launch make (i'm working). I will try as soon as i get home!
by zakhrim
Mon Apr 30, 2007 7:11 am
Forum: Beginners Help
Topic: [Solved] Irrlicht + Ubuntu
Replies: 11
Views: 629

[Solved] Irrlicht + Ubuntu

Hi guys!
First of all, sorry for my english... it isn't my mother language.
I'm a newbie of Irrlicht (and it's some time i don't use C++...).
I'm trying to configure Irrlicht to work under Ubuntu 7.04 and Anjuta, but i'm not able to do that.
Is there anybody who could help me?

Thanks,
Zak