Re: Problem building Dev Tools

Ron Gage <[email protected]> Tue, 24 Jun 2003 21:13:55 -0400
Newsgroups gmane.comp.db.sapdb.sources
Message-ID <[email protected]>
Dittmar, Daniel wrote:
>>Looks like I am missing something here...  I can't get 
>>devtools to build 
>>at all.  Getting all kinds of errors.
> 
> 
> On what platform are you trying to build the devtools?

Slackware 9.0, AMD XP1800, 1 gig memory.


> 
> 
>>On the first pass when trying to build the dev tools, I get 
>>the following...
>>
>>
>>/yyval
>>.,.+2 d
>>/\*yysterm\[]/,$d
>>1;/yyactr/ka
>>'a,$s/yypv/yyYpv/g
>>'aa
>>         register int yyYpv;
>>         register int *p, *q;
>>         yyYpv = sp;
> 
> 
> I do remember a similiar problem with the s390 port, I'll try to find the mail about the solution (I think it was some slightly misbehaving ed implementation).
> 
> Daniel Dittmar
> 

I was (finally) able to catch a bit more of the error...  at least 
something that looks relevent..

conflicts: 7 shift/reduce
./fixgram: line 49: 10673 Segmentation fault      ex y.tab.c  <<'EOF'
set noignorecase
set wrapscan
/yyval
.,.+2 d
/\*yysterm\[]/,$d
1;/yyactr/ka
'a,$s/yypv/yyYpv/g
'aa

In all the coding I have done, seg faults weren't a good thing.  :)

Ron Gage