gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

iconv is not optional for MinGW


From: Tom Koelman
Subject: iconv is not optional for MinGW
Date: Wed, 27 Nov 2002 16:49:54 +0100

Hi,

In README.MinGW the installation of the iconv library is listed under
optional. However, if it is not installed, NSDictionary's writeToFile
fails to actually write the file, because it converts the dictionary
to a plist, which is converted to a string using UTF-8, which fails
without iconv. This prevents, among other things, the setting of user
defaults.

So, I suggest to patch the README.MinGW in the lines of:

Attachment: patchfile.patch
Description: Text Data

It also fixes a typo in the download location of zlib.

Tom

reply via email to

[Prev in Thread] Current Thread [Next in Thread]