[asterisk-bugs] [Asterisk 0018930]: Weird -o parameter for flex

Asterisk Bug Tracker noreply at bugs.digium.com
Sat Mar 5 16:41:06 CST 2011


A NOTE has been added to this issue. 
====================================================================== 
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:                     new
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:              
====================================================================== 
Date Submitted:             2011-03-04 15:25 CST
Last Modified:              2011-03-05 16:41 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.
====================================================================== 

---------------------------------------------------------------------- 
 (0132664) Weezey (reporter) - 2011-03-05 16:41
 https://issues.asterisk.org/view.php?id=18930#c132664 
---------------------------------------------------------------------- 
This prevented me from compiling as well, thanks for the fix. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-03-05 16:41 Weezey         Note Added: 0132664                          
======================================================================




More information about the asterisk-bugs mailing list