Re: LyX 2.0 / Windows

2010-03-14 Thread Joost Verburg
On 3/14/2010 5:30 AM, Pavel Sanda wrote: unfortunatelly MikTeX installation is imho the main cause of troubles on win instalations because of its download which take place only when lyx is run. Yes, that's why the installer configures LyX after MiKTeX is installed. This will remain the same.

Re: LyX 2.0 / Windows

2010-03-14 Thread Joost Verburg
On 3/14/2010 3:58 AM, Abdelrazak Younes wrote: Forget about Enchant on Windows it brings in gtk dependency and we don't want to maintain that. I've specifically introduced libhunspell so that we can reuse OpenOffice and/or Firefox dictionaries. I have created an hunspell MSVC solution to generate

Re: Trunk: cross-compile problems on Mac

2010-03-14 Thread Pavel Sanda
BH wrote: > > to close the circle, if you try to find defintion of __PTRDIFF_TYPE__ you > > will find ptrdiff_t, right? > > That's right: > > #ifndef __PTRDIFF_TYPE__ > #define __PTRDIFF_TYPE__ long int > #endif > typedef __PTRDIFF_TYPE__ ptrdiff_t; so no, thats definition of ptrdiff_t to be in

Re: Trunk: cross-compile problems on Mac

2010-03-14 Thread BH
> to close the circle, if you try to find defintion of __PTRDIFF_TYPE__ you > will find ptrdiff_t, right? That's right: #ifndef __PTRDIFF_TYPE__ #define __PTRDIFF_TYPE__ long int #endif typedef __PTRDIFF_TYPE__ ptrdiff_t; BH

Re: changeset/33731

2010-03-14 Thread Uwe Stöhr
Am 14.03.2010 09:16, schrieb Abdelrazak Younes: Maybe Ed just delete them because he actually fixed the FIXME in the comment? No, because the fix for this would be a fileformat change. regards Uwe

Re: Commit po-files?

2010-03-14 Thread Pavel Sanda
Kornel Benko wrote: > Paval, > is it allowed to change (and commit) po-files in this stage for trunk? yes pavel

Commit po-files?

2010-03-14 Thread Kornel Benko
Paval, is it allowed to change (and commit) po-files in this stage for trunk? Kornel signature.asc Description: This is a digitally signed message part.

Re: Trunk: cross-compile problems on Mac

2010-03-14 Thread Pavel Sanda
BH wrote: > On Sun, Mar 14, 2010 at 9:53 AM, Pavel Sanda wrote: > > BH wrote: > > not sure, but probably in > >> #include <_types.h> > > > > one can find definition of __darwin_ptrdiff_t . > > can you show it? > > I'm not sure if this is what you're looking for. I have multiple > _types.h in vari

Re: Trunk: cross-compile problems on Mac

2010-03-14 Thread BH
On Sun, Mar 14, 2010 at 9:53 AM, Pavel Sanda wrote: > BH wrote: > not sure, but probably in >> #include <_types.h> > > one can find definition of __darwin_ptrdiff_t . > can you show it? I'm not sure if this is what you're looking for. I have multiple _types.h in various places, but they all have

Re: Trunk: cross-compile problems on Mac

2010-03-14 Thread Pavel Sanda
BH wrote: not sure, but probably in > #include <_types.h> one can find definition of __darwin_ptrdiff_t . can you show it? pavel

Re: Trunk: cross-compile problems on Mac

2010-03-14 Thread BH
On Sun, Mar 14, 2010 at 6:58 AM, Pavel Sanda wrote: > BH wrote: >> In file included from bindtextdom.c:23: >> /Developer/SDKs/MacOSX10.4u.sdk/usr/include/stddef.h:74: error: two or >> more data types in declaration specifiers >> make[2]: *** [bindtextdom.o] Error 1 >> make[1]: *** [all-recursive]

Re: Trunk: cross-compile problems on Mac

2010-03-14 Thread Pavel Sanda
BH wrote: > In file included from bindtextdom.c:23: > /Developer/SDKs/MacOSX10.4u.sdk/usr/include/stddef.h:74: error: two or > more data types in declaration specifiers > make[2]: *** [bindtextdom.o] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 can show the neighbourhoo

Re: LyX 2.0 / Windows

2010-03-14 Thread Pavel Sanda
Joost Verburg wrote: > thing that needs to done manually is to run the installer for the LaTeX > system unfortunatelly MikTeX installation is imho the main cause of troubles on win instalations because of its download which take place only when lyx is run. > and there would be only one set of o

Re: changeset/33731

2010-03-14 Thread Abdelrazak Younes
On 13/03/2010 22:03, Uwe Stöhr wrote: Hi Edwin, you reverted my comments about the horizontal alignment of multirows, why that? Comments are for me important to be later able to understand the code and I feel very uncomfortable when they are removed. Especially the tabular code needs in gener