bug-gnu-libiconv
[Top][All Lists]
Advanced

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

Re: [bug-gnu-libiconv] Two Version String Resource Issues


From: Roumen Petrov
Subject: Re: [bug-gnu-libiconv] Two Version String Resource Issues
Date: Sat, 15 Nov 2008 23:09:02 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080925 SeaMonkey/1.1.12

Michael in der Wiesche wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

These may have been reported before, but I encountered them when trying to compile V 1.12 "as is" using MinGW & MSYS on Windows XP and had to search the Internet for possible solutions as I am no C developer:

1. sed (2002-4-30) reports errors in the regular expressions of ../windows/windres-options lines 17, 22 and 27: Extra characters after command. Two solutions have been suggested at

<http://lists-archives.org/mingw-msys/00373-sed-on-msys-error.html>

2. Even after correcting this issue the version string resource isn't linked into the binary although it compiles properly. The reason for this is to be found in ../lib/makefile.in, lines 69/70: Similar to the patch solution provided at <http://johnnypops.demon.co.uk/mingw/libiconv-use-rc.patch> adding "- Wl,libiconv.res" in line 70 solves it, but you'll probably want a more generic solution for the OBJECTS_RES_... switch to keep working properly.

The call for windres in libiconv-use-rc.patch isn't correct. It has to be detected by configure script (macro AC_CHECK_TOOL) and make file to use substituted variable.

Roumen




reply via email to

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