Re: r34810 - lyx-devel/trunk/src

2010-07-12 Thread BH
On Mon, Jul 12, 2010 at 4:48 PM, Stephan Witt wrote: > Am 12.07.2010 um 12:13 schrieb Jean-Marc LASGOUTTES: > >> Stephan Witt writes: >>> With some googling I've learned we're not alone. Perhaps the theory >>> mentioned above doesn't hold for c++ code. That would be bad. I'll >>> then forced to b

Re: r34810 - lyx-devel/trunk/src

2010-07-12 Thread Stephan Witt
Am 12.07.2010 um 12:13 schrieb Jean-Marc LASGOUTTES: > Stephan Witt writes: >> With some googling I've learned we're not alone. Perhaps the theory >> mentioned above doesn't hold for c++ code. That would be bad. I'll >> then forced to build with 10.5 SDK or maybe 10.4 and cannot use the >> new 10

Re: r34810 - lyx-devel/trunk/src

2010-07-12 Thread Jean-Marc LASGOUTTES
Stephan Witt writes: > With some googling I've learned we're not alone. Perhaps the theory > mentioned above doesn't hold for c++ code. That would be bad. I'll > then forced to build with 10.5 SDK or maybe 10.4 and cannot use the > new 10.6 features. When compiling with 10.5 SDK I cannot check Tig

Re: r34810 - lyx-devel/trunk/src

2010-07-11 Thread Stephan Witt
Am 10.07.2010 um 18:57 schrieb Stephan Witt: > Am 10.07.2010 um 16:09 schrieb Jean-Marc Lasgouttes: > >> Le 8 juil. 10 à 15:17, Jean-Marc Lasgouttes a écrit : >>> BTW, there are warnings about unused arguments on the .m helper file. >> >> These are due to the LYX_PLATFORM_DARWIN10 macro that you

Re: r34810 - lyx-devel/trunk/src

2010-07-10 Thread Stephan Witt
Am 10.07.2010 um 16:09 schrieb Jean-Marc Lasgouttes: > Le 8 juil. 10 à 15:17, Jean-Marc Lasgouttes a écrit : >> BTW, there are warnings about unused arguments on the .m helper file. > > These are due to the LYX_PLATFORM_DARWIN10 macro that you introduced. I do not > like it because > > 1/ it is

Re: r34810 - lyx-devel/trunk/src

2010-07-10 Thread Jean-Marc Lasgouttes
Le 8 juil. 10 à 15:17, Jean-Marc Lasgouttes a écrit : BTW, there are warnings about unused arguments on the .m helper file. These are due to the LYX_PLATFORM_DARWIN10 macro that you introduced. I do not like it because 1/ it is only set in your complex script, so that plain configure is n

Re: r34810 - lyx-devel/trunk/src

2010-07-08 Thread Jean-Marc Lasgouttes
Le 08/07/2010 09:51, Stephan Witt a écrit : Sorry, this one I forgot to commit. But I favor my solution. Go ahead :) BTW, there are warnings about unused arguments on the .m helper file. JMarc

Re: r34810 - lyx-devel/trunk/src

2010-07-08 Thread Stephan Witt
Am 08.07.2010 um 09:44 schrieb lasgout...@lyx.org: > Author: lasgouttes > Date: Thu Jul 8 09:44:34 2010 > New Revision: 34810 > URL: http://www.lyx.org/trac/changeset/34810 > > Log: > fix compilation of applespell with autotools > > Modified: > lyx-devel/trunk/src/Makefile.am > > Modified: l