emacs-devel
[Top][All Lists]
Advanced

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

Re: bug#157: Infinite recursion in compile window


From: Chong Yidong
Subject: Re: bug#157: Infinite recursion in compile window
Date: Fri, 25 Apr 2008 10:25:15 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

"w.goesgens" <address@hidden> writes:

> this output gave me an infinite recursion in the compile window:
> g++  -DLINUX -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -DUSE_STRCASECMP
> -DUSE_STRNCASECMP  -I/usr/local/include -I../../include  -g -Wall -c
> masssms.cpp -o masssms.o
> masssmscpp: In member function 'BOOL OCMassMailSettings::GetConfig()':
> masssms.cpp:117: error: 'is_digit' was not declared in this scope
> masssms.cpp:117: error: invalid use of member (did you forget the '&' ?)
> masssms.cpp:93: warning: unused variable 'AllowedHeadersFile'
> masssms.cpp: In member function 'long int OCMassMailSettings::GetMessage
> (OCString&)':
> masssms.cpp:237: warning: unused variable 'pNextLine'
> masssms.cpp:238: warning: unused variable 'pBody'
> masssms.cpp:241: warning: unused variable 'Found'
> masssms.cpp: In function 'int main(int, char**)':
> masssms.cpp:279: error: 'SmtpSenderRewrite_Send' was not declared in this 
> scope
> masssms.cpp:286: error: 'SmtpSenderRewrite_SendCommand' was not declared in
> this scope
> make: *** [masssms.o] Error 1
>
> these are some extracts of the stacktrace:
>
> #4525 0x08155c3d in re_compile_pattern ()
> #4526 0x08157623 in error ()

Is there a way to reproduce this, starting from `emacs -q'?  I tried
pasting this text into a compilation-mode buffer, but saw no error.

Any ideas?




reply via email to

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