Re: [Cegcc-devel] arm-wince-mingw32ce and wxWinCE

2007-10-08 Thread Pablo Rogina
I would be more than interested to be able to build wxWinCE using CeGCC > Yes, a few months ago I've tried to compile wxWinCE using > arm-wince-mingw32ce. I've had succes compiling most parts of wxWinCE. That sounds very promising! > Feel free to poke me in a few weeks if I forget about this :) O

Re: [Cegcc-devel] using thirdparty libs (fwd)

2007-10-08 Thread Pedro Alves
Vitus Jensen wrote: > On Sat, 06 Oct 2007 16:46:09 +0200, "Danny Backx" said: >> On Fri, 2007-10-05 at 22:26 +0200, Vitus Jensen wrote: >>> >>> I'm trying to port a small testprogramm from embedded Visual C 4 to >>> mingw32ce (cegcc-mingw32ce-0.50-1.i586.rpm). It's text mode, 2 threads, >>> some p

Re: [Cegcc-devel] arm-wince-mingw32ce and wxWinCE

2007-10-08 Thread Erik van Pienbroek
Op maandag 08-10-2007 om 12:22 uur [tijdzone -0700], schreef Chris Henderson: > Hello, > some months ago Erik van Pienbroek wrote about compiling wxWinCE with > arm-wince-mingw32ce > (http://www.mail-archive.com/cegcc-devel@lists.sourceforge.net/msg00641.html) > > Erik, or anybody else, could you

[Cegcc-devel] arm-wince-mingw32ce and wxWinCE

2007-10-08 Thread Chris Henderson
Hello, some months ago Erik van Pienbroek wrote about compiling wxWinCE with arm-wince-mingw32ce (http://www.mail-archive.com/cegcc-devel@lists.sourceforge.net/msg00641.html) Erik, or anybody else, could you please outline how to change the configure script for mingw32ce? If some function refe

Re: [Cegcc-devel] using thirdparty libs (fwd)

2007-10-08 Thread Vitus Jensen
On Sat, 06 Oct 2007 16:46:09 +0200, "Danny Backx" said: On Fri, 2007-10-05 at 22:26 +0200, Vitus Jensen wrote: I'm trying to port a small testprogramm from embedded Visual C 4 to mingw32ce (cegcc-mingw32ce-0.50-1.i586.rpm). It's text mode, 2 threads, some printf, some files, nothing fancy but

Re: [Cegcc-devel] libtool & cegcc

2007-10-08 Thread Rodolfo Hansen
K, i'll look into that what about changing newlib for uclibc ?? How hard would that be? On 10/8/07, Pedro Alves <[EMAIL PROTECTED]> wrote: > > Rodolfo Hansen wrote: > > > b. I tried to build from svn but there was an error where size_t was > > being redefined diferently (for gdb) I included a

Re: [Cegcc-devel] libtool & cegcc

2007-10-08 Thread Pedro Alves
Rodolfo Hansen wrote: > b. I tried to build from svn but there was an error where size_t was > being redefined diferently (for gdb) I included a patch about this... > not exactly the best way but it compiles on x86_64, maybe a newer > version of win32api has something about this? > The gd

Re: [Cegcc-devel] libtool & cegcc

2007-10-08 Thread Rodolfo Hansen
Ok, thanks for your help. I still ran into some obstacles though: a. I still couldn't compile with --enable-shared in configure... b. I tried to build from svn but there was an error where size_t was being redefined diferently (for gdb) I included a patch about this... not exactly the best way..