If you attempt to build a windows app with DMD on linux and link against
winelib, the first thing you hit is std.c.windows.windows static
assert(0); // Windows only
On Sat, 10 Jul 2010 23:48:05 -0700, Andrei Alexandrescu
<[email protected]> wrote:
dsimcha wrote:
Just an idea that popped into my head: I love DFL's API, but I hate
the fact
that it only works on Windows. Would it be feasible, or even easy, to
use
Winelib to port DFL to Linux? Has anyone here succeeded in using
Winelib to
port a Windows app to Linux before?
I'm regularly unittesting Phobos on wine.
Andrei