January 22, 2013
On Tuesday, 22 January 2013 at 20:47:46 UTC, Namespace wrote:
>
> So what is wrong now? A few days ago it works fine. I don't understand that. :/

Strange. That's what I do (verbatim), so it should work.

Which "make" is being called? What is your DMC?

Could you try it with *only* "X/dm/bin" in you path?

It know it should work with 8.56, that's the one I use.
http://www.digitalmars.com/download/freecompiler.html
January 22, 2013
FWIW, my own rebuilding of DMD fails since yesterday. I does a GCC error from json.c and then dies.
January 22, 2013
No idea.

Just updated my own dmd sources.

I rebuilt it fine with both dmc 852c and 856c, in both release non-release :/
January 22, 2013
dmc prints before
Digital Mars Compiler Version 8.42n
and also after I replaced it with your version.
Have I forget something?

And still the same error. That weird. oO
January 22, 2013
On Tuesday, 22 January 2013 at 21:35:48 UTC, Namespace wrote:
> dmc prints before
> Digital Mars Compiler Version 8.42n
> and also after I replaced it with your version.
> Have I forget something?
>
> And still the same error. That weird. oO

Ah, I forgot, sorry. I'm using:
Digital Mars Make Version 5.06
January 22, 2013
In my distress I have now tried with dmd_msc_vs10.
I get no such error but others:

1>cl : Befehlszeile warning D9025: "/TC" wird durch "/TP" überschrieben
1>mars.c(905): warning C4805: '!=': unsichere Kombination von Typ 'char' mit Typ 'bool' in einer Operation
1>c1xx : fatal error C1083: Datei (Quelle) kann nicht geöffnet werden: "ph.c": No such file or directory
1>c1xx : fatal error C1083: Datei (Quelle) kann nicht geöffnet werden: "util.c": No such file or directory

I didn't tried dmd_msc_vs10 before, so I have no comparison.
January 22, 2013
On Tuesday, 22 January 2013 at 22:15:13 UTC, Namespace wrote:
> In my distress I have now tried with dmd_msc_vs10.
> I get no such error but others:
>
> 1>cl : Befehlszeile warning D9025: "/TC" wird durch "/TP" überschrieben
> 1>mars.c(905): warning C4805: '!=': unsichere Kombination von Typ 'char' mit Typ 'bool' in einer Operation
> 1>c1xx : fatal error C1083: Datei (Quelle) kann nicht geöffnet werden: "ph.c": No such file or directory
> 1>c1xx : fatal error C1083: Datei (Quelle) kann nicht geöffnet werden: "util.c": No such file or directory
>
> I didn't tried dmd_msc_vs10 before, so I have no comparison.

Strange but interest:
If I build with Visual Studio I get the error messages above.
But when I try then make -fwin32.mak it works without errors and I get a dmd.exe.
Could someone explain me this? o.O
1 2 3
Next ›   Last »