August 14, 2003
the dmd.conf file is in /etc

this is what i have try

[Environment]

DFLAGS="-I%@P%/home/hansen/d/dmd/src/phobos"

there i get "Segmentation fault"

DFLAGS="-I/home/hansen/d/dmd/src/phobos"

i get "Error: Error reading file 'object.d'"

"-I/home/hansen/d/dmd/src/phobos"

the same "Error: Error reading file 'object.d'"


Manfred Hansen

August 14, 2003
"Manfred Hansen" <manfred@toppoint.de> wrote in message news:pan.2003.08.14.21.37.57.517195@toppoint.de...
>
> the dmd.conf file is in /etc
>
> this is what i have try
>
> [Environment]
>
> DFLAGS="-I%@P%/home/hansen/d/dmd/src/phobos"
>
> there i get "Segmentation fault"

That's a compiler bug. I'll look into it.

> DFLAGS="-I/home/hansen/d/dmd/src/phobos"
>
> i get "Error: Error reading file 'object.d'"
>
> "-I/home/hansen/d/dmd/src/phobos"
>
> the same "Error: Error reading file 'object.d'"

Make sure /home/hansen/d/dmd/src/phobos/object.d exists.