On Mon, Oct 06, 2008 at 03:59:34PM +0200, Jean-Marc Lasgouttes wrote: > Konrad Hofbauer <[EMAIL PROTECTED]> writes: > > At least on the Mac, it seems to be a non-issue. Deleting *.la in > > /qt/lib, and everything seems to be just fine - if I don't forget > > about it ;-). IMO no need to mess around before 1.6.0. > > What was the contents of the .la files? > > > We can build right now the Mac-version with 0 patches to the LyX > > source, > > That is a minimum for a supported platform. > > Let's trying something I had in mind to avoid using --without-x. Wih > this patch, the code to configure X is only run when pkg-config has not > been successful. > > With this patch, you should be able to omit --without-x. Could you try > it out? Enrico, can you also try it on your 'exotic' platforms?
There's no problem on Solaris (I think it may qualify as 'exotic' these days) but I have a problem on Cygwin. With this patch, X_DISPLAY_MISSING is not defined in config.h and this is used in a couple of places in the code for distinguishing between Qt4/X11 and Qt4/Win Cygwin builds. -- Enrico