On Friday, 14 March 2014 at 16:58:09 UTC, bearophile wrote:
Bauss:When compiling manual through command line is there anyway to get the compiling errors? Something like an error.log file or whatever. Perhaps an argument for the compiler? I checked the documents but didn't seem like there was anything.Thanks.Probably you have to use redirect to file, with > or even 2> on Windows.Bye, bearophile
I'm using dmd.exe and not cmd.exe