digitalmars.D - DMD build is broken
- Tobias Pankrath (8/8) Mar 20 2015 I'm on master.
- Tobias Pankrath (3/11) Mar 20 2015 Ah, nevermind, that dmd.conf was placed there by myself when dmd
- Daniel Murphy (5/7) Mar 20 2015 Yeah. You can still have a dmd.conf in your dmd/src dir if you set
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
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
"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