Get Compile Errors - Command Line
bearophile
bearophileHUGS at lycos.com
Fri Mar 14 09:58:07 PDT 2014
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
More information about the Digitalmars-d-learn
mailing list