From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: cherwah@popularworld.com (Tan Cher Wah) Newsgroups: gmane.emacs.help Subject: not getting compiler messages in *compilation* buffer Date: 6 May 2003 19:11:58 -0700 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <152d2260.0305061811.73bf960@posting.google.com> NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1052273776 21012 80.91.224.249 (7 May 2003 02:16:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 7 May 2003 02:16:16 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed May 07 04:16:12 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19DETO-0005Rx-00 for ; Wed, 07 May 2003 04:15:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19DETd-0005Xg-01 for gnu-help-gnu-emacs@m.gmane.org; Tue, 06 May 2003 22:16:13 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 73 Original-NNTP-Posting-Host: 202.136.168.140 Original-X-Trace: posting.google.com 1052273518 11937 127.0.0.1 (7 May 2003 02:11:58 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 7 May 2003 02:11:58 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:112873 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9367 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9367 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.