Bugs item #1663922, was opened at 2007-02-20 00:29
Message generated for change (Comment added) made by broeker
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104664&aid=1663922&group_id=4664
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: C lexer/parser
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Bernhard Broeker (broeker)
Summary: compilation error
Initial Comment:
Could someone tell me why I'm getting this error?
I installed 'flex' and tried 3 different versions of 'cscope' (starting with the latest version). This error is using 'cscope-15.4'.
Here is the output from 'make' after I successfully './configure'.
$ make
make all-recursive
make[1]: Entering directory `/cygdrive/c/cbrowser/cbrowser-0.8/cscope-15.4'
Making all in doc
make[2]: Entering directory `/cygdrive/c/cbrowser/cbrowser-0.8/cscope-15.4/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/cygdrive/c/cbrowser/cbrowser-0.8/cscope-15.4/doc'
Making all in src
make[2]: Entering directory `/cygdrive/c/cbrowser/cbrowser-0.8/cscope-15.4/src'
/bin/sh ./ylwrap "flex" fscanner.l lex.yy.c fscanner.c --
flex: fatal internal error, exec failed
make[2]: *** [fscanner.c] Error 1
make[2]: Leaving directory `/cygdrive/c/cbrowser/cbrowser-0.8/cscope-15.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/c/cbrowser/cbrowser-0.8/cscope-15.4'
make: *** [all-recursive-am] Error 2
thanks.
earl.boyd@...
----------------------------------------------------------------------
>Comment By: Hans-Bernhard Broeker (broeker)
Date: 2007-02-20 21:43
Message:
Logged In: YES
user_id=27517
Originator: NO
You say you "installed flex". The symptoms disagree with that assessment.
So it boils down to: what exactly did you do to install flex?
And don't bother with outdated versions of cscope, particularly not on
Cygin.
----------------------------------------------------------------------
Comment By: Neil Horman (nhorman)
Date: 2007-02-20 12:40
Message:
Logged In: YES
user_id=827328
Originator: NO
Looks like you installed or compiled flex incorrectly, or perhaps your
version of flex is relying on an external binary that you don't have. Can
you fun flex by hand on fscanner.l? I'd run an strace on flex to see what
exec flex s failing on.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104664&aid=1663922&group_id=4664
|