Enrico Forestieri <[EMAIL PROTECTED]> writes: >> Applied then. And now, is the nox.diff patch working in cygwin? > > Yes, it works. > >> I guess so, but I prefer to be sure... In particular, is Q_CYGWIN_WIN >> defined as needed by pkg-config? > > Yes, it is, as --without-x still sets with_x=no.
This was the whole point of my question :) Normally, you should be able to just point pkg-config to the right place (qt/x11 or qt/win32) and lyx should do the rest by itself... What is the difference between Q_CYGWIN_WIN and defined(Q_WS_WIN32) && defined(Q_OS_CYGWIN) ? It seems to me that this extra define is not really needed... JMarc