Re: Build ethereal under winXP
"Raman Singla" <[email protected]>
| Newsgroups | gmane.network.ethereal.devel |
|---|---|
| Message-ID | <[email protected]> |
1. unzip tar ball. 2. install cugwin with necessary components 3. install msvc++ 4. set environment vairables by vcvars32 5. set correct path.( by PATH= 6. copy win32.mak into witetap,epan, pluggins/mate, pluggins/stats_tree in case u have a win32.mak errror NOTE : following on command prompt not on cygwin prompt 7. nmake -f makefile.nmake distclean 8. nmake -f makefile.nmake verify_tools 9. nmake -f makefile.nmake setup (if ur HTTP proxy is set then it will automatically download required libraries else u need to download it mannually in correct path (config.nmake) path) 10. sometimes (like in my case) need to give -I option (i.e. include path in cl.exe b'cos it was not taking automatically from environment vairable) with cl so in order to do so, changes in makefile.nmake. (most of time it is not required) 11. nmake -f makefile.nmake 12. copy libraries into ethereal main folder. from all downloaded & from wiretap & epan. 13. run ethereal, build new dissectors & contribute to this mailing list. ----- Original Message ----- From: "Dave Ramsey" <[email protected]> To: "'Ethereal development'" <[email protected]> Sent: 2006 May 30 2:55 AM Subject: RE: [Ethereal-dev] Build ethereal under winXP > > If it makes a difference, you should execute the build command from a > windows command (cmd) prompt, not Cygwin shell ... From the same command > prompt ensure you have also run VCVARS32 > > GL > Dave > > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of [email protected] > Sent: 29 May 2006 12:21 > To: [email protected] > Subject: [Ethereal-dev] Build ethereal under winXP > > Hi, all > > I am newbie trying to use MSVC 6.0 to build ethereal under Windows XP, > In my cygwin shell, I tried: > <Snipped> > > > > _______________________________________________ > Ethereal-dev mailing list > [email protected] > http://www.ethereal.com/mailman/listinfo/ethereal-dev