[Cegcc-devel] Libiconv fixes

2009-11-18 Thread Pierre Ynard
? -- Pierre Ynard "Une âme dans un corps, c'est comme un dessin sur une feuille de papier." -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report desi

Re: [Cegcc-devel] [PATCH] Put back atoll() stuff in stdlib.h

2009-11-02 Thread Pierre Ynard
> On Fri, 2009-10-30 at 13:02 -0700, Pierre Ynard wrote: > > Yes, my fix works. But you commited something different from my fix. > > I'm not too sure about all of this, so I figured you'd know better than me > > :) > > I see a difference, don't know

Re: [Cegcc-devel] [PATCH] Put back atoll() stuff in stdlib.h

2009-10-30 Thread Pierre Ynard
> On Fri, 2009-10-30 at 10:18 +0000, Pierre Ynard wrote: > > > On Thu, 2009-10-29 at 14:21 +0100, Pierre Ynard wrote: > > > > > > It seems to me that this was removed in the last merge. It causes > > > > atoll() not to be declared for me. > > >

[Cegcc-devel] [PATCH] Put back atoll() stuff in stdlib.h

2009-10-29 Thread Pierre Ynard
(_c); } __CRT_INLINE char* __cdecl __MINGW_NOTHROW lltoa (long long _n, char * _c, int _i) { return _i64toa (_n, _c, _i); } __CRT_INLINE char* __cdecl __MINGW_NOTHROW ulltoa (unsigned long long _n, char * _c, int _i) Regards, -- Pierre Ynard "Une âme dans un corps, c'est comme un d

Re: [Cegcc-devel] shlobj.h broken

2009-08-31 Thread Pierre Ynard
> Apologies, I overlooked the fact that I had a lurking change in that > file. It appears to date from early July and never got committed. > > Should be fixed now. It's all good now. Thanks!

Re: [Cegcc-devel] shlobj.h broken

2009-08-29 Thread Pierre Ynard
def UNDER_CE guards. The > warning messages above tell that it has been defined as it should. Maybe I'm blind, but I see no UNDER_CE macro in that file. -- Pierre Ynard -- Let Crystal Reports handle the

[Cegcc-devel] shlobj.h broken

2009-08-28 Thread Pierre Ynard
x27;...' before 'LPSHELLEXECUTEINFOA' Reverting the commit fixes the problem. Regards, -- Pierre Ynard "Une âme dans un corps, c'est comme un dessin sur une feuille de papier." -- Let Crystal Report

Re: [Cegcc-devel] Problem with fileno()

2009-05-20 Thread Pierre Ynard
> I'll try changing the definition of fileno to void *, we'll see what > breaks :-) Compiling live555 now fails on some lines that use fileno(), with: error: invalid conversion from 'void*' to 'int&#

Re: [Cegcc-devel] getcwd() definition in the headers

2009-05-20 Thread Pierre Ynard
tip, but in my case I need to provide a getcwd() on platforms where it is missing, so that the rest of the code can still use it transparently. -- Pierre Ynard -- Crystal Reports - New Free Runtime and 30 D

[Cegcc-devel] getcwd() definition in the headers

2009-05-20 Thread Pierre Ynard
Hello, The getcwd() function is defined in io.h, whereas it doesn't exist on WinCE. Attempts to redefine it (for portability reasons) fail. Regards, -- Pierre Ynard "Une âme dans un corps, c'est comme un dessin sur une fe

Re: [Cegcc-devel] Regression due to changes in kfuncs.h

2009-05-15 Thread Pierre Ynard
); } /* TLS Constants and Constructs */ Regards, -- Pierre Ynard "Une âme dans un corps, c'est comme un dessin sur une feuille de papier." -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the

[Cegcc-devel] Regression due to changes in kfuncs.h

2009-05-15 Thread Pierre Ynard
ld.) After revision 1241, it will hang. I haven't debugged it thoroughly yet, but my application is VLC, and yes it's multithreaded and makes use of the kfuncs.h functions concerned by these commits. Regards, -- Pierre Ynard "Une âme dans un corps, c'est comme un de

Re: [Cegcc-devel] %f problem with C99 conformant printf

2009-05-15 Thread Pierre Ynard
Cool, I confirm that it works for me too! :) Now we can go on with debugging the next problem ;) -- Pierre Ynard -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing opt

Re: [Cegcc-devel] %f problem with C99 conformant printf

2009-04-27 Thread Pierre Ynard
> Thanks for the analisys. Could you open up a bug report, so we > don't forget about this? Okay, done. For reference: http://sourceforge.net/tracker/?func=detail&aid=2782228&group_id=173455&atid=8

Re: [Cegcc-devel] %f problem with C99 conformant printf

2009-04-22 Thread Pierre Ynard
So I don't know what happens then, but the alignment is not what it's supposed to be. -- Pierre Ynard -- Stay on top of everything new and different, both inside and around Java (TM) technology

Re: [Cegcc-devel] %f problem with C99 conformant printf

2009-04-20 Thread Pierre Ynard
functions, but mingw does just that for us. There is just this %f bug on WinCE. -- Pierre Ynard -- Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22,

[Cegcc-devel] %f problem with C99 conformant printf

2009-04-20 Thread Pierre Ynard
cegcc specific issue. (Also, is this mailing list open-post?) Regards, -- Pierre Ynard "Une âme dans un corps, c'est comme un dessin sur une feuille de papier." -- Stay on top of everything new and differen