www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - DMD build is broken

reply "Tobias Pankrath" <tobias pankrath.net> writes:
I'm on master.

make -f posix.mak
-> make -C src -f posix.mak
-> dmd idgen.d
-> lots of errors regarding druntime.

Reason is that my HOST_DC reads in src/dmd.conf which in turn 
points to the ~master druntime which is incompatible with my 
dmd-v2.66.
Mar 20 2015
parent reply "Tobias Pankrath" <tobias pankrath.net> writes:
On Friday, 20 March 2015 at 18:01:35 UTC, Tobias Pankrath wrote:
 I'm on master.

 make -f posix.mak
 -> make -C src -f posix.mak
 -> dmd idgen.d
 -> lots of errors regarding druntime.

 Reason is that my HOST_DC reads in src/dmd.conf which in turn 
 points to the ~master druntime which is incompatible with my 
 dmd-v2.66.
Ah, nevermind, that dmd.conf was placed there by myself when dmd wasn't used to build dmd m(
Mar 20 2015
parent "Daniel Murphy" <yebbliesnospam gmail.com> writes:
"Tobias Pankrath"  wrote in message 
news:labenycreqfwodvujtvu forum.dlang.org...

 Ah, nevermind, that dmd.conf was placed there by myself when dmd wasn't 
 used to build dmd m(
Yeah. You can still have a dmd.conf in your dmd/src dir if you set "HOST_DC=/path/to/dmd -conf /path/to/dmd.conf". This will only work if your system dmd is some form of 2.067.
Mar 20 2015