Irrlicht 1.0
You need to disable GL extensions. Should turn up on forum search.
New RF2 website at: http://realityfactory2.sourceforge.net/
The glxGetProcAddress thing? I had that problem too. I use xandros 3.0 (based on debian) with and use an X server with the nVidia drivers.
At first I hacked the source and changed the getProcAddress -> getProcAddressARB crap, but then I realized my problem was that the global include path pointed to the wrong GL headers. I put the code back, changed my include path and it works fine . That was with 0.14, but it's probably the same issue. I don't know if changing the include path was the correct way to fix it, but it works for me.
Congrats on 1.0 Niko.
At first I hacked the source and changed the getProcAddress -> getProcAddressARB crap, but then I realized my problem was that the global include path pointed to the wrong GL headers. I put the code back, changed my include path and it works fine . That was with 0.14, but it's probably the same issue. I don't know if changing the include path was the correct way to fix it, but it works for me.
Congrats on 1.0 Niko.
-------------------------------------
IrrLua - a Lua binding for Irrlicht
http://irrlua.sourceforge.net/
IrrLua - a Lua binding for Irrlicht
http://irrlua.sourceforge.net/