网络分析专家论坛 netexpert's Archiver

hqy 发表于 2006-12-6 08:45

ethereal编译环境搭建求救!

我想在ethereal 的基础上做点改动,可现在遇到了下面的问题:L ,请各位高手指点。先谢谢啦!

我的系统是xp。vc6.0,cygwin都装了。源码是ethereal-0.10.13.

我从网上直接下载不了libraries,所以手工下载后放在了C:\ethereal-win32-libs下。结果执行nmake -f makefile.nmake verify_tools通过。(因为不能直接下载libraries所以nmake -f makefile.nmake setup这条命令没有执行。)接着执行nmake -f makefile.nmake distclean也通过,再接着执行nmake -f makefile.nmake all就出错。

出错信息如下:
Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
        sed -e [email=s/@VERSION@/0.3/]s/@VERSION@/0.3/[/email]  -e "[email=s/@HAVE_LIBZ@/#define]s/@HAVE_LIBZ@/#define[/email] HAVE_LIBZ 1/"  < conf
ig.h.win32 > config.h
        bison  -d -p ascend ascend-grammar.y -o ascend-grammar.c
        flex -Pascend -oascend-scanner.c ascend-scanner.l
        rc  /r ..\image\wiretap
        cl -DWIN32 -DNULL=0 -D_MT -D_DLL -DHAVE_CONFIG_H /IC:\ethereal-win32-lib
s\glib\include\glib-2.0  /IC:\ethereal-win32-libs\glib\lib\glib-2.0\include /IC:
\ethereal-win32-libs\zlib123-dll\include /IC:\ethereal-win32-libs\WPdpack/includ
e  -D_U_="" /Zi /W3 -Fd.\ -c 5views.c airopeek9.c ascend.c atm.c buffer.c cosine
.c csids.c dbs-etherwatch.c erf.c etherpeek.c eyesdn.c file_access.c file_wrappe
rs.c hcidump.c i4btrace.c iptrace.c k12.c lanalyzer.c libpcap.c netmon.c nettl.c
network_instruments.c netxray.c ngsniffer.c pppdump.c radcom.c snoop.c toshiba.
c visual.c vms.c wtap.c ascend-grammar.c ascend-scanner.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
5views.c
airopeek9.c
ascend.c
atm.c
buffer.c
cosine.c
csids.c
dbs-etherwatch.c
erf.c
etherpeek.c
eyesdn.c
file_access.c
file_wrappers.c
hcidump.c
i4btrace.c
iptrace.c
k12.c
lanalyzer.c
libpcap.c
libpcap.c(28) : fatal error C1083: Cannot open include file: 'pcap.h': No such f
ile or directory
netmon.c
Generating Code...
Compiling...
nettl.c
network_instruments.c
netxray.c
ngsniffer.c
pppdump.c
radcom.c
snoop.c
toshiba.c
visual.c
vms.c
wtap.c
ascend-grammar.c
ascend-grammar.c(453) : warning C4273: 'malloc' : inconsistent dll linkage.  dll
export assumed.
ascend-grammar.c(460) : warning C4273: 'free' : inconsistent dll linkage.  dllex
port assumed.
ascend-scanner.c
Generating Code...
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~2\VC98\BIN\NMAKE.EXE' : return co
de '0x2'
Stop.

我将那些libraries释放时是这么做的,如glib-2.4.7.zip和glib-dev-2.4.7.zip按顺序放在C:\ethereal-win32-libs\glib下,结果有覆盖问题,这个解压是这么做的吗?是不是还有其他什么步骤?

plpch 发表于 2007-1-4 10:12

请问你说手动下载ethereal-win32-libs是在哪下载的啊????
我现在碰到的问题是下载库调用nmake -f Makefile.nmake setup链接不成功~
到网站上用svn下载也提示连不上~
希望能够详细说明一下~谢谢!:)

scz 发表于 2007-1-4 11:58

> 我将那些libraries释放时是这么做的,如glib-2.4.7.zip和glib-dev-2.4.7.zip按顺序放在C:\ethereal-win32-libs\glib下,结果有覆盖问题,
> 这个解压是这么做的吗?

你将ethereal-win32-libs\清空,再将那些手工下载的zip放到这个目录下,不需要你手工解压,直接执行nmake -f Makefile.nmake setup就可以了。

hqy 发表于 2007-1-10 11:20

