Re: [Wireshark-dev] Compilation errors while building the Wireshark sources

2009-05-12 Thread Alfred Alinazar
I have the same problem. I have tried to do distclean and compile again several times, but no luck. Anyone has luck in solving this problem? regards, -Alfred- On Fri, May 1, 2009 at 8:28 PM, Anonymous Anonymous wrote: > I'm still stuck at this. Here is the complete build log I've managed to > e

Re: [Wireshark-dev] Compilation errors while building the Wireshark sources

2009-05-01 Thread Anonymous Anonymous
I'm still stuck at this. Here is the complete build log I've managed to extract using the command: nmake -f Makefile.nmake all > build-log.txt 2>&1 * Microsoft (R) Program Maintenance Utility Version 9.00.30729.01 Copyright (C) Microsoft Corporation. All rights reserved. cd tools "C:\Pro

Re: [Wireshark-dev] Compilation errors while building the Wireshark sources

2009-04-30 Thread Bill Meier
> On Thu, Apr 30, 2009 at 5:59 AM, Abhik Sarkar wrote: > >> Hi Rohan, >> >> The distclean target cleans up any files made for a distribution... this >> removes any generated stuff and keeps the sources untouched. >> >> You can't compile a single file if you are changing the in-built dissectors >>

Re: [Wireshark-dev] Compilation errors while building the Wireshark sources

2009-04-30 Thread Anonymous Anonymous
Didn't work out for me. I got the same error again. On Thu, Apr 30, 2009 at 2:28 PM, Abhik Sarkar wrote: > Did you try > nmake -f makefile.nmake distclean > nmake -f makefile.nmake all > This has often worked for me in similar situations. > > On Thu, Apr 30, 2009 at 3:08 PM, Anonymous Anonymous <

Re: [Wireshark-dev] Compilation errors while building the Wireshark sources

2009-04-30 Thread Rohan Solanki
Ok .. got it!!! Thanks Abhik for the reply... On Thu, Apr 30, 2009 at 5:59 AM, Abhik Sarkar wrote: > Hi Rohan, > > The distclean target cleans up any files made for a distribution... this > removes any generated stuff and keeps the sources untouched. > > You can't compile a single file if

Re: [Wireshark-dev] Compilation errors while building the Wireshark sources

2009-04-30 Thread Abhik Sarkar
Hi Rohan, The distclean target cleans up any files made for a distribution... this removes any generated stuff and keeps the sources untouched. You can't compile a single file if you are changing the in-built dissectors because all of the functionality is part of one big shared library and that l

Re: [Wireshark-dev] Compilation errors while building the Wireshark sources

2009-04-30 Thread Rohan Solanki
Hi Abhik, What does distclean does? I want to know will my changes remain when i do distclean? And also how do i compile a single file instead of building the whole project? Thanks in advance Rohan On Thu, Apr 30, 2009 at 4:28 AM, Abhik Sarkar wrote: > Did you try > nmake -f makefile.nmake dis

Re: [Wireshark-dev] Compilation errors while building the Wireshark sources

2009-04-30 Thread Abhik Sarkar
Did you try nmake -f makefile.nmake distclean nmake -f makefile.nmake all This has often worked for me in similar situations. On Thu, Apr 30, 2009 at 3:08 PM, Anonymous Anonymous < a.master.blas...@gmail.com> wrote: > No luck so far. > I've re-downloaded the sources using TortoiseSVN and compilat

Re: [Wireshark-dev] Compilation errors while building the Wireshark sources

2009-04-30 Thread Anonymous Anonymous
No luck so far. I've re-downloaded the sources using TortoiseSVN and compilation again fails in the exact same place. Any suggestions? On Wed, Apr 29, 2009 at 9:14 AM, Jaap Keuter wrote: > Hi, > > Well, he's building the 1.1.4 development version, so 2008 should be fine. > It > seems that you've

Re: [Wireshark-dev] Compilation errors while building the Wireshark sources

2009-04-28 Thread Jaap Keuter
Hi, Well, he's building the 1.1.4 development version, so 2008 should be fine. It seems that you've a botched tarball or working copy, since little has changed in this area for a long time. Try downloading a new tarball or revert changes in the working copy and start from the current head of d

Re: [Wireshark-dev] Compilation errors while building the Wireshark sources

2009-04-28 Thread Rohan Solanki
hi, I think you should try building wireshark with visual studio 2005. Also Make appropriate changes in the config.nmake file. I also had problems with visual studio 2008. I have successfully build and running wireshark 1.0.5 with visual studio 2005. Rohan. On Tue, Apr 28, 2009 at 7:19 PM, Ano

[Wireshark-dev] Compilation errors while building the Wireshark sources

2009-04-28 Thread Anonymous Anonymous
Hi everyone, I'm new to the Wireshark development process and I'm having some building issues I hope you will be able to solve. Ok, so here it comes. I've followed the developers manual step-by-step and everything worked out fine until I had to issue the command "name Makefile.namke all". For som