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

Prokop Hapala prokophapala at gmail.com
Sat Oct 19 00:57:48 UTC 2019


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')


(dmd-2.088.0)(dmd-2.088.0)prokop at prokop-Lenovo-ideapad-Y700-15ISK:~/git_SW/_Dlang/dmech/demos$ dub
Performing "debug" build using 
/home/prokop/dlang/dmd-2.088.0/linux/bin64/dmd for x86_64.
dlib 0.16.0: target for configuration "library" is up to date.
demo ~master: target for configuration "pyramid" is up to date.
To force a rebuild of up-to-date targets, run again with --force.
Running ./pyramid
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
----------------
derelict/util/exception.d:75 void 
derelict.util.exception.SharedLibLoadException.throwNew(const(char[][]), const(char[][])) [0x55ecce3ed712]
derelict/util/sharedlib.d:221 void 
derelict.util.sharedlib.SharedLib.load(immutable(char)[][]) 
[0x55ecce3edef3]
derelict/util/loader.d:91 void 
derelict.util.loader.SharedLibLoader.load(immutable(char)[][]) 
[0x55ecce3edb54]
derelict/util/loader.d:86 void 
derelict.util.loader.SharedLibLoader.load(immutable(char)[]) 
[0x55ecce3edb25]
dgl/core/application.d:185 void 
dgl.core.application.loadLibraries() [0x55ecce3f1127]
pyramid.d:385 _Dmain [0x55ecce406a68]
Program exited with code 1






More information about the Digitalmars-d-learn mailing list