Bugs item #1663922, was opened at 2007-02-19 15:29
Message generated for change (Comment added) made by sf-robot
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: Closed
Resolution: Invalid
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Bernhard Broeker (broeker)
Summary: [Cygwin] exec failure in flex
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: SourceForge Robot (sf-robot)
Date: 2007-03-23 19:20
Message:
Logged In: YES
user_id=1312539
Originator: NO
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Hans-Bernhard Broeker (broeker)
Date: 2007-03-09 16:01
Message:
Logged In: YES
user_id=27517
Originator: NO
No feedback from OP --- contacted him by mail. Until then, this is
pending/invalid
----------------------------------------------------------------------
Comment By: Darryl O (darrylo)
Date: 2007-02-20 17:35
Message:
Logged In: YES
user_id=27401
Originator: NO
Just as a side comment: which version of cygwin is this (and which version
of windows)? The recent 1.5.24-1 had problems with WinXP 64, which was
fixed in 1.5.24-2. If you're using 1.5.24-1 with WinXP 64, you definitely
want to upgrade.
----------------------------------------------------------------------
Comment By: Hans-Bernhard Broeker (broeker)
Date: 2007-02-20 12: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 03: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
|