Title: Ethereal package compile error
All,
Can anyone help me to figure out the following error message when I do Ethereal package compile?
Error :
C:\temp\ethereal-0.9.9\packaging\nsis>
C:\temp\ethereal-0.9.9\packaging\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" /DVERSION=0.9.9 /DWTAP_VERSION=0.0
/DCOMMON_FILES_GNU=c:\program files\common files\gnu ethereal.nsi
MakeNSIS v2.0b3 - Copyright 1999-2003 Nullsoft, Inc.
Portions Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler (zlib).
Includes portions derived from bzip2 (see documentation for details).
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: "VERSION=0.9.9"
Command line defined: "WTAP_VERSION=0.0"
Command line defined: "COMMON_FILES_GNU=c:\program"
Processing config:
Can't open script "files\common"
NMAKE : fatal error U1077: '"C:/program files/nsis/makensis.exe"' : return code
'0x1'
Stop.
---------------------------------- Here is my configure file -------------------------
# $Id: config.nmake,v 1.34 2003/01/21 02:12:16 gerald Exp $
VERSION=0.9.9
RC_VERSION=0.9.9
WTAP_VERSION=0.0
GTK_VERSION=1.3
GLIB_VERSION=1.3
GLIB_DIR=C:\temp\ethereal-0.9.9\src\glib
GTK_DIR=C:\temp\ethereal-0.9.9\src\gtk+
ZLIB_DIR=C:\temp\ethereal-0.9.9\src\zlib-114
PCAP_DIR=C:\temp\ethereal-0.9.9\WPdpack
NET_SNMP_DIR=C:\temp\ethereal-0.9.9\net-snmp-5.0.6
COMMON_FILES_GNU=c:\program files\common files\gnu
LOCAL_CFLAGS=-Zi
LOCAL_LDFLAGS=/DEBUG
# Set PDB_FILE according to your VC++ version
PDB_FILE=vc*.pdb
# Set path if you need to find some binary
PATH=c:\cygnus\cygwin-b20\H-i586-cygwin32\bin;c:\python22;c:\ethereal\wiretap;C:\temp\ethereal-0.9.9\usr\local\wbin;c:\program files\common files\gnu;$(PATH)
SH=bash
PERL=perl
POD2MAN=pod2man
POD2HTML=pod2html
#comment out by gphu
#PYTHON="C:/python22/python.exe"
LEX=flex
YACC=bison
# Set YACC_OPTS if cygnus bison can't find template file.
#YACC_OPTS=-S t:\w32-ix86\cygnus\cygwin-b20\share\bison.simple
#YACC_OPTS=C:\temp\ethereal-0.9.9\usr\local\share
# To build the installer
MAKENSIS="C:/program files/nsis/makensis.exe"