To: plpch
我是在google上一个一个搜的,除了net-snmp-5.2.1.2没有找到,其他的都能找到。如果需要的话加我QQ:524424139:loveliness:

hqy 发表于 2007-1-10 11:37

谢谢斑竹,可是还是有些问题:L 。因为没有找到net-snmp-5.2.1.2.zip,所以执行命令nmake -f makefile.nmake setup时还是出现一下情况,如果使用net-snmp的其他版本代替那么还需要做哪些工作呢?请帮忙指点,感激不尽!
D:ethereal-0.10.13>nmake -f makefile.nmake setup

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

Checking for required applications:
        cl: /cygdrive/c/PROGRA~1/MICROS~4/VC98/BIN/cl
        link: /cygdrive/c/PROGRA~1/MICROS~4/VC98/BIN/link
        nmake: /cygdrive/c/PROGRA~1/MICROS~4/VC98/BIN/nmake
        bash: /usr/bin/bash
        bison: /usr/bin/bison
        flex: /usr/bin/flex
        env: /usr/bin/env
        grep: /usr/bin/grep
        find: /usr/bin/find
        perl: /usr/bin/perl
        env: /usr/bin/env
        python: /usr/bin/python
        sed: /usr/bin/sed
        unzip: /usr/bin/unzip
        wget: /usr/bin/wget
****** glib-2.4.7.zip ******
No HTTP proxy specified (http_proxy and HTTP_PROXY are empty).
Downloading gtk2.4/glib-2.4.7.zip into /cygdrive/c/ethereal-win32-libs, installi
ng into glib
File `glib-2.4.7.zip' already there; not retrieving.

Extracting /cygdrive/c/ethereal-win32-libs/glib-2.4.7.zip into /cygdrive/c/ether
eal-win32-libs/glib
Verifying that the DLLs in /cygdrive/c/ethereal-win32-libs/glib are executable.
****** glib-dev-2.4.7.zip ******
No HTTP proxy specified (http_proxy and HTTP_PROXY are empty).
Downloading gtk2.4/glib-dev-2.4.7.zip into /cygdrive/c/ethereal-win32-libs, inst
alling into glib
File `glib-dev-2.4.7.zip' already there; not retrieving.

Extracting /cygdrive/c/ethereal-win32-libs/glib-dev-2.4.7.zip into /cygdrive/c/e
thereal-win32-libs/glib
Verifying that the DLLs in /cygdrive/c/ethereal-win32-libs/glib are executable.
****** gtk+-1.3.0-20030717.zip ******
No HTTP proxy specified (http_proxy and HTTP_PROXY are empty).
Downloading gtk+-1.3.0-20030717.zip into /cygdrive/c/ethereal-win32-libs, instal
ling into gtk+
File `gtk+-1.3.0-20030717.zip' already there; not retrieving.

Extracting /cygdrive/c/ethereal-win32-libs/gtk+-1.3.0-20030717.zip into /cygdriv
e/c/ethereal-win32-libs/gtk+
Verifying that the DLLs in /cygdrive/c/ethereal-win32-libs/gtk+ are executable.
****** gtk+-dev-1.3.0-20030115.zip ******
No HTTP proxy specified (http_proxy and HTTP_PROXY are empty).
Downloading gtk+-dev-1.3.0-20030115.zip into /cygdrive/c/ethereal-win32-libs, in
stalling into gtk+
File `gtk+-dev-1.3.0-20030115.zip' already there; not retrieving.

Extracting /cygdrive/c/ethereal-win32-libs/gtk+-dev-1.3.0-20030115.zip into /cyg
drive/c/ethereal-win32-libs/gtk+
Verifying that the DLLs in /cygdrive/c/ethereal-win32-libs/gtk+ are executable.
****** libiconv-1.9.1.bin.woe32.zip ******
No HTTP proxy specified (http_proxy and HTTP_PROXY are empty).
Downloading libiconv-1.9.1.bin.woe32.zip into /cygdrive/c/ethereal-win32-libs, i
nstalling into libiconv-1.9.1.bin.woe32
File `libiconv-1.9.1.bin.woe32.zip' already there; not retrieving.

Extracting /cygdrive/c/ethereal-win32-libs/libiconv-1.9.1.bin.woe32.zip into /cy
gdrive/c/ethereal-win32-libs/libiconv-1.9.1.bin.woe32
Verifying that the DLLs in /cygdrive/c/ethereal-win32-libs/libiconv-1.9.1.bin.wo
e32 are executable.
****** gettext-runtime-0.13.1.zip ******
No HTTP proxy specified (http_proxy and HTTP_PROXY are empty).
Downloading gettext-runtime-0.13.1.zip into /cygdrive/c/ethereal-win32-libs, ins
talling into gettext-runtime-0.13.1
File `gettext-runtime-0.13.1.zip' already there; not retrieving.

