Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >>>>>> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > | Kayvan> I have now installed a fresh cygwin install on a new Win32 | Kayvan> computer, and ran into the same "cannot find binary" issue | Kayvan> upon a fresh checkout and compile of lyx. > | Kayvan> The following patch fixes this by ensuring that BOOST_POSIX is | Kayvan> set for Cygwin in the src/config.h file. > | Kayvan> I see no reason why we just should not assume BOOST_POSIX for | Kayvan> Cygwin. > | I won't comment on the goal (although it seems reasonable), but | concerning the means, you may want to use AH_BOTTOM instead. > | In configure.ac, add in the AH_BOTTOM call something like > | #ifdef __CYGWIN__ | #defing BOOST_POSIX #define BOOST_POSIX 1 | #endif > | This seems much clearer to me.
It does? Hmm perhaps. -- Lgb