Re: [Monetdb-developers] iconv.dll DEBUG version
it ran for a while, but couldn't make iconv.lib, do I need to change that target to iconvd.lib somewhere in the makefile as well? NMAKE : fatal error U1073: don't know how to make '../lib/iconv.lib' Stop. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\ VC\BIN\amd64\nmake.exe"' : return code '0x2' Stop. Sjoerd Mullender wrote:
Edit lib/Makefile.msvc and change -Feiconv.dll to -Feiconvd.dll, and compile using
nmake -f Makefile.msvc NO_NLS=1 DLL=1 MFLAGS=-MDd DEBUG=1 PREFIX=C:\iconv-1.11.win64
This will fail to compile the programs, but should create the library.
mobigital-nbl@yahoo.com wrote:
it ran for a while, but couldn't make iconv.lib, do I need to change that target to iconvd.lib somewhere in the makefile as well?
NMAKE : fatal error U1073: don't know how to make '../lib/iconv.lib' Stop. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\ VC\BIN\amd64\nmake.exe"' : return code '0x2' Stop.
Sjoerd Mullender wrote:
Edit lib/Makefile.msvc and change -Feiconv.dll to -Feiconvd.dll, and compile using
nmake -f Makefile.msvc NO_NLS=1 DLL=1 MFLAGS=-MDd DEBUG=1 PREFIX=C:\iconv-1.11.win64
This will fail to compile the programs, but should create the library.
Did you read this last statement? Once you have the files iconvd.dll and iconvd.lib, you don't need to go any further compiling the iconv stuff. You only need these two files. Copy them to where you have your iconv.dll and iconv.lib files and go back to compiling MonetDB. -- Sjoerd Mullender
participants (2)
-
mobigital-nbl@yahoo.com
-
Sjoerd Mullender