Re: lyxclient.cpp

2012-11-07 Thread Pavel Sanda
Pavel Sanda wrote: > Strange that I can't reproduce. What gcc version? Now I can. The problematic commit is commit 32fde61c8f17d52429196e432f061d7fe67c0598 Author: Juergen Spitzmueller Date: Tue Oct 9 07:19:55 2012 +0200 Add new CategorizedCombo widget This is a combo box that pr

Re: lyxclient.cpp

2012-11-07 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: >>> Fixed on master. Note that monolithic fails there: >>> >>>CXXliblyxqt4.o >>> In file included from >>> ../../../../master/src/frontends/qt4/GuiApplication.cpp:117, >>> from liblyxqt4.cpp:20: >>> /usr/include/X11/Xlib.h:210: error: reference

Re: lyxclient.cpp

2012-11-07 Thread Jean-Marc Lasgouttes
Le 06/11/2012 20:28, Pavel Sanda a écrit : Jean-Marc Lasgouttes wrote: Fixed on master. Note that monolithic fails there: CXXliblyxqt4.o In file included from ../../../../master/src/frontends/qt4/GuiApplication.cpp:117, from liblyxqt4.cpp:20: /usr/include/X11/Xlib.h:210

Re: [LyX master] Correctly clean lyxclient.cpp in monolithic build.

2012-11-06 Thread Jean-Marc Lasgouttes
Le 06/11/2012 16:09, Pavel Sanda a écrit : Jean-Marc Lasgouttes wrote: Please take a look four lines above :) That looks strange indeed :) I'll take a look I really thought I fixed something. No need to look on the code, you just missed my commit few days back ;) P Grmph. JMarc

Re: lyxclient.cpp

2012-11-06 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Fixed on master. Note that monolithic fails there: > > CXXliblyxqt4.o > In file included from > ../../../../master/src/frontends/qt4/GuiApplication.cpp:117, > from liblyxqt4.cpp:20: > /usr/include/X11/Xlib.h:210: error: reference to ?Font? is am

Re: [LyX master] Correctly clean lyxclient.cpp in monolithic build.

2012-11-06 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: >> Please take a look four lines above :) > > That looks strange indeed :) I'll take a look I really thought I fixed > something. No need to look on the code, you just missed my commit few days back ;) P

Re: [LyX master] Correctly clean lyxclient.cpp in monolithic build.

2012-11-06 Thread Jean-Marc Lasgouttes
Le 05/11/2012 21:24, Pavel Sanda a écrit : CLEANFILES += lyxclient.cpp lyxclient_SOURCES = lyxclient.cpp $(HEADERFILES) +CLEANFILES += lyxclient.cpp Please take a look four lines above :) That looks strange indeed :) I'll take a look I really thought I fixed something. JMarc

Re: [LyX master] Correctly clean lyxclient.cpp in monolithic build.

2012-11-05 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > commit 1b74d3e7295eabd07e4dc7fbe1fb8dcb22865a61 > Author: Jean-Marc Lasgouttes > Date: Mon Nov 5 14:28:26 2012 +0100 > > Correctly clean lyxclient.cpp in monolithic build. > > diff --git a/src/client/Makefile.am b/src/client/Makefi

Re: lyxclient.cpp

2012-11-05 Thread Jean-Marc Lasgouttes
Le 03/11/2012 23:28, Richard Heck a écrit : This file does not seem to be cleaned up when we "make clean" or "make distclean". I had to remove it manually in order to get the monolithic build to work. Fixed on master. Note that monolithic fails there: CXXliblyxqt4.o In file included fro

lyxclient.cpp

2012-11-03 Thread Richard Heck
This file does not seem to be cleaned up when we "make clean" or "make distclean". I had to remove it manually in order to get the monolithic build to work. rh