Extracting /cygdrive/c/ethereal-win32-libs/gettext-runtime-0.13.1.zip into /cygd
rive/c/ethereal-win32-libs/gettext-runtime-0.13.1
Verifying that the DLLs in /cygdrive/c/ethereal-win32-libs/gettext-runtime-0.13.
1 are executable.
****** net-snmp-5.2.1.2.zip ******
No HTTP proxy specified (http_proxy and HTTP_PROXY are empty).
Downloading net-snmp-5.2.1.2.zip into /cygdrive/c/ethereal-win32-libs, installin
g into .
--11:32:16--  [url]http://anonsvn.ethereal.com/ethereal-win32-libs/tags/2005-09-23/pa[/url]
ckages/net-snmp-5.2.1.2.zip
           => `net-snmp-5.2.1.2.zip'
Resolving anonsvn.ethereal.com... 65.208.228.225
Connecting to anonsvn.ethereal.com|65.208.228.225|:80... failed: Connection time
d out.
Retrying.

--11:32:44--  [url]http://anonsvn.ethereal.com/ethereal-win32-libs/tags/2005-09-23/pa[/url]
ckages/net-snmp-5.2.1.2.zip
  (try: 2) => `net-snmp-5.2.1.2.zip'
Connecting to anonsvn.ethereal.com|65.208.228.225|:80... failed: Connection time
d out.
Retrying.

