Any 3D Game or Engine with examples/demos which just work (compile&run) out of the box on linux ?

Mike Parker aldacron at gmail.com
Sat Oct 19 01:53:11 UTC 2019


On Saturday, 19 October 2019 at 00:57:48 UTC, Prokop Hapala wrote:
> The dmech/demos also seems to be almost running just it somehow 
> cannot find or use my libsdl.so library which it just compiled 
> (it is in 'dmech/demos/lib')

> derelict.util.exception.SharedLibLoadException at derelict/util/exception.d(43): Failed to load one or more shared libraries:
> 	./lib/libsdl.so - ./lib/libsdl.so: wrong ELF class: ELFCLASS32


The problem is there in the error message. You have a 32-bit 
version of SDL, but you're compiling a 64-bit app. You need the 
64-bit SDL.


More information about the Digitalmars-d-learn mailing list