Re: [Wireshark-dev] newbie building on cygwin, windows... can't find pcap

2006-08-29 Thread Andrew Schweitzer
Graeme Lunt wrote:
 On 8/28/06, Andrew Schweitzer [EMAIL PROTECTED] wrote:
 
 
Does anyone out there use Cygwin only for windows development?
 
 
 I did all my development under cygwin only for the last 12 months.
 However recently a number of patches have broken it and I was spending
 too much time fixing these problems.
 
 I also got the impression I was in a minority of one given the
 feedback I (and others) got from questions to the list.
 
 So I have unfortunately had to ditch cygwin only and go MSVC6.
 
 Graeme
 
 P.S. If you still want to try this route I can dig around and see what
 I did for libpcap.

Thanks, I set up VC6.

___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


[Wireshark-dev] newbie building on cygwin, windows... can't find pcap

2006-08-28 Thread Andrew Schweitzer
I'm trying to build Wireshark on a Windows PC, but I only have VC7, 
which as far as I can tell, won't work. So I am trying to build 
everything purely under cygwin. Does anyone do that? Or do must people 
install VC6 and cobble together the right tools?

When I try to build, configure discovers that I don't have pcap.h. 
Searching around a bit on the net, I didn't seem to find a pcap for 
cygwin, although I did see some people suggesting some complicated ways 
to get winpcap to build.

How have people solved this in the past?

Thanks,

Andy

___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


Re: [Wireshark-dev] newbie building on cygwin, windows... can't find pcap

2006-08-28 Thread Andrew Schweitzer
Ulf Lamping wrote:
-Ursprüngliche Nachricht-
Von: Developer support list for Wireshark wireshark-dev@wireshark.org
Gesendet: 28.08.06 16:50:12
An: wireshark-dev@wireshark.org
Betreff: [Wireshark-dev] newbie building on cygwin, windows... can't find pcap
 
 
 
I'm trying to build Wireshark on a Windows PC, but I only have VC7, 
which as far as I can tell, won't work. So I am trying to build 
everything purely under cygwin. Does anyone do that? Or do must people 
install VC6 and cobble together the right tools?

When I try to build, configure discovers that I don't have pcap.h. 
Searching around a bit on the net, I didn't seem to find a pcap for 
cygwin, although I did see some people suggesting some complicated ways 
to get winpcap to build.

How have people solved this in the past?

 
 
 The main line is still using MSVC V6, see the Developer's Guide for details.
 

I will go investigate that document further. I did spend some time 
looking at it and I figured out that VC6 was supported, but wasn't 
entirely sure on how (or if?) Cygwin integrated with VC6.

Does anyone out there use Cygwin only for windows development?

If so, does anyone know how to get libpcap for Cygwin?

 Regards, ULFL
 
 ___
 Viren-Scan für Ihren PC! Jetzt für jeden. Sofort, online und kostenlos.
 Gleich testen! http://www.pc-sicherheit.web.de/freescan/?mc=02
 

___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


Re: [Wireshark-dev] newbie building on cygwin, windows... can't find pcap

2006-08-28 Thread Cook, Timothy
I use MSVC++ v6.0  Cygwin.  I recently spent better part of a week looking at 
how to build entirely under Cygwin (just to support one person who has .net 
2005).  I finally concluded that it is way too much work.  I opted to install 
MS Virtual PC (now FREE)  setup an environment that can be moved from host to 
host (keeping to the copyright laws).

What debugger were you going to use, DDD??

