gecko0307 / dagon

3D game engine for D
https://gecko0307.github.io/dagon
Other
321 stars 30 forks source link

Modified for compilation w GNU GDC compiler #92

Closed aperfilev closed 4 months ago

aperfilev commented 4 months ago

Description: Modified imports to avoid compilation issue: at bindbc/sdl/bind/sdlhaptic.d:10:8: internal compiler error: in make_import, at d/imports.cc:48

Note: Not sure what causing this issue, possibly this issue will be resolved in future.

Fix: Workaround: for failing import use regular (non specific) import for all conponents available. They still seems to be supported in GNU but these cases are failing. This fix doesn't change any logic of code.