gecko0307 / dagon

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

Nuklear Errors #62

Closed Dmunch04 closed 3 years ago

Dmunch04 commented 4 years ago

Hi! I'm getting these errors when trying to run

dagon 0.10.2: building configuration "library"...
../../../.dub/packages/dagon-0.10.2/dagon/src/dagon/ui/nuklear.d(1421,98): Error: function bindbc.nuklear.binddynamic.nk_filter_default(const(nk_text_edit)* e, uint unicode) is not callable using argument types ()
../../../.dub/packages/dagon-0.10.2/dagon/src/dagon/ui/nuklear.d(1421,98):        missing argument for parameter #1: const(nk_text_edit)* e
../../../.dub/packages/dagon-0.10.2/dagon/src/dagon/ui/nuklear.d(1426,102): Error: function bindbc.nuklear.binddynamic.nk_filter_default(const(nk_text_edit)* e, uint unicode) is not callable using argument types ()
../../../.dub/packages/dagon-0.10.2/dagon/src/dagon/ui/nuklear.d(1426,102):        missing argument for parameter #1: const(nk_text_edit)* e
../../../.dub/packages/dagon-0.10.2/dagon/src/dagon/ui/nuklear.d(1431,85): Error: function bindbc.nuklear.binddynamic.nk_filter_default(const(nk_text_edit)* e, uint unicode) is not callable using argument types ()
../../../.dub/packages/dagon-0.10.2/dagon/src/dagon/ui/nuklear.d(1431,85):        missing argument for parameter #1: const(nk_text_edit)* e
/usr/bin/dmd failed with exit code 1.

What could it be? I'm using this in my config btw:

"dagon": "~>0.10.2"
Dmunch04 commented 4 years ago

I have a quite new version of DMD yes, and I'm on PopOS

Dmunch04 commented 4 years ago

Maybe I should try and remove the executable file of Nuklear I have on my system? Perhaps that's the problem? I'm not sure tho