[asterisk-bugs] [Asterisk 0018930]: Weird -o parameter for flex
Asterisk Bug Tracker
noreply at bugs.digium.com
Sun Mar 6 18:59:29 CST 2011
The following issue has been CLOSED
======================================================================
https://issues.asterisk.org/view.php?id=18930
======================================================================
Reported By: pdugas
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18930
Category: Core/BuildSystem
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.8
SVN Revision (number only!): 309081
Request Review:
Resolution: won't fix
Fixed in Version:
======================================================================
Date Submitted: 2011-03-04 15:25 CST
Last Modified: 2011-03-06 18:59 CST
======================================================================
Summary: Weird -o parameter for flex
Description:
flex-2.5.4a on my 32-bit CentOS-5.5 machine doesn't like a space between
the -o command-line parameter the the output file name. I ended up editing
the configure script to remove the space so this:
${FLEX} -o ${tmp}/test.c ${tmp}/test.fl
became this:
${FLEX} -o${tmp}/test.c ${tmp}/test.fl
While this worked for me, it seems like a bug in flex to not accept the
space. I'd not have my feeling hurt if this report were marked "will not
fix". Figured it couldn't hurt to get it noted somewhere in case someone
else runs into it.
======================================================================
----------------------------------------------------------------------
(0132676) tilghman (manager) - 2011-03-06 18:59
https://issues.asterisk.org/view.php?id=18930#c132676
----------------------------------------------------------------------
This change has been reverted, so this fix is not needed, either.
Issue History
Date Modified Username Field Change
======================================================================
2011-03-06 18:59 tilghman Note Added: 0132676
2011-03-06 18:59 tilghman Status new => closed
2011-03-06 18:59 tilghman Resolution open => won't fix
======================================================================
More information about the asterisk-bugs
mailing list