Well, after many attempts, I have found what is causing the
problem.
My dub.json :
```
{
"name": "ddb_test",
"description": "A minimal D application.",
"dependencies": {
"gtk-d:gtkd": ">=2.3.3",
"ddb": ">=0.2.1"
}
}
```
My source (source/app.d):
```
import ddb.postgre
On Thursday, 19 June 2014 at 15:12:10 UTC, Orfeo wrote:
The problem was on ddb 0.2.1 ... if I remove it I can compile
Did you try a full rebuild? dub --force sometimes helps,
especially when you've upgraded your compiler.
The problem was on ddb 0.2.1 ... if I remove it I can compile
Thank you for your reply...
On Thursday, 19 June 2014 at 12:28:31 UTC, Mathias Lang wrote:
>8
AFAIK, D is not officially supported on Win XP.
>8
The strange thing is that it worked yesterday and not today. I
have also tried with Win7 64bit (on Vi
On Thursday, 19 June 2014 at 12:18:54 UTC, Orfeo wrote:
Under WinXp I got the following
AFAIK, D is not officially supported on Win XP.
That's probably why you don't have a meaningful stacktrace or
error message.
I've this dub.json
{
"name": "ega_editor",
"description": "Editor for ega database",
"targetType": "executable",
"targetPath": "bin",
"dependencies": {
"sdlang-d": ">=0.8.4",
"ddb": ">=0.2.1",
"dejector": "~master",