Issue 21046 - compilation error during build idcl
Summary: compilation error during build idcl
Status: CLOSED WONT_FIX
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Martin Hollmichel
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-11 13:48 UTC by germusic
Modified: 2004-02-17 09:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description germusic 2003-10-11 13:48:52 UTC
During the build of the 1.1 Release compilation halts with an error whilst building 
yacc parser files. Both where caused by a construct to eliminate a warning some 
versions of the gcc compiler generate.  
Using version 3.3.1 of gcc it will halt and generate an error on the goto label 
defined as YYERROR.  
 
Solution: 
As the comment above notes that this construct only is for preventing the gcc 
compiler for generating a warning, I commented the construct out.
Comment 1 foskey 2003-10-12 14:25:18 UTC
Please confirm that you are using 1.875 of Bison not 1.875a or 1.875c.

If this is the case then upgrade you bison.
Comment 2 Martin Hollmichel 2003-11-17 14:40:45 UTC
mh->gerMusic: please provide the requested info, otherwise we have
problems to help.
Comment 3 Martin Hollmichel 2004-02-17 09:00:49 UTC
verified.
Comment 4 Martin Hollmichel 2004-02-17 09:03:11 UTC
close issue.