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