ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: [Ethereal-dev] NSIS problem: iconv.dll -> no files found

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Susanne Edlund (LI/EAB)" <susanne.edlund@xxxxxxxxxxxx>
Date: Thu, 10 Mar 2005 11:08:09 +0100
I have successfully compiled g to compile revision 13657 on Win2000 using GTK1, but I run into problems when I want to make an executable (see below). What could be wrong?

/Regards, Susanne

**************************************************************************

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        cd ..
        cd packaging
        cd nsis
        nmake -f makefile.nmake

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        "C:/program files/nsis/makensis.exe"  /DDEST=ethereal  /DMAKENSIS_MODERN
_UI=USE  /DENABLE_LIBETHEREAL=USE  /DGTK1_DIR=C:\ethereal-win32-libs\gtk+  /DGLI
B_DIR=C:\ethereal-win32-libs\glib  /DICONV_DIR=C:\ethereal-win32-libs\libiconv-1
.9.1.bin.woe32  /DGETTEXT_DIR=C:\ethereal-win32-libs\gettext-runtime-0.13.1  /DV
ERSION=0.10.9  /DWTAP_VERSION=0.1  /DNET_SNMP_DIR=C:\ethereal-win32-libs\net-snm
p-5.1.2  ethereal.nsi
MakeNSIS v2.05 - Copyright 1999-2005 Nullsoft, Inc.

Portions Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler (zlib).
Portions Copyright (C) 1996-2002 Julian R Seward (bzip2).
Portions Copyright (C) 1999-2003 Igor Pavlov (lzma).

Contributors: nnop@xxxxxxxxxx, Ryan Geiss, Andras Varga, Drew Davidson, Peter Wi
ndridge, Dave Laundon, Robert Rainwater, Yaroslav Faybishenko, Jeff Doozan, Amir
 Szekely, Ximon Eighteen, et al.

Command line defined: "DEST=ethereal"
Command line defined: "MAKENSIS_MODERN_UI=USE"
Command line defined: "ENABLE_LIBETHEREAL=USE"
Command line defined: "GTK1_DIR=C:\ethereal-win32-libs\gtk+"
Command line defined: "GLIB_DIR=C:\ethereal-win32-libs\glib"
Command line defined: "ICONV_DIR=C:\ethereal-win32-libs\libiconv-1.9.1.bin.woe32
"
Command line defined: "GETTEXT_DIR=C:\ethereal-win32-libs\gettext-runtime-0.13.1
"
Command line defined: "VERSION=0.10.9"
Command line defined: "WTAP_VERSION=0.1"
Command line defined: "NET_SNMP_DIR=C:\ethereal-win32-libs\net-snmp-5.1.2"
...

Section: "-Required"
SetShellVarContext: all
SetOutPath: "$INSTDIR"
File: "wiretap-0.1.dll" 405460 bytes
File: "libethereal.dll" 19969736 bytes
File: "libglib-2.0-0.dll" 604164 bytes
File: "libgmodule-2.0-0.dll" 27206 bytes
File: "libgobject-2.0-0.dll" 259514 bytes
File: "C:\ethereal-win32-libs\libiconv-1.9.1.bin.woe32\bin\iconv.dll" -> no file
s found.
Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
   /oname=outfile one_file_only)
Error in script "ethereal.nsi" on line 251 -- aborting creation process
NMAKE : fatal error U1077: '"C:/program files/nsis/makensis.exe"' : return code
'0x1'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~3\VC98\BIN\NMAKE.EXE' : return co
de '0x2'
Stop.