STR-556: Cygwin prints lots (lots) of warnings about description fields.
Warning: .stabs: description field ‘…’ too big, try a different debug format
After printing this message for a few minutes, the build proceeds.
Submitted on 2 May 2006 at 17:29
Issue Log
On 26 August 2006 at 13:40 Jira commented:
STR-556, martin:
MinGW has the same problem
On 14 April 2008 at 04:35 Jira commented:
STR-556, martin:
A workaround is too disable debugging information by setting CFLAGS to “-O2” (the default is -0O2 and -g).e.g: make CFLAGS=-O2
or set CFLAGS before configuration
See also: https://mail.cs.uu.nl/pipermail/stratego/2007q4/000946.html
On 14 April 2008 at 05:08 Jira commented:
STR-556, martin:
We should document this in the installation instructions of the manual and think about the best solution for the next release.
On 28 January 2013 at 14:47 Eelco Visser removed tag 0.18
On 28 January 2013 at 14:47 Eelco Visser tagged interesting
Log in to post comments