On Saturday, 4 April 2015 at 20:34:47 UTC, Kapps wrote:
On Saturday, 4 April 2015 at 16:43:45 UTC, ParticlePeter wrote:
Hi,
there is this nice new link to "More libraries" link, but
there is no place to discuss usage, exchange experiences or
ask questions regarding these libraries ( unless I am missing
something ). A sub-forum here would be very nice.
Or would this here be the right place ?
I am trying out dimgui on win8, dmd 2.066.1 and now 2.067. Got
16 warnings, no error, BUT: "Building .dub\lib\imgui_d.lib
failed!"
How to debug this ?
Regards, ParticlePeter
If you're compiling with dub, I believe that warnings are by
default treated as errors. I'm not sure if there's a switch to
change that, but you could add wi to the compiler flags in
dub.json.
Thank you very much, a similar idea solved the problem: in
dub.json add "buildRequirements": ["allowWarnings"]