Re: Unicode and Cygwin

2006-10-03 Thread Enrico Forestieri
On Tue, Oct 03, 2006 at 02:29:13PM +0200, Georg Baum wrote: > Am Montag, 2. Oktober 2006 19:42 schrieb Enrico Forestieri: > > Please attached find the bt's I get on linux and solaris. I use GCC 3.4.4 > > on cygwin, GCC 3.4.3 on solaris, and GCC 4.1.2 on linux (debian/testing). > > I get the crash

Re: Unicode and Cygwin

2006-10-03 Thread Georg Baum
Am Montag, 2. Oktober 2006 19:42 schrieb Enrico Forestieri: > I attach here the bt I get on cygwin. Do you see what I mean when I say > that I am always scared in a way or another by gdb on Windows? :( I see. > When running LyX outside gdb I simply get: > Abort (core dumped) > > Anyway, I can re

Re: Unicode and Cygwin

2006-10-02 Thread Enrico Forestieri
On Mon, Oct 02, 2006 at 09:06:01AM +0200, Georg Baum wrote: > Enrico Forestieri wrote: > > > I think that nothing is difficult, there only are things that you know > > how to do and things that you don't know how to do... > > When you don't know how to do something, then that is a difficult thing.

Re: Unicode and Cygwin

2006-10-02 Thread Georg Baum
Enrico Forestieri wrote: > I think that nothing is difficult, there only are things that you know > how to do and things that you don't know how to do... > When you don't know how to do something, then that is a difficult thing. If you tell me where the crash appears I can provide you with a work

Re: Unicode and Cygwin

2006-10-01 Thread Enrico Forestieri
On Sun, Oct 01, 2006 at 08:03:45PM +0200, Georg Baum wrote: > Am Sonntag, 1. Oktober 2006 19:33 schrieb Enrico Forestieri: > > So it would be easy writing a wrapper which calls the system functions > > where this makes sense and otherwise tries to do by itself. > > Sure, but I still think that p

Re: Unicode and Cygwin

2006-10-01 Thread Georg Baum
Am Sonntag, 1. Oktober 2006 19:33 schrieb Enrico Forestieri: > You are right, of course, but a wrapper function could be used. > In STLPort there is code like this: > > #if !defined (_STLP_NO_CSTD_FUNCTION_IMPORTS) > ... > using _STLP_VENDOR_CSTD_WFUNC::towupper; > ... > #endif /* _STLP_NO_CSTD_FU

Re: Unicode and Cygwin

2006-10-01 Thread Enrico Forestieri
On Sun, Oct 01, 2006 at 06:07:12PM +0200, Georg Baum wrote: > Am Sonntag, 1. Oktober 2006 16:45 schrieb Enrico Forestieri: > > On Sun, Oct 01, 2006 at 03:28:20PM +0200, Georg Baum wrote: > > > > > Am Sonntag, 1. Oktober 2006 14:46 schrieb Enrico Forestieri: > > > > > > > The problem here is that

Re: Unicode and Cygwin

2006-10-01 Thread Georg Baum
Am Sonntag, 1. Oktober 2006 16:45 schrieb Enrico Forestieri: > On Sun, Oct 01, 2006 at 03:28:20PM +0200, Georg Baum wrote: > > > Am Sonntag, 1. Oktober 2006 14:46 schrieb Enrico Forestieri: > > > > > The problem here is that sizeof(wchar_t) is 2 on cygwin and uint32_t > > > cannot be used due to

Re: Unicode and Cygwin

2006-10-01 Thread Enrico Forestieri
On Sun, Oct 01, 2006 at 03:28:20PM +0200, Georg Baum wrote: > Am Sonntag, 1. Oktober 2006 14:46 schrieb Enrico Forestieri: > > > The problem here is that sizeof(wchar_t) is 2 on cygwin and uint32_t > > cannot be used due to missing specializations in STLPort. I am not > > able to fill the missing

Re: Unicode and Cygwin

2006-10-01 Thread Georg Baum
Am Sonntag, 1. Oktober 2006 14:46 schrieb Enrico Forestieri: > The problem here is that sizeof(wchar_t) is 2 on cygwin and uint32_t > cannot be used due to missing specializations in STLPort. I am not > able to fill the missing bits in the Georg's work (after all, I am a > sorcerer's apprentice :)