On Saturday 20 September 2008 22:37:40, Pawel Veselov wrote:
>
> I'll change the patch to conform. Yet I hope you don't mind me
> replying to the comments :)
Not at all!
>
> >> 7.diff
> >> Index: newlib/libc/stdlib/setenv_r.c
> >>
On Saturday 20 September 2008 22:37:40, Pawel Veselov wrote:
>
> I'll change the patch to conform. Yet I hope you don't mind me
> replying to the comments :)
Not at all!
>
> >> 7.diff
> >> Index: newlib/libc/stdlib/setenv_r.c
> >>
> Comments below. Please excuse my nit-pickiness. :-)
>> --- newlib/libc/sys/wince/sys/shared.h (revision 1182)
>> +++ newlib/libc/sys/wince/sys/shared.h (working copy)
>> @@ -30,10 +30,14 @@
>>
>> _SHMBLK _shared_init(int pgid);
>> void_shared_dump(_SHMBLK shmblk);
>> -int_shared_get
Hi Pedro!
On Sat, Sep 20, 2008 at 8:47 AM, Pedro Alves <[EMAIL PROTECTED]> wrote:
> Hi Pawel. Thanks for fixing this!
> Comments below. Please excuse my nit-pickiness. :-)
I'll change the patch to conform. Yet I hope you don't mind me
replying to the comments :)
>> 7.diff
>> Index: newlib/l
Hi Pawel. Thanks for fixing this!
Comments below. Please excuse my nit-pickiness. :-)
On Friday 19 September 2008 00:31:11, Pawel Veselov wrote:
> --
> With best of best regards
> Pawel S. Veselov
> 7.diff
> Index: newlib/libc/stdlib/setenv_r.c
> =
Hey,
i've found 2 problems with the jpeg port when using cegcc compiler. The
first one is that boolean is of size 4 with cegcc (it should 1) and with
the current package in SF.
i modified in jconfig.h
#ifdef __MINGW32CE__
to
#if defined __MINGW32CE__ || defined __CEGCC__
hence, we can init
Hey,
I have tried a small test example with cegcc and mingw32ce compilers.
The test example is here:
http://www.maths.univ-evry.fr/pages_perso/vtorri/files/jpeg_sample.c
http://www.maths.univ-evry.fr/pages_perso/vtorri/files/Makefile
http://www.maths.univ-evry.fr/pages_perso/vtorri/files/test.j