unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* not getting compiler messages in *compilation* buffer
@ 2003-05-07  2:11 Tan Cher Wah
  0 siblings, 0 replies; only message in thread
From: Tan Cher Wah @ 2003-05-07  2:11 UTC (permalink / raw)


Hi All,

I can't get my compiler messages to display in the *compilation*
buffer.

I'm using MS .Net and hence my command to invoke the compiler is
"devenv /build debug myproject.sln".

When I use this command in the *shell* buffer, I'm able to get the
compiler messages like such:-
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Microsoft (R) Development Environment  Version 7.00.9466.
Copyright (C) Microsoft Corp 1984-2001. All rights reserved.
- Build started: Project: Skin, Configuration: Debug Win32 -

myproject - up-to-date.

---------------------- Done ----------------------

    Build: 1 succeeded, 0 failed, 0 skipped
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


And if there are compiler errors, it will look like this:-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Microsoft (R) Development Environment  Version 7.00.9466.
Copyright (C) Microsoft Corp 1984-2001. All rights reserved.
- Build started: Project: Skin, Configuration: Debug Win32 -

Compiling...
LTBObject.cpp
d:\Mini Projects\Skin\LTBObject.cpp(91) : error C2065: 'kk' :
undeclared identifier
d:\Mini Projects\Skin\LTBObject.cpp(91) : error C2143: syntax error :
missing ';' before '}'

Build log was saved at
"file://d:\MiniProjects\Skin\Debug\BuildLog.htm"
myproject - 2 error(s), 0 warning(s

---------------------- Done ----------------------

    Build: 0 succeeded, 1 failed, 0 skipped
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



But when I do it with M-x compile, I get this in the 
*compilation* buffer if error-free :-
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Compilation finished at Wed May 07 09:35:0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

and on compilation errors, only this:-
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Compilation exited abnormally with code 1 at Wed May 07 10:02:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



I know that whatever is displayed in the *shell* buffer can also
appear in the *compilation* buffer when I do a M-x compile.

I'm using "GNU Emacs 21.3.1 i386-msvc-nt5.1.2600", MSVC .Net and
WinXP.

Any ideas on how to solve the problem of not getting compiler messages
in the *compilation* buffer would be greatly appreciated.

Thanks!

Warmly,
Cher Wah.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-07  2:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-07  2:11 not getting compiler messages in *compilation* buffer Tan Cher Wah

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).