Re: r38733 - in lyx-devel/trunk/src: client tex2lyx

2011-05-15 Thread Kornel
Am Freitag, 13. Mai 2011 schrieb Jean-Marc Lasgouttes: > Le 13/05/2011 09:48, Kornel a écrit : > > 1.) No. The definisions in config.h differ from use there. > > > > E.g. in config.h there is either > > > > #define HAVE_ASPRINTF 1 > > > > or > > > > /* undef HAVE_ASPRINTF */ > > > > while here

Re: r38733 - in lyx-devel/trunk/src: client tex2lyx

2011-05-14 Thread Stephan Witt
Am 14.05.2011 um 14:56 schrieb Peter Kümmel: > >>> >>> Do you still have this warning with current trunk? I could not reproduce it. >> >> Yes, exactly. I have them... with these setting: >> > > OK, let's include config.h. I also moved the .cmake file into the intl folder. That's ok now. Comp

Re: r38733 - in lyx-devel/trunk/src: client tex2lyx

2011-05-14 Thread Peter Kümmel
Do you still have this warning with current trunk? I could not reproduce it. Yes, exactly. I have them... with these setting: OK, let's include config.h. I also moved the .cmake file into the intl folder. Peter

Re: r38733 - in lyx-devel/trunk/src: client tex2lyx

2011-05-14 Thread Stephan Witt
Am 14.05.2011 um 12:26 schrieb Peter Kümmel: > On 13.05.2011 11:04, Stephan Witt wrote: >> Am 13.05.2011 um 09:48 schrieb Kornel: >> >>> Am Freitag, 13. Mai 2011 schrieb Stephan Witt: Am 13.05.2011 um 00:06 schrieb kuem...@lyx.org: > Author: kuemmel > Date: Fri May 13 00:06:06 2011 >

Re: r38733 - in lyx-devel/trunk/src: client tex2lyx

2011-05-14 Thread Peter Kümmel
On 13.05.2011 11:04, Stephan Witt wrote: Am 13.05.2011 um 09:48 schrieb Kornel: Am Freitag, 13. Mai 2011 schrieb Stephan Witt: Am 13.05.2011 um 00:06 schrieb kuem...@lyx.org: Author: kuemmel Date: Fri May 13 00:06:06 2011 New Revision: 38733 URL: http://www.lyx.org/trac/changeset/38733 Log:

Re: r38733 - in lyx-devel/trunk/src: client tex2lyx

2011-05-13 Thread Jean-Marc Lasgouttes
Le 13/05/2011 09:48, Kornel a écrit : 1.) No. The definisions in config.h differ from use there. E.g. in config.h there is either #define HAVE_ASPRINTF 1 or /* undef HAVE_ASPRINTF */ while here it is #define HAVE_ASPRINTF 1 or #define HAVE_ASPRINTF 0 But why? Does gettext require this f

Re: r38733 - in lyx-devel/trunk/src: client tex2lyx

2011-05-13 Thread Kornel
Am Freitag, 13. Mai 2011 schrieb Stephan Witt: > /Users/stephan/cvs/lyx/lyx-build/cmake/lyx-devel/configCompiler.h:54:1: > warning: this is the location of the previous definition In file included > from /Users/stephan/cvs/lyx/lyx-devel/intl/gettextP.h:64, from > /Users/stephan/cvs/lyx/lyx-devel/in

Re: r38733 - in lyx-devel/trunk/src: client tex2lyx

2011-05-13 Thread Stephan Witt
Am 13.05.2011 um 09:48 schrieb Kornel: > Am Freitag, 13. Mai 2011 schrieb Stephan Witt: > > Am 13.05.2011 um 00:06 schrieb kuem...@lyx.org: > > > Author: kuemmel > > > Date: Fri May 13 00:06:06 2011 > > > New Revision: 38733 > > > URL: http://www.lyx.org/trac/changeset/38733 > > > > > > Log: > >

Re: r38733 - in lyx-devel/trunk/src: client tex2lyx

2011-05-13 Thread Kornel
Am Freitag, 13. Mai 2011 schrieb Stephan Witt: > Am 13.05.2011 um 00:06 schrieb kuem...@lyx.org: > > Author: kuemmel > > Date: Fri May 13 00:06:06 2011 > > New Revision: 38733 > > URL: http://www.lyx.org/trac/changeset/38733 > > > > Log: > > cmake on mac: also build with LYX_NLS=0 > > > > Modifie

Re: r38733 - in lyx-devel/trunk/src: client tex2lyx

2011-05-12 Thread Stephan Witt
Am 13.05.2011 um 00:06 schrieb kuem...@lyx.org: > Author: kuemmel > Date: Fri May 13 00:06:06 2011 > New Revision: 38733 > URL: http://www.lyx.org/trac/changeset/38733 > > Log: > cmake on mac: also build with LYX_NLS=0 > > Modified: > lyx-devel/trunk/src/client/CMakeLists.txt > lyx-devel/tru