extrawurst / DerelictImgui

Dynamic bindings to the cimgui library (a c-api for IMGUI) for the D programming language
MIT License
54 stars 13 forks source link

Error: undefined identifier ImGuiTextBufferWrapper #14

Closed lenormf closed 6 years ago

lenormf commented 6 years ago

Hi,

I can't compile the demo because of the following errors:

DerelictImgui-master/examples/imgui_demo/ > dub
Fetching derelict-gl3 1.0.23 (getting selected version)...
Performing "debug" build using /usr/bin/dmd for x86_64.
derelict-util 2.0.6: target for configuration "library" is up to date.
derelict-gl3 1.0.23: building configuration "library"...
derelict-glfw3 3.1.3: target for configuration "derelict-glfw3-dynamic" is up to date.
derelict-imgui ~master: building configuration "library"...
Error: undefined identifier __va_list_tag
/usr/bin/dmd failed with exit code 1.                                     

Thanks.

extrawurst commented 6 years ago

looking into it but seems to be a compiler regression: https://issues.dlang.org/show_bug.cgi?id=18372

lenormf commented 6 years ago

I'll wait for the upstream fix then, thanks.