i have debian 3.0 stable version, download SDK 4.0 and try to compile first example "HelloWorld" but i got this message :
---->>
tiago@compaq:~/irrlicht/examples/1.HelloWorld$ make
g++ main.cpp -o example -I"../../include" -I"/usr/X11R6/include" -L"/usr/X11R6/l
ib" -L"../../lib/Linux" -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -lz -ljpeg
In file included from ../../include/IMeshBuffer.h:9,
from ../../include/IMesh.h:9,
from ../../include/IAnimatedMesh.h:9,
from ../../include/irrlicht.h:32,
from main.cpp:28:
../../include/SMaterial.h:161: anonymous class type not used to declare any obje
cts
../../include/SMaterial.h:202: anonymous class type not used to declare any obje
cts
../../include/SMaterial.h: In method `irr::video::SMaterial::SMaterial()':
../../include/SMaterial.h:121: class `irr::video::SMaterial' does not have any f
ield named `Texture1'
../../include/SMaterial.h:121: class `irr::video::SMaterial' does not have any f
ield named `Texture2'
../../include/SMaterial.h:122: class `irr::video::SMaterial' does not have any f
ield named `Wireframe'
../../include/SMaterial.h:122: class `irr::video::SMaterial' does not have any f
ield named `Lighting'
../../include/SMaterial.h:123: class `irr::video::SMaterial' does not have any f
ield named `ZBuffer'
../../include/SMaterial.h:123: class `irr::video::SMaterial' does not have any f
ield named `ZWriteEnable'
../../include/SMaterial.h:123: class `irr::video::SMaterial' does not have any f
ield named `BackfaceCulling'
../../include/SMaterial.h:124: class `irr::video::SMaterial' does not have any f
ield named `GouraudShading'
../../include/SMaterial.h:124: class `irr::video::SMaterial' does not have any f
ield named `BilinearFilter'
../../include/SMaterial.h:125: class `irr::video::SMaterial' does not have any f
ield named `TrilinearFilter'
../../include/SMaterial.h:125: class `irr::video::SMaterial' does not have any f
ield named `ClampTextureCooridnates'
make: *** [all] Error 1
tiago@compaq:~/irrlicht/examples/1.HelloWorld$
<<----
anybody help me?
thanks,
Tiago Fischer