Search found 4 matches

by d-grafix
Wed Oct 03, 2007 8:23 am
Forum: Beginners Help
Topic: What ide
Replies: 3
Views: 283

What ide

Which IDE are people using for c++ in ubuntu + irrlicht? Ive tried both anjuta and eclipse, but canot make head nor tail of them as they are so complicated and "well-featured". I compile something like an irr-example and try and run it it moans and groans that stuff is missing, or that the...
by d-grafix
Wed Oct 03, 2007 7:59 am
Forum: Beginners Help
Topic: Anyone got this working with ubuntu?
Replies: 6
Views: 471

Oops Sorry, it was the define, i uncommented the line for the workaround and recompiled it. It was found in the file COpenGLDriver.cpp not COpenGLExtensionHandler.cpp
I already have he latest legacy drivers (GEForceFX5200pci)
by d-grafix
Sat Sep 29, 2007 9:53 pm
Forum: Beginners Help
Topic: Anyone got this working with ubuntu?
Replies: 6
Views: 471

thanks that worked
by d-grafix
Fri Sep 28, 2007 10:02 pm
Forum: Beginners Help
Topic: Anyone got this working with ubuntu?
Replies: 6
Views: 471

Anyone got this working with ubuntu?

Im getting the error when building the helloworld example: 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 -lXxf86vm -lXext -lX11 ../../lib/Linux/libIrrlicht.a(COpenGL...