return statements
On Mon, 16 Jun 2014 17:36:18 GMT, Dario Filipović wrote:

Ok, i got why it fails. Its another hibernated problem that was fixed before a few months.File pgsqldialect.d did two consecutive statements that resulted in a warning and a compiler crash.

On Mon, 16 Jun 2014 08:20:40 GMT, Sönke Ludwig wrote:

On Mon, 16 Jun 2014 05:45:17 GMT, Dario Filipović wrote:

I am trying to build hibernated with dmd 2.065 using dub package manager. After fixing some problems in hibernated code(casting int to ubyte, change is on git repo of hibernated but not pushed on dub)
Build seems to fail with nothing that makes sense to me.

FAIL C:\Users\tarqe\AppData\Roaming\dub\packages\hibernated-0.2.11\.dub\build\PGSQL-debug-windows-x86-dmd-FA7AED50A
D1041797A553ECE38C03344\ hibernated staticLibrary
Error executing command run: DMD compile run failed with exit code 1

Is there anything above those two lines that might be relevant? If not, it looks like DMD is missing proper diagnostic output in this case.

To make sure it isn't picking up anything old, you could try to run dub build --force.

BTW, I've cloned https://github.com/buggins/hibernated.git and successfully ran dub build with DMD 2.065:

C:\Users\sludwig\Develop\_extern\hibernated>dub build
Fetching ddbc 0.2.10...
Placing ddbc 0.2.10 to C:\Users\sludwig\AppData\Roaming\dub\packages\...
Fetching mysql-native 0.0.10...
Placing mysql-native 0.0.10 to C:\Users\sludwig\AppData\Roaming\dub\packages\...

Building hibernated 0.2.11+commit.4.g2ca142e configuration "MySQL", build type debug.
Running dmd...

C:\Users\sludwig\Develop\_extern\hibernated>