To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89012





------- Additional comments from [EMAIL PROTECTED] Sun Aug 31 19:15:50 +0000 
2008 -------
Just information: 

According to a documentation of flex [1], there was an alternative way to avoid 
the unwanted phenomenon. It was to give an option to a command 'flex' in the 
file soltools/HIDCompiler/makefile.mk

 existing: 
   $(MISC)$/%_yy.cxx : %lex.l
        flex -l -8 -o$@ $<

 alternative way: 
   $(MISC)$/%_yy.cxx : %lex.l
        flex --never-interactive -l -8 -o$@ $<

[1] http://flex.sourceforge.net/manual/Options-Affecting-Scanner-Behavior.html


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to