Ben Klein wrote:
2009/3/22 Robert Lunnon bobl@optusnet.com.au:
I get this error under solaris building wine. Any clues would be welcome (Things have probably changed a lot since I last hacked on Wine)
make[2]: Entering directory `/export/home/src/wine2004/wine/dlls/kernel32' ../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include -D__WINESRC__ -D_KERNEL32_ -fokernel. res kernel.rc Source: ¤Q¤ë a4 51 a4 eb Unicode: 5341 6708 Back: ¢Ì¤ë a2 cc a4 eb nls/cht.nls:84:16: Error: String ¤Q¤ë does not convert identically to Unicode and back in codepage 950. Try us ing a Unicode string instead make[2]: *** [kernel.res] Error 1 make[2]: Leaving directory `/export/home/src/wine2004/wine/dlls/kernel32' make[1]: *** [kernel32] Error 2 make[1]: Leaving directory `/export/home/src/wine2004/wine/dlls' make: *** [dlls] Error 2
Have you read this yet? http://wiki.winehq.org/OpenSolaris
I have now, but that page is just a little bit wrong.
I have a build script for Wine that at least used to work.
The error is in the nls files, removing Taiwanese and another chinese dialect that escapes me right now resolved the error (I don't speak chinese), but I'd like to fix the problem rather than work around it.
Bob