Hi,

According to a documentation of flex [2], another possible way
to avoid the unwanted phenomenon might be 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$@ $<

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

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

Tora


tora - Takamichi Akiyama wrote:
Willy Sudiarto Raharjo wrote:
 > /home/har2d2/OOH680_m17/soltools/HIDCompiler
 > Making: ../wntmsci10.pro/obj/wrap_hidclex.obj

> ../wntmsci10.pro\misc\hidc_yy.cxx(2488) : error C3861: 'isatty': identifier not
 > found, even with argument-dependent lookup

 > the isatty function is nowhere to be found on the same file and that's
 > the reason why

That looks like an existing, known issue.
Please refer to [1].
The way to fix it might be similar to the one for 3.0.

[1] http://qa.openoffice.org/issues/show_bug.cgi?id=89012

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

Reply via email to