--11:33:07--  [url]http://anonsvn.ethereal.com/ethereal-win32-libs/tags/2005-09-23/pa[/url]
ckages/net-snmp-5.2.1.2.zip
  (try: 3) => `net-snmp-5.2.1.2.zip'
Connecting to anonsvn.ethereal.com|65.208.228.225|:80... NMAKE : fatal error U10
58: terminated by user
Stop.

上面的是把net-snmp-5.3.1放到C:ethereal-win32-libs下,然后执行nmake -f Makefile.nmake setup后得到的,是不是还需要做一些其他改动才对?

scz 发表于 2007-1-10 14:59

我没用其它版本代替过,不过你要是想试net-snmp-5.3.1.zip,可以修改Makefile.nmake,改!IFDEF NET_SNMP_DIR这附近即可。

hqy 发表于 2007-1-15 16:17

我找到net-snmp-5.2.1.2.zip啦!
但是,还要烦劳斑竹继续指点,我把执行nmake -f makefile.nmake all后的部分信息贴出来,请再帮我看一下哪里出问题了?
。。。。。。
packet-mip6.c
packet-mms.c
packet-ms-mms.c
packet-mmse.c
packet-mount.c
packet-mpeg1.c
packet-mpls.c
packet-mpls-echo.c
packet-mq.c
packet-mq-pcf.c
packet-mrdisc.c
packet-msdp.c
Generating Code...
Compiling...
packet-msn-messenger.c
packet-msnip.c
packet-msproxy.c
packet-msrp.c
packet-mtp2.c
packet-mtp3.c
packet-mtp3mg.c
packet-multipart.c
packet-mysql.c
packet-nbipx.c
packet-nbns.c
packet-ncp.c
packet-ncp2222.c
packet-ncp2222.inc(2384) : warning C4090: '=' : different 'const' qualifiers
packet-ncp2222.inc(2652) : warning C4090: '=' : different 'const' qualifiers
packet-ncp2222.inc(2678) : warning C4090: '=' : different 'const' qualifiers
packet-ncp2222.inc(2716) : warning C4090: '=' : different 'const' qualifiers
packet-ncp2222.inc(2811) : warning C4090: '=' : different 'const' qualifiers
packet-ncp2222.inc(3009) : warning C4090: '=' : different 'const' qualifiers
packet-ncp2222.inc(3056) : warning C4090: '=' : different 'const' qualifiers
packet-ncp2222.inc(3064) : warning C4090: '=' : different 'const' qualifiers
packet-ncp2222.inc(3273) : warning C4090: '=' : different 'const' qualifiers
packet-ncp2222.inc(3284) : warning C4090: '=' : different 'const' qualifiers
packet-ncp2222.inc(5290) : warning C4090: '=' : different 'const' qualifiers
packet-ncp2222.inc(5419) : warning C4090: '=' : different 'const' qualifiers
packet-ncp2222.inc(5582) : warning C4090: '=' : different 'const' qualifiers
packet-ncp2222.inc(5620) : warning C4090: '=' : different 'const' qualifiers
packet-ncp2222.inc(5704) : warning C4090: '=' : different 'const' qualifiers
packet-ncp2222.inc(6612) : warning C4090: '=' : different 'const' qualifiers
packet-ncp2222.inc(6666) : warning C4090: '=' : different 'const' qualifiers
packet-ncp2222.inc(6954) : warning C4090: '=' : different 'const' qualifiers
packet-ncp2222.inc(7402) : warning C4090: '=' : different 'const' qualifiers
packet-ncp2222.inc(7485) : warning C4090: '=' : different 'const' qualifiers
packet-ncp2222.inc(7913) : warning C4090: '=' : different 'const' qualifiers
packet-ncp-nmas.c
packet-ndmp.c
packet-ndps.c
packet-netbios.c
packet-netflow.c
packet-netsync.c
packet-nettl.c
Generating Code...
Compiling...
packet-nfs.c
packet-nfsacl.c
packet-nfsauth.c
packet-nisplus.c
packet-nlm.c
packet-nlsp.c
packet-nntp.c
packet-ns_cert_exts.c
packet-nsip.c
packet-nt-oui.c
packet-nt-sonmp.c
packet-nt-tpcp.c
packet-ntlmssp.c
packet-ntp.c
packet-null.c
packet-ocsp.c
packet-olsr.c
packet-osi-options.c
packet-osi.c
packet-ospf.c
Generating Code...
Compiling...
packet-pagp.c
packet-pcnfsd.c
packet-per.c
packet-pflog.c
packet-pgm.c
packet-pim.c
packet-pn-rt.c
packet-pkcs1.c
packet-pkix1explicit.c
packet-pkix1implicit.c
packet-pkixproxy.c
packet-pkixqualified.c
packet-pkixtsp.c
packet-pkinit.c
packet-pktc.c
packet-pop.c
packet-portmap.c
packet-pgsql.c
packet-ppp.c
packet-pppoe.c
Generating Code...
Compiling...
packet-pptp.c
packet-pres.c
packet-prism.c
packet-ptp.c
packet-q2931.c
packet-q931.c
packet-q933.c
packet-qllc.c
packet-quake.c
packet-quake2.c
packet-quake3.c
packet-quakeworld.c
packet-radius.c
packet-radiotap.c
packet-ranap.c
packet-raw.c
packet-rdt.c
packet-redback.c
packet-retix-bpdu.c
packet-rip.c
Generating Code...
Compiling...
packet-ripng.c
packet-rlogin.c
packet-rmcp.c
packet-rmi.c
packet-rmp.c
packet-rmt-alc.c
packet-rmt-common.c
packet-rmt-fec.c
packet-rmt-lct.c
packet-rmt-norm.c
packet-ros.c
packet-rpc.c
packet-rpl.c
packet-rquota.c
packet-rsh.c
packet-rstat.c
packet-rsvp.c
packet-rsync.c
packet-rtcp.c
packet-rtp-events.c
Generating Code...
Compiling...
packet-rtp.c
packet-rtps.c
packet-rtse.c
packet-rtsp.c
packet-rwall.c
packet-rx.c
packet-s4406.c
packet-sadmind.c
packet-sap.c
packet-sccp.c
packet-sccpmg.c
packet-scsi.c
packet-sctp.c
packet-sdlc.c
packet-sdp.c
packet-sebek.c
packet-ses.c
packet-sflow.c
packet-sip.c
packet-sigcomp.c
Generating Code...
Compiling...
packet-sipfrag.c
packet-skinny.c
packet-slimp3.c
packet-sll.c
packet-slowprotocols.c
packet-slsk.c
packet-smb-browse.c
packet-smb-common.c
packet-smb-logon.c
packet-smb-mailslot.c
packet-smb-pipe.c
packet-smb-sidsnooping.c
packet-smb.c
packet-smpp.c
packet-smrse.c
packet-smtp.c
packet-sna.c
packet-snaeth.c
packet-sndcp.c
packet-snmp.c
packet-snmp.c(68) : fatal error C1083: Cannot open include file: 'net-snmp/net-snmp-config.h': No such file or directory
Generating Code...
Compiling...
packet-socks.c
packet-spnego.c
packet-spp.c
packet-spray.c
packet-sscf-nni.c
packet-srvloc.c
packet-sscop.c
packet-ssh.c
packet-ssl.c
packet-stat-notify.c
packet-stat.c
packet-stun.c
packet-sua.c
packet-symantec.c
packet-synergy.c
packet-syslog.c
packet-t38.c
packet-tacacs.c
packet-tali.c
packet-tcap.c
Generating Code...
Compiling...
packet-tcp.c
packet-tds.c
packet-teimanagement.c
packet-telnet.c
packet-teredo.c
packet-text-media.c
packet-tftp.c
packet-time.c
packet-tns.c
packet-tpkt.c
packet-tr.c
packet-trmac.c
packet-tsp.c
packet-tuxedo.c
packet-tzsp.c
packet-ucp.c
packet-uma.c
packet-udp.c
packet-user_encap.c
packet-v120.c
Generating Code...
Compiling...
packet-vines.c
packet-vj.c
packet-vlan.c
packet-vnc.c
packet-vrrp.c
packet-vtp.c
packet-wap.c
packet-wbxml.c
packet-wccp.c
packet-wcp.c
packet-wfleet-hdlc.c
packet-who.c
packet-windows-common.c
packet-winsrepl.c
packet-wlancap.c
packet-wlancertextn.c
packet-wsp.c
packet-wsp.c(3370) : warning C4090: '=' : different 'const' qualifiers
packet-wsp.c(3370) : warning C4090: '=' : different 'const' qualifiers
packet-wsp.c(3386) : warning C4090: '=' : different 'const' qualifiers
packet-wsp.c(3515) : warning C4090: '=' : different 'const' qualifiers
packet-wsp.c(3533) : warning C4090: '=' : different 'const' qualifiers
packet-wsp.c(3587) : warning C4090: '=' : different 'const' qualifiers
packet-wsp.c(3600) : warning C4090: '=' : different 'const' qualifiers
packet-wsp.c(3822) : warning C4090: '=' : different 'const' qualifiers
packet-wsp.c(4182) : warning C4090: '=' : different 'const' qualifiers
packet-wsp.c(4244) : warning C4090: '=' : different 'const' qualifiers
packet-wsp.c(4313) : warning C4090: '=' : different 'const' qualifiers
packet-wtls.c
packet-wtp.c
packet-x11.c
Generating Code...
Compiling...
packet-x25.c
packet-x29.c
packet-x411.c
packet-x420.c
packet-x509af.c
packet-x509ce.c
packet-x509if.c
packet-x509sat.c
packet-xdmcp.c
packet-xml.c
packet-xot.c
packet-xyplex.c
packet-yhoo.c
packet-ymsg.c
packet-ypbind.c
packet-yppasswd.c
packet-ypserv.c
packet-ypxfr.c
packet-zebra.c
packet-dcerpc-nt.c
Generating Code...
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~4\VC98\BIN\cl.exe' : return code
'0x2'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~4\VC98\BIN\NMAKE.EXE' : return co
de '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~4\VC98\BIN\NMAKE.EXE' : return co
de '0x2'
Stop.



在net-snmp-5.2.1.2文件夹里面可以找到 'net-snmp/net-snmp-config.h',是放在C:\ethereal-win32-libs\net-snmp-5.2.1.2\net-snmp-5.2.1.2\win32\net-snmp中的,那为什么会出现上面的出错提示呢?

还有一个提示为packet-cops.c(71) : fatal error C1083: Cannot open include file: 'net-snmp/net-snmp-config.h': No such file or directory
先谢谢了!

scz 发表于 2007-1-15 16:39

你这个目录解的不对啊

C:\ethereal-win32-libs\net-snmp-5.2.1.2\net-snmp-5.2.1.2\win32\net-snmp

套了两层,你仔细看。你cut掉一层再试。

不过我就奇了怪了。我编译的时候怎么就碰不上你们碰上的这种种问题呢。

woodnymph 发表于 2007-1-18 14:55

[quote]原帖由 [i]scz[/i] 于 2007-1-15 16:39 发表
你这个目录解的不对啊

C:\ethereal-win32-libs\net-snmp-5.2.1.2\net-snmp-5.2.1.2\win32\net-snmp

套了两层,你仔细看。你cut掉一层再试。

不过我就奇了怪了。我编译的时候怎么就碰不上你们碰上的这种 ... [/quote]

ethereal也是欺软怕硬啊!!!!!!!!!!!!!

bobo0317 发表于 2007-1-23 15:38

楼上的兄弟们,我也是新手,刚刚进行ethereal 准备工作做的不少,但是编译的时候一开始就出现 makefile.nmake not found 这样的错误。。。。。是不是我的环境变量没设置好还是出了什么问题啊??? 希望斑竹和编译通过的朋友们帮助一下,谢谢啊!!!!

bobo0317 发表于 2007-1-23 15:39

还有hqy楼主,你的net-snmp是哪下的啊,我怎么下也下不到啊~~~~能不能麻烦给我发一个
我的EMAIL:[email]bobolovexixi@yahoo.com.cn[/email]
感激不尽啊!!!

scz 发表于 2007-1-23 16:39

[quote]原帖由 [i]bobo0317[/i] 于 2007-1-23 15:38 发表
楼上的兄弟们,我也是新手,刚刚进行ethereal 准备工作做的不少,但是编译的时候一开始就出现 makefile.nmake not found 这样的错误。。。。。是不是我的环境变量没设置好还是出了什么问题啊??? 希望斑竹和编 ... [/quote]

makefile.nmake not found,你在执行nmake的目录下找过这个文件吗?你在哪个目录下执行的nmake命令。

如果你在执行nmake的目录下没有找到这个文件,建议可以先找个师兄,能出现场的师兄,到现场去,到你的键盘上去,当着那个屏幕的面,给你好好讲讲nmake的基础用法以及如何用汉语逻辑理解这一句话,"makefile.nmake not found"。

至于你的另一个问题,"还有hqy楼主,你的net-snmp是哪下的啊,我怎么下也下不到啊",看这个答案:

[url]http://switch.dl.sourceforge.net/sourceforge/net-snmp/net-snmp-5.2.1.2.tar.gz[/url]

这是2007-01-23 16:30我随手用"net-snmp-5.2.1.2.tar.gz" download做关键字在弱智的baidu里一搜,总共就两条,两条都包含了这个链接,我还生怕这是一个死链,动手下载验证了一下,可下。

那么我就奇怪了,你是怎么个做到这一点的,"我怎么下也下不到啊"。以前在CERNET里经常出现的问题是,"我在网上搜了半天也没搜到",然后我就在他发问那个版上给他找到了他想搜的东西,用不了几分钟的事。半天,折成12小时,再不济,折成4小时,4个小时找不到一个东西,结果在发问的地方就有,谁信啊。可这就TMD是活生生的例子!

现在这个例子多了一个你,异曲同工的"我怎么下也下不到啊"。

bobo0317 发表于 2007-1-23 21:56

斑竹 首先很感谢你的回答,我是在安装完cygwin后 设置了VC的环境变量  然后把cygwin/bin加进系统变量后 再编译 nmake Makefile.nmake verify_tools 然后提示找不到Makefile.nmake 的,我在ethereal源码所在盘里(我装在G:)和C:都编译过,好象都一样。。。新手的问题特别白痴,请见谅解。

还有对于您回答我第二个问题我需要辩解一下,我说了我是新手了,所以对于刚上手的东西我花的时间比较长,还有下在CYGWIN和一些ETHEREAL编译需要的包我是花了1个多星期,因为我白天单位电脑物理隔离,不好上网,所以只能下班回家下。。。。。。希望斑竹别见笑了。。。不过笑笑也好,会让我越有动力把需要做的事情做好。。。。。希望斑竹继续帮忙!!
我的QQ250057465 EMAIL [email]bobolovexixi@yahoo.com.cn[/email] [email]bobolovexixi@gmail.com[/email]
希望斑竹多多帮忙!!!!

页: [1]

Powered by Discuz! Archiver 6.1.0  © 2001-2007 Comsenz Inc.