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] using thirdparty libs (fwd)

2007-10-14 Thread Pedro Alves
Danny Backx escreveu: > On Fri, 2007-10-12 at 12:12 +0200, Vitus Jensen wrote: >>> Since you have eVC access, could you do a stub lib that replaces that >>> third party lib, that exports the same function, but just prints the >>> parameters? That way, you can be sure that the lib is seing >>> the

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