Re: [Cegcc-devel] arm-wince-mingw32ce and wxWinCE (the patches!)

2008-03-05 Thread Erik van Pienbroek
Hi, Op woensdag 05-03-2008 om 14:57 uur [tijdzone -0600], schreef Pablo Rogina: > Eric, have you been able to submit your wxWidgets' patches to its > developers? I'm afraid that if I like to try the wxWinCE compilation > process against latest SVN of wxWidgets, I would need to apply your > patches

Re: [Cegcc-devel] arm-wince-mingw32ce and wxWinCE (the patches!)

2008-03-05 Thread Pablo Rogina
Hi Eric, I returned to work on wxWinCE compilation using mingw32ce after my first baby is born (sometimes debugging is easier than changing her diapers!) > Remove this whole block of text. Don't even know if wxWinCE will compile > successfully, but you might want to try it. OK. I did it, even w

Re: [Cegcc-devel] arm-wince-mingw32ce and wxWinCE (the patches!)

2008-02-18 Thread Erik van Pienbroek
Op maandag 18-02-2008 om 16:01 uur [tijdzone -0600], schreef Pablo Rogina: > /home/pablo/src/wxMSW/bk-deps arm-wince-mingw32ce-g++ -c -o > basedll_appbase.o -D__WXWINCE__ -DWXBUILDING > -I/home/pablo/src/wxMSW/src/tiff/libtiff -I./src/tiff/libtiff > -I./src/jpeg -I./src/png -I./src/zlib -I./

Re: [Cegcc-devel] arm-wince-mingw32ce and wxWinCE (the patches!)

2008-02-18 Thread Pablo Rogina
> The file wxWinCE_cegcc_fixes.patch needs to be applied to the CeGCC > tree. The other two to the latest SVN snapshot of wxWidgets (trunk). > After applying you need to reinstall the 'mingw' and 'w32api' parts of > CeGCC/arm-wince-mingw32ce. For wxWidgets you need to make sure you > have Bake

Re: [Cegcc-devel] arm-wince-mingw32ce and wxWinCE (the patches!)

2007-10-26 Thread Pablo Rogina
> > New patches attached :) > > > > Thanks! I've committed the cegcc patch to svn. Any plans to release a binary build soon? I'm very inrterested in using cegcc to compile wxWinCE and I've not got any success building cegcc from SVN... Thanks, Pablo

Re: [Cegcc-devel] arm-wince-mingw32ce and wxWinCE (the patches!)

2007-10-16 Thread Pedro Alves
Erik van Pienbroek wrote: > New patches attached :) > Thanks! I've committed the cegcc patch to svn. Next time, I would be grateful if you included a ChangeLog entry. I'll let you go free this time. ;) Cheers, Pedro Alves ---

Re: [Cegcc-devel] arm-wince-mingw32ce and wxWinCE (the patches!)

2007-10-14 Thread Erik van Pienbroek
Hi, > I know nothing wxWidgets, but still let me comment on your patch, as > it may reveal things needing to be fixed on the mingw32ce side. > > > if test "$USE_WIN32" = 1 ; then > -AC_CHECK_HEADERS(w32api.h,,, [ ]) > -AC_CHECK_HEADER(windows.h,, > -[ > -AC_MSG_ERROR(please

Re: [Cegcc-devel] arm-wince-mingw32ce and wxWinCE (the patches!)

2007-10-14 Thread Pedro Alves
Erik van Pienbroek wrote: > Hi, > > As promised, here are the patches to make wxWinCE compile using > arm-wince-minw32ce. > Neat! > CeGCC patch: > - The declaration of 'gettimeofday' was #ifndef'ed out in sys/time.h > I removed this #ifndef as this function is provided by mingwm10.dll Not re

Re: [Cegcc-devel] arm-wince-mingw32ce and wxWinCE (the patches!)

2007-10-14 Thread Erik van Pienbroek
Hi, As promised, here are the patches to make wxWinCE compile using arm-wince-minw32ce. The file wxWinCE_cegcc_fixes.patch needs to be applied to the CeGCC tree. The other two to the latest SVN snapshot of wxWidgets (trunk). After applying you need to reinstall the 'mingw' and 'w32api' parts of C

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] 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