From: Wolfgang J. <4f4...@ac...> - 2007-02-16 17:23:55
|
Am Mittwoch, 14. Februar 2007 22:21 schrieben Sie: > [=E2=80=A6] > This looks as though it is a Unicode issue - problems with wxString > usually are. Basically on non-unicode builds the underlying type is a > char * and on Unicode builds it is defined as a suitable pointer for > Unicode strings. Try adding (or removing) --with-unicode from > wxHaskell command line. Hello, thanks for this. But what do you mean with =E2=80=9CwxHaskell command line= =E2=80=9D? Do you=20 mean the ./configure command line for wxHaskell? Alas, wxHaskell=E2=80=99s= configure=20 script doesn=E2=80=99t have an option =E2=80=9C--with-unicode=E2=80=9D. > running '<path-to>/wx-config --list' will tell you whether you need to > build for Unicode or not. I need to. > Regards > Jeremy Best wishes, Wolfgang |