"w.goesgens" <w.goesgens outgesourced.org>
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?
|