Author Topic: [DJGPP] Build log don't catch error/warning messages...  (Read 6349 times)

Offline polygon7

  • Multiple posting newcomer
  • *
  • Posts: 104
    • Home site
[DJGPP] Build log don't catch error/warning messages...
« on: July 19, 2007, 12:10:27 pm »
Hi,
I'm using DJGPP compiler (global compiler settings are GCC copy) and I have a problem with warnings
and errors messages. They don't show in Build log (I have enabled Compiler logging -> "Full command line"
and HTML log output) :cry:

System - Win2k sp2 sp4, svn build rev 4273 (17.07.2007)

Example output:
Quote
gpp.exe -march=i586 -Os -W  -IC:\djgpp\include -I.  -c D:\test1\trunk\some_dir\somefile1.cpp -o obj\Release\some_dir\somefile1.o
gpp.exe -march=i586 -Os -W  -IC:\djgpp\include -I.  -c D:\test1\trunk\somefile2.cpp -o obj\Release\somefile2.o
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings

same text is in HTML file.

Did I missed something? Is there different other option which enable/disable "compiler logging"?

If any other info is needed then please tell me and I will try to post it here.

P.S. "Text parsing expressions" catch messages without problems.
« Last Edit: July 20, 2007, 06:57:30 am by polygon7 »
best regards,
p7
 Free open source UML modeling tool: ArgoUML