d-gamedev-team / dimgui

dimgui is a D port of the imgui OpenGL GUI library.
zlib License
48 stars 13 forks source link

Getting "Error: found `private` instead of statement" as a result, trying to run your code. #18

Closed CircuitCoder4696 closed 4 years ago

CircuitCoder4696 commented 4 years ago
For some reason, it keeps returning an error and I can't seem to get past it without removing 'private'.  Not sure what the issue is, I'm using the compiler downloaded from dlang.org (dmd), but it seems to have problems with "./glwt/signals.d".  
AndrejMitrovic commented 4 years ago

It currently seems to work ok with 2.091.1 on Windows & Linux. Please re-open the issue if it's still a problem.

Unfortunately there's no CI system in place yet to catch these bugs. I'll add something soon.