From: Anatoly Z. <ana...@gm...> - 2005-11-09 09:56:27
|
High, Wouter! > wxc/include/wrapper.h:172: error: invalid conversion from 'char*' to > 'long unsigned int' > wxc/include/wrapper.h:172: error: initializing argument 1 of > 'wxDataFormat::wxDataFormat(long unsigned int)' > ... This is a unicode problem: when configuring wxWidgets with --enable-unicode "wxChar" is not "char". So you should rebuild wxWidgets with --disable-unicode or apply the great patch from Eric Y. Kow to wxhaskell (look for his posts on this list). Hope this helps. |