nders
> Broman (AL/EAB)
> *Sent:* 11 January 2007 10:13
> *To:* Developer support list for Wireshark
> *Subject:* SV: [Wireshark-dev] Microsoft Visual C Version 6support
> isa bitoutda
__
From: [EMAIL PROTECTED] [mail
to:[EMAIL PROTECTED] On Behalf Of Anders Broman (AL/EAB)
Sent: 11 January 2007 10:13
To: Developer support list for Wireshark
Subject: SV: [Wireshark-dev] Microsoft Visual C V
Hi,
The buildbot has the same problem so it's not related to MSVC...
BR
Anders
Från: [EMAIL PROTECTED] genom Alfred Alinazar
Skickat: to 2007-01-11 09:43
Till: Developer support list for Wireshark
Ämne: Re: [Wireshark-dev] Microsoft Visual C Version 6suppor
Ulf Lamping wrote:
> Should be fixed now, I simply messed up the line copying the file "if
> exist copy zlib1.dll.manifest ..." :-(
>
> I've done some more, all MSVC variants shouldn't give a NSIS warnings
> now :-)
>
> Regards, ULFL
Ulf,
I managed to build my wireshark yesterday.
But it failed a
Anders Broman (AL/EAB) wrote:
> Hi,
> Thanks Ulf it works fine.
>
> When doing packaging I get:
> 1 warning:
> File: "C:\wireshark-win32-libs\zlib123-dll\zlib1.dll.manifest" -> no files
> fou
> nd. (wireshark.nsi:315)
>
>
Should be fixed now, I simply messed up the line copying the file "
10 01:38
Till: Developer support list for Wireshark
Ämne: Re: [Wireshark-dev] Microsoft Visual C Version 6support isa bitoutdated
...
Andrew Hood wrote:
>> Anders also observed it didn't build. If you did "nmake -k ..." it might
>> build later on, and then rerunning nm
Alfred Alinazar wrote:
> Ulf Lamping wrote:
>> Hi Alfred!
>>
>> That's unrelated to the MSVC things.
>>
>> This seems to be a problem with your bison version (and I really don't
>> have a lot of knowledge about bison).
>>
>> The only thing I know is that the cygwin bison version (2.3) works well
Ulf Lamping wrote:
> Hi Alfred!
>
> That's unrelated to the MSVC things.
>
> This seems to be a problem with your bison version (and I really don't
> have a lot of knowledge about bison).
>
> The only thing I know is that the cygwin bison version (2.3) works well
> on my machines while you seem t
Andrew Hood wrote:
> Then it falls over because htmlhelp.lib is not in $(HHC_DIR)/lib. I said
> before VS8 includes hhc.exe in $(HHC_DIR) but the includes, libs and
> dlls are in the SDK, so I changed the HHC_LIBS in config.nmake
>
> !IF "$(MSVC_VARIANT)" == "MSVC2005"
> HHC_LIBS=htmlhelp.lib
> !EL
Alfred Alinazar wrote:
> Ulf Lamping wrote:
>
>>> I have MSVC 8.0 build 50727. I detest trying to use the M$ compiler
>>> suite, but sometimes the alternatives are worse.
>>>
>>>
>> Do you use the Express Edition or the Studio?
>>
> Ulf,
>
> I'm using MSVC 2005 Express edition.
Ulf Lamping wrote:
>> I have MSVC 8.0 build 50727. I detest trying to use the M$ compiler
>> suite, but sometimes the alternatives are worse.
>>
>
> Do you use the Express Edition or the Studio?
Ulf,
I'm using MSVC 2005 Express edition.
I got the error message below after running "nmake -f M
Andrew Hood wrote:
>>> Those are fixed by adding gdi32.lib advapi32.lib comdlg32.lib to
>>> wireshark_LIBS.
>>>
I've checked in the "/MD" patch from Laurent, could you give it another try?
Regards, ULFL
___
Wireshark-dev mailing list
Wireshark-dev
Laurent Rabret wrote:
> Hi,
> Sorry for not providing this simple patch before. It is OK with VS
> 2005 express edition, can you check it is OK with previous releases
> because I do not have them anymore?
Tested on some of the machines and all were building fine. Checked in -
it might help other
Andrew Hood wrote:
>> Anders also observed it didn't build. If you did "nmake -k ..." it might
>> build later on, and then rerunning nmake might work.
>>
That was a bug in the dependencies, I've checked in a fix. It should
compile zlib1.dll now as required.
Regards, ULFL
Laurent Rabret wrote:
> Hi,
> Sorry for not providing this simple patch before. It is OK with VS
> 2005 express edition, can you check it is OK with previous releases
> because I do not have them anymore?
I'll try but that will last a while (on 7 different configurations) ...
>
> Regarding rela
Andrew Hood wrote:
>>> I enable HHC_DIR and disable AIRPCAP_DIR in config.nmake
>>>
>> You may better keep HHC_DIR disabled for now (it's optional) - let's fix one
>> thing at a time ;-)
>>
> It's trivial to fix by changing HHC_LIBS as quoted lower down.
>
I guess so, but I would li
Hi,
Sorry for not providing this simple patch before. It is OK with VS 2005
express edition, can you check it is OK with previous releases because I do
not have them anymore?
Regarding relationships between VS express edition and PSDK, I successfully
compiled Wireshark once I had only done the 3
Ulf Lamping wrote:
>>I have MSVC 8.0 build 50727. I detest trying to use the M$ compiler
>>suite, but sometimes the alternatives are worse.
>
>
> Do you use the Express Edition or the Studio?
"Add Remove Programs" lists it as "Microsoft Visual Studio 2005
Professional Edition - ENU"
>>nmake Mak
-Ursprungligt meddelande-
Från: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] För Ulf Lamping
Skickat: den 9 januari 2007 15:33
Till: Developer support list for Wireshark
Ämne: Re: [Wireshark-dev] Microsoft Visual C Version 6support isa
bitoutdated ...
>
>
>With my lates
Ulf Lamping wrote:
> P.S.: In the meantime, I can successfully compile and run Wireshark
> versions generated on every MSVC variant mentioned - so there's actually
> some real progress in this topic ;-)))
This is about as clear as I can make it.
I have MSVC 8.0 build 50727. I detest trying to
Laurent Rabret wrote:
> Hi Andrew,
> Maybe your linker errors stems from bad compiler options. Initially I
> recommended to remove some default libs and to force msvcrxx thanks to
> /DEFAULTLIB and /NODEFAULTLIB options in LOCAL_LDFLAGS (in
> the config.nmake file). Actually, it was probably a b
Hi Andrew,
Maybe your linker errors stems from bad compiler options. Initially I
recommended to remove some default libs and to force msvcrxx thanks to
/DEFAULTLIB and /NODEFAULTLIB options in LOCAL_LDFLAGS (in the
config.nmakefile). Actually, it was probably a bad solution and I
recommend to remo
RABRET Laurent RD-MAPS-ISS wrote:
> Well, if you want to do quick tests, you do not have to change anything in
> Makefile.nmake files...
> The only compulsory adaptations are:
> 1) Commit the patch I sent yesterday
> 2) In the "config.nmake" file change "LOCAL_CFLAGS=/Zi /W3 " by
> "LOCAL_CFLAGS=
st option) :-<
If you encounter some problems, you can Call me on MSN/skype. Just send me a
private eMail for us to fix an appointment.
Regards
Laurent
-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Ulf Lamping
Envoyé : jeudi 21 décembre 20
24 matches
Mail list logo