Am 11.02.2014 20:22, schrieb Stephan Dilly:

On Tue, 11 Feb 2014 17:45:30 GMT, Sönke Ludwig wrote:

On Tue, 11 Feb 2014 17:06:34 GMT, Stephan Dilly wrote:

On Tue, 11 Feb 2014 16:55:08 GMT, Stephan Dilly wrote:

On Tue, 11 Feb 2014 16:09:40 GMT, Sönke Ludwig wrote:

Okay, got it and fixed it on master. Would be good if you can get the chance to test before I'm making another RC (tonight if nothing gets in-between).

I would love to do that, where can I find a win32 binary ? (never built dub myself so far)

Ok I just used the build.bat and got a dub.exe and copyd it over the exe of the 0.9.20 installation. using that the error with the mysql-native version is gone and a new error building mysql-native is there. it seems like the dmd cyclic bug again but wasn't that supposed to be work arounded by the new dub ? here is the output:

Building mysql-native configuration "library", build type debug.
Running dmd...
(...)
FAIL C:\Users\DILLY\AppData\Roaming\dub\packages\mysql-native-master\.dub\build\library-debug-x86-dmd-59E6A9CD1869C6A35E0C61D4B0A344C4\ mysql-native staticLibrary
Error executing command run: DMD compile run failed with exit code 1

Yeah, I got that, too, with DMD 2.064 - 2.065-b3 works fine, tough. What the latest DUB fixed was just that such error happen randomly, but unfortunately in this case the new fixed order seems to be wrong. #235 would probably offer an opportunity to work around this, but I'd like to keep that to the next release. The good news is that such errors will now hopefully not slip in as easy as they used to do anymore.

Wait, you got the error too but not when used with dmd 2.064 but with previous versions? I used 2.064 when I got that error ;( So there is no way for me to build the mysql-native lib currently and with the next dub release (0.9.21) ??

No no, I get the error on 2.064, too, but not on 2.065. So using the
latest 2.065 beta is the only option right now. (Using vibe.d 0.7.18
would be another possibility.. but, well.. you know it)