emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with compile-mode


From: Oscar Fuentes
Subject: Re: Problems with compile-mode
Date: Mon, 10 May 2004 04:37:41 +0200
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.1 (windows-nt)

address@hidden (Daniel Pfeiffer) writes:

Hi Daniel.

> Oscar Fuentes <address@hidden> skribis:
>
>> Symptoms:
>> 
>> The *compilation* buffer shows compiler messages before the initial
>> informative text, like this:
>> 
>> g++ -c -Wall -mthreads -g -O0  -It:/include -DLP0_STATIC_LIB -MMD -MF
>> build/mingw/debug/.deps/main.d -o build/mingw/debug/main.o
>> build/mingw/debug/../../../main.cpp In file included from api.h:5,
>>                  from main.cpp:3:
>> tipo.h: In constructor `lp0::Tipo::Tipo(lp0::Symbol*)':
>> tipo.h:65: error: `x' undeclared (first use this function)
>> tipo.h:65: error: (Each undeclared identifier is reported only once for each
>> 
>>    function it appears in.)
>> make: *** [build/mingw/debug/main.o] Error 1
>> cd t:\lp0\   # -*-compilation-*-
>> Entering directory `t:\lp0\'
>> make MINGW=1
>> 
>> Compilation exited abnormally with code 2 at Wed May 05 06:39:35
>
> This looks like either Emacs on Mingw gets mixed up between the subprocesses'
> stderr and stdout.  Or compile gets mixed up with its process marker (where
> the process writes into the buffer).
>
> Since this apparently only happens on Mingw, which I don't have, I don't know
> where to start looking.

Just built from fresh CVS sources with MS VC++ v6.0 sp4. Same
problem. *But* if I start emacs with -q, it works fine. The only thing
I can think of having relation with the problem is that my .emacs sets
cygwin's bash as its shell. Any ideas?

>  As per etc/MACHINES Mingw is not even a supported plattform for
> Emacs...  I dare not even hope you have Cygwin, to see if the same
> thing happens there?

Native Win32 builds are supported with MSVC++ and MinGW. See
emacs/nt/INSTALL.

>> In GNU Emacs 21.3.50.1 (i386-mingw-nt5.0.2195)
>>  of 2004-04-27 on BERATUNG4
>> configured using `configure --with-gcc (3.3) --cflags
>> -I../../jpeg-6b-1/include -I../../libpng-1.2.4-1/include
>> -I../../tiff-3.5.7/include -I../../xpm-nox-4.2.0/include
>> -I../../zlib-1.1.4-1/include'
>> 
>> Important settings:
>>   value of $LC_ALL: nil
>>   value of $LC_COLLATE: nil
>>   value of $LC_CTYPE: nil
>>   value of $LC_MESSAGES: nil
>>   value of $LC_MONETARY: nil
>>   value of $LC_NUMERIC: nil
>>   value of $LC_TIME: nil
>>   value of $LANG: ESN
>>   locale-coding-system: iso-latin-1
>>   default-enable-multibyte-characters: t
>> 
>> Major mode: Emacs-Lisp
>> 
>> Minor modes in effect:
>>   iswitchb-mode: t
>>   mouse-wheel-mode: t
>>   menu-bar-mode: t
>>   global-font-lock-mode: t
>>   font-lock-mode: t
>>   unify-8859-on-encoding-mode: t
>>   column-number-mode: t
>>   line-number-mode: t

Regards,

-- 
Oscar





reply via email to

[Prev in Thread] Current Thread [Next in Thread]