Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Brian Oleksa
Gerald It looks like the SDK is already installed. I also installed the 360 mb MSDN library. What am I missing here...??? Thanks, Brian Gerald Combs wrote: It looks like you need to install an SDK as well:

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Graham Bloice
Brian Oleksa wrote: Gerald It looks like the SDK is already installed. I also installed the 360 mb MSDN library. What am I missing here...??? Thanks, Brian Gerald Combs wrote: It looks like you need to install an SDK as well:

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Brian Oleksa
How do you find that out...?? I have changed my PLATFORM to win64 And here is what I have in my config.nmake file: # Microsoft Visual C++ 2008 Express Edition # Visual C++ 9.0, _MSC_VER 1500, msvcr90.dll MSVC_VARIANT=MSVC2008EE How do I know if it is 32 or 64 bit...?? Thanks, Brian

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Graham Bloice
Brian Oleksa wrote: How do you find that out...?? I have changed my PLATFORM to win64 And here is what I have in my config.nmake file: # Microsoft Visual C++ 2008 Express Edition # Visual C++ 9.0, _MSC_VER 1500, msvcr90.dll MSVC_VARIANT=MSVC2008EE How do I know if it is 32 or 64

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Graham Bloice
Graham Bloice wrote: Brian Oleksa wrote: How do you find that out...?? I have changed my PLATFORM to win64 And here is what I have in my config.nmake file: # Microsoft Visual C++ 2008 Express Edition # Visual C++ 9.0, _MSC_VER 1500, msvcr90.dll MSVC_VARIANT=MSVC2008EE How do I know

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Anders Broman
for Wireshark Subject: Re: [Wireshark-dev] win 64 wireshark build Graham Bloice wrote: Brian Oleksa wrote: How do you find that out...?? I have changed my PLATFORM to win64 And here is what I have in my

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Brian Oleksa
Of *Graham Bloice *Sent:* den 23 juli 2009 17:32 *To:* Developer support list for Wireshark *Subject:* Re: [Wireshark-dev] win 64 wireshark build Graham Bloice wrote: Brian Oleksa wrote: How do you find that out...?? I have changed my PLATFORM to win64 And here is what I have in my

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Graham Bloice
Brian Oleksa wrote: My enviornment variables point to here: C:\Program Files\Microsoft Visual Studio 9.0\VC\bin (which does have x64 tools in it). Then when I run dumpbin.exe I get the following error: C:\Program Files\Microsoft Visual Studio 9.0\VC\bindumpbin.exe /EXPORTS C:\Prog ram

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Graham Bloice
Brian Oleksa wrote: Here is my config.nmake file. I do not have a WIRESHARK_TARGET_PLATFORM variable to change.just PLATFORM with I did change to win64. Thanks, Brian * MY config.nmake file: ... When I change platform to win64...I did pick up the win64 libs.but it stil doesn't

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Brian Oleksa
Here is the dumpbin that you requested. It doesn't look like I have what I need. How do I fix this...? Thanks, Brian C:\Program Files\Microsoft Visual Studio 9.0\VC\redist\x86\Microsoft.VC90.CRTdu mpbin.exe /headers msvcr90.dll Microsoft (R) COFF/PE Dumper Version 9.00.30729.01 Copyright (C)

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Brian Oleksa
Not sure what you are referring to here. When somebody asks me to check my env var... I got right to my computer (right click / properties) then select the advanced tab and look at my class path. Where can I find the LIB env vars..?? Thanks for all the help everybody...I appreciate it..!!

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Gerald Combs
Brian Oleksa wrote: MY config.nmake file: ... When I change platform to win64...I did pick up the win64 libs.but it stil doesn't workany suggestions..??* # $Id: config.nmake 26553 2008-10-25 14:33:34Z wmeier $ # Some more informations about the settings in this file, can be found

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Gerald Combs
Brian Oleksa wrote: Not sure what you are referring to here. When somebody asks me to check my env var... I got right to my computer (right click / properties) then select the advanced tab and look at my class path. Where can I find the LIB env vars..?? Type set lib at a command prompt.

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Graham Bloice
Gerald Combs wrote: Brian Oleksa wrote: Not sure what you are referring to here. When somebody asks me to check my env var... I got right to my computer (right click / properties) then select the advanced tab and look at my class path. Where can I find the LIB env vars..??

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Brian Oleksa
Ok..here is the set lib output C:\Program Files\Microsoft Visual Studio 9.0\VCset lib LIB=C:\Program Files\Microsoft Visual Studio 9.0\VC\ATLMFC\LIB;C:\Program Files\ Microsoft Visual Studio 9.0\VC\LIB;C:\Program Files\Microsoft SDKs\Windows\v7.0\ lib;

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Brian Oleksa
Thanks When I do a set lib...I get nothing. But when I do a set... I get the following: VS80COMNTOOLS=C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\ VS90COMNTOOLS=C:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools\ Brian Gerald Combs wrote: Brian Oleksa wrote: Not

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Graham Bloice
Brian Oleksa wrote: Ok...than I will have to update and go from there. What should I download then..?? I have a 32 bit machine trying to use the cross compilers to build a 64 bit dissector. should I grab the win32 or win64..?? Thanks, Brian Those are builds from the buildbot. You

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Graham Bloice
Brian Oleksa wrote: Ok..here is the set lib output C:\Program Files\Microsoft Visual Studio 9.0\VCset lib LIB=C:\Program Files\Microsoft Visual Studio 9.0\VC\ATLMFC\LIB;C:\Program Files\ Microsoft Visual Studio 9.0\VC\LIB;C:\Program Files\Microsoft SDKs\Windows\v7.0\ lib;

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Brian Oleksa
Ok...this is what I did But it still breaksso it looks like I need to get the latest sources to do this (as Gerald suggested). Thanks, Brian *PREPARE COMMAND PROMPT:* C:\Program Files\Microsoft Visual Studio 9.0\VC\bin*vcvarsx86_amd64.bat* *Setting environment for using Microsoft Visual

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Brian Oleksa
Ok I got the latest version from SVN. (Checked out revision 29179.) I should NOT have to do anything else (like install cygwin and python as I already had this working in the past on this machine). I made sure my platform was set to win64: WIRESHARK_TARGET_PLATFORM=win64 I made sure my MSVC

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Brian Oleksa
This is interesting. If I change the config.nmake file back to: WIRESHARK_TARGET_PLATFORM=win32 and do a verify toolseverything works great..(see output below). Why is this...?? I need the platform to say win64 to build a 64 bit version of this ...correct...?? Thanks, Brian

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Anders Broman
Till: Developer support list for Wireshark Ämne: Re: [Wireshark-dev] win 64 wireshark build This is interesting. If I change the config.nmake file back to: WIRESHARK_TARGET_PLATFORM=win32 and do a verify toolseverything works great..(see output below). Why is this...?? I need the platform

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Brian Oleksa
- Från: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] För Brian Oleksa Skickat: den 23 juli 2009 20:05 Till: Developer support list for Wireshark Ämne: Re: [Wireshark-dev] win 64 wireshark build This is interesting. If I change the config.nmake file back

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Brian Oleksa
juli 2009 20:05 Till: Developer support list for Wireshark Ämne: Re: [Wireshark-dev] win 64 wireshark build This is interesting. If I change the config.nmake file back to: WIRESHARK_TARGET_PLATFORM=win32 and do a verify toolseverything works great..(see output below). Why

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Brian Oleksa
Brian Oleksa Skickat: den 23 juli 2009 20:05 Till: Developer support list for Wireshark Ämne: Re: [Wireshark-dev] win 64 wireshark build This is interesting. If I change the config.nmake file back to: WIRESHARK_TARGET_PLATFORM=win32 and do a verify toolseverything works great..(see

Re: [Wireshark-dev] win 64 wireshark build

2009-07-23 Thread Brian Oleksa
[mailto:wireshark-dev-boun...@wireshark.org] För Brian Oleksa Skickat: den 23 juli 2009 20:05 Till: Developer support list for Wireshark Ämne: Re: [Wireshark-dev] win 64 wireshark build This is interesting. If I change the config.nmake file back to: WIRESHARK_TARGET_PLATFORM=win32 and do a verify

Re: [Wireshark-dev] win 64 wireshark build

2009-07-22 Thread Gerald Combs
Brian Oleksa wrote: Has anybody successfully built a win64 version of wireshark on their win32 box using cross compilers...?? I have tried this...but it still does not work. http://wiki.wireshark.org/Development/Win64 The Buildbot does this several times a day:

Re: [Wireshark-dev] win 64 wireshark build

2009-07-22 Thread Brian Oleksa
Gerald Here are the errors that I am getting: C:\wireshark-1.1.2-SVN-26844_32bit\plugins\helennmake -f Makefile.nmake all Microsoft (R) Program Maintenance Utility Version 9.00.30729.01 Copyright (C) Microsoft Corporation. All rights reserved. link -dll /out:helen.dll /NOLOGO

Re: [Wireshark-dev] win 64 wireshark build

2009-07-22 Thread Gerald Combs
It looks like you need to install an SDK as well: http://en.wikipedia.org/wiki/Microsoft_Visual_Studio_Express#Visual_C.2B.2B_Express Brian Oleksa wrote: Gerald Here are the errors that I am getting: C:\wireshark-1.1.2-SVN-26844_32bit\plugins\helennmake -f Makefile.nmake all