On Thu, Sep 06, 2007 at 07:04:15PM +0200, Georg Baum wrote: > Enrico Forestieri wrote: > > > I am currently trying to sort out some link problems on some platforms, > > after which I will apply a new patch and update status.15x. > > > > Thanks for your patience. > > The link failures are only a symptom IMHO. The real problem is the fact that > src/support pulls in fontconfig. It should not do so because client and > tex2lyx do not need any font stuff at all, therefore only LyX should link > against fontconfig (and I believe that modern qt without fontconfig is not > possible anyway, so fontconfig is already required AFAIK).
cd your_qt_sources ; ./configure -DQT_NO_FONTCONFIG > IMHO a real fix would put the font stuff in the frontend where it belongs. > Then there would not be any link problems in client and tex2lyx. That's of course correct. Andre' >