-Tim


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Andrew Schweitzer
 Sent: Monday, August 28, 2006 12:43 PM
 To: wireshark-dev@wireshark.org
 Subject: Re: [Wireshark-dev] newbie building on 
 cygwin,windows... can't find pcap
 
 Ulf Lamping wrote:
 -Ursprüngliche Nachricht-
 Von: Developer support list for Wireshark 
 wireshark-dev@wireshark.org
 Gesendet: 28.08.06 16:50:12
 An: wireshark-dev@wireshark.org
 Betreff: [Wireshark-dev] newbie building on cygwin, 
 windows... can't 
 find pcap
  
  
  
 I'm trying to build Wireshark on a Windows PC, but I only have VC7, 
 which as far as I can tell, won't work. So I am trying to build 
 everything purely under cygwin. Does anyone do that? Or do 
 must people 
 install VC6 and cobble together the right tools?
 
 When I try to build, configure discovers that I don't have pcap.h. 
 Searching around a bit on the net, I didn't seem to find a pcap for 
 cygwin, although I did see some people suggesting some complicated 
 ways to get winpcap to build.
 
 How have people solved this in the past?
 
  
  
  The main line is still using MSVC V6, see the Developer's 
 Guide for details.
  
 
 I will go investigate that document further. I did spend some 
 time looking at it and I figured out that VC6 was supported, 
 but wasn't entirely sure on how (or if?) Cygwin integrated with VC6.
 
 Does anyone out there use Cygwin only for windows development?
 
 If so, does anyone know how to get libpcap for Cygwin?
 
  Regards, ULFL
  
  
 __
  _ Viren-Scan für Ihren PC! Jetzt für jeden. Sofort, online und 
  kostenlos.
  Gleich testen! http://www.pc-sicherheit.web.de/freescan/?mc=02
  
 
 ___
 Wireshark-dev mailing list
 Wireshark-dev@wireshark.org
 http://www.wireshark.org/mailman/listinfo/wireshark-dev
 
 __
 ___
 Scanned by IBM Email Security Management Services powered by 
 MessageLabs. For more information please visit 
 http://www.ers.ibm.com 
 __
 ___
 
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


Re: [Wireshark-dev] newbie building on cygwin, windows... can't find pcap

2006-08-28 Thread Andrew Schweitzer
Cook, Timothy wrote:
 I use MSVC++ v6.0  Cygwin.  I recently spent better part of a week looking 
 at how to build entirely under Cygwin (just to support one person who has 
 .net 2005).  I finally concluded that it is way too much work.  I opted to 
 install MS Virtual PC (now FREE)  setup an environment that can be moved 
 from host to host (keeping to the copyright laws).
 
Thanks! That's exactly the kind of feedback I was looking for.

 What debugger were you going to use, DDD??

...:) I hadn't really thought that far but I was thinking gdb and maybe 
eclipse? :)
 
 -Tim
 
 
 
-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of 
Andrew Schweitzer
Sent: Monday, August 28, 2006 12:43 PM
To: wireshark-dev@wireshark.org
Subject: Re: [Wireshark-dev] newbie building on 
cygwin,windows... can't find pcap

Ulf Lamping wrote:

-Ursprüngliche Nachricht-
Von: Developer support list for Wireshark 
wireshark-dev@wireshark.org
Gesendet: 28.08.06 16:50:12
An: wireshark-dev@wireshark.org
Betreff: [Wireshark-dev] newbie building on cygwin, 

windows... can't 

find pcap



I'm trying to build Wireshark on a Windows PC, but I only have VC7, 
which as far as I can tell, won't work. So I am trying to build 
everything purely under cygwin. Does anyone do that? Or do 

must people 

install VC6 and cobble together the right tools?

When I try to build, configure discovers that I don't have pcap.h. 
Searching around a bit on the net, I didn't seem to find a pcap for 
cygwin, although I did see some people suggesting some complicated 
ways to get winpcap to build.

How have people solved this in the past?



The main line is still using MSVC V6, see the Developer's 

Guide for details.

I will go investigate that document further. I did spend some 
time looking at it and I figured out that VC6 was supported, 
but wasn't entirely sure on how (or if?) Cygwin integrated with VC6.

Does anyone out there use Cygwin only for windows development?

If so, does anyone know how to get libpcap for Cygwin?


Regards, ULFL



__

_ Viren-Scan für Ihren PC! Jetzt für jeden. Sofort, online und 
kostenlos.
Gleich testen! http://www.pc-sicherheit.web.de/freescan/?mc=02


___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev

__
___
Scanned by IBM Email Security Management Services powered by 
MessageLabs. For more information please visit 
http://www.ers.ibm.com 
__
___


___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev