Package Details: mingw-w64-win-iconv 0.0.8-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-win-iconv.git (read-only, click to copy)
Package Base: mingw-w64-win-iconv
Description: Iconv implementation using Win32 API (mingw-w64)
Upstream URL: http://code.google.com/p/win-iconv
Keywords: mingw mingw-w64
Licenses: Public Domain
Conflicts: mingw-w64-libiconv
Provides: mingw-w64-libiconv
Submitter: brcha
Maintainer: None
Last Packager: Schala
Votes: 4
Popularity: 0.000000
First Submitted: 2013-04-17 12:34 (UTC)
Last Updated: 2016-02-13 08:30 (UTC)

Dependencies (3)

Required by (10)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

Schala commented on 2013-11-09 02:05 (UTC)

Why must the name be libiconv-2.dll? It's a simple UNIX convention, not some make or break functionality. As a Win32 DLL the name should remain as-is.

xantares commented on 2013-11-08 12:34 (UTC)

As I mentioned in the comments for fontconfig, the following should fix it cleanly instead of your symlink as the import library should also be modified: sed -i "s|PREFIX \"\"|PREFIX \"lib\" SUFFIX \"-2.dll\" IMPORT_PREFIX \"lib\" IMPORT_SUFFIX \".dll.a\"|g" CMakeLists.txt xan.

Schala commented on 2013-11-08 01:16 (UTC)

@ant32: updated with that

ant32 commented on 2013-11-07 05:02 (UTC)

cd /usr/i686-w64-mingw32/bin sudo ln -s iconv.dll libiconv-2.dll with that postgresql works in qt but not sure if the problem is really fixed.

ant32 commented on 2013-11-07 04:59 (UTC)

Starting /usr/bin/wine... err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directory fixme:system:SetProcessDPIAware stub! fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046} err:module:import_dll Library libiconv-2.dll (which is needed by L"Z:\\usr\\i686-w64-mingw32\\bin\\libintl-8.dll") not found err:module:import_dll Library libintl-8.dll (which is needed by L"Z:\\usr\\i686-w64-mingw32\\bin\\libpq.dll") not found err:module:import_dll Library libpq.dll (which is needed by L"Z:\\usr\\i686-w64-mingw32\\lib\\qt5\\plugins\\sqldrivers\\qsqlpsql.dll") not found /usr/bin/wine exited with code 1

Schala commented on 2013-11-07 03:43 (UTC)

To clear everything up, win-iconv and libiconv both have libiconv.dll.a. Their DLL names are different, but win-iconv provides libiconv in the sense that at compile time, the import lib is a substitution. My advice is to pick one or the other, and to have any packages that depend on win-iconv depend instead on libiconv so you needn't distribute both DLLs if you have a mix.

xantares commented on 2013-11-05 09:41 (UTC)

Hello, I don't know if you still maintain your packages as you didn't reply to any other package comments, but if you happen to pass by, please replace !libtool by staticlibs. Regards, xan.