I compiled FOX with Mingw and MSys (a Bash environment for MS Windows).
With the command:
$ ./configure --enable-shared --prefix=/mingw
$ make
When running the dirlist.exe the filenames containing non ASCII characters
wheren't correctly displayed. I found out, that in the other Windows
Makefiles, a Compiler Define "UNICODE" is defined, wich is not defined by
the configure script.
The configure script must be changed, to correctly set this define.
if test "x$CYGWIN" = "xyes" -o "x$MINGW32" = "xyes" ; then
# use Win32 Unicode
AC_DEFINE(UNICODE)
fi
Nobody/Anonymous
FOX Library
None
Public
|
Date: 2008-05-04 22:18
|
|
Date: 2008-05-04 21:59
|
| Filename | Description | Download |
|---|---|---|
| msys-patch.diff | configure.in Patch | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| File Added | 276817: msys-patch.diff | 2008-05-04 21:56 | progchild |