Michael Strobel ha scritto:
Hi,

I tried to build OO 2.4 on Windows using Cygwin and ran into troubles. Executing ./configure and ./bootstrap seems to work fine, but during the build of soltools/HIDCompiler I get an compiler error C3861: 'isatty': identifier not found. I believe this function should be provided by Cygwin, but I'm not quite sure. I have installed all the packages metentioned in the instructions on http://wiki.services.openoffice.org/wiki/Building_OOo_with_Cygwin_on_Windows for Cygwin. Any ideas?

Hi,

I've solved by going inside my build directory and editing hidc_yy.cxx

I changed

b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;

into

b->yy_is_interactive = 0;

and I've made a rebuild.

All worked correctly.

Davide


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

Reply via email to