August 14, 2003 dmd.conf for linux | ||||
---|---|---|---|---|
| ||||
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 Re: dmd.conf for linux | ||||
---|---|---|---|---|
| ||||
Posted in reply to Manfred Hansen | "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. |
Copyright © 1999-2021 by the D Language Foundation