ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Build problem in private branch

From: Anders Broman <anders.broman@xxxxxxxxxxxx>
Date: Sun, 7 Jul 2013 20:44:40 +0000

Hi,

This have been driving me nuts today, I can build Wireshark from trunk but not my private tree which is made by copying Wireshark/trunk files into a separate svn dir

Masking out some files.

capture_dlg.c(1279) : error C2220: warning treated as error - no 'object' file g

enerated

capture_dlg.c(1279) : warning C4020: 'capture_get_if_capabilities' : too many ac

tual parameters

capture_dlg.c(1410) : warning C4020: 'capture_interface_list' : too many actual

parameters

capture_dlg.c(5301) : warning C4020: 'capture_start' : too many actual parameter

s

I’m building with VC 2012 in both trees, the same config and support libraries should be used – any ideas what could be wrong?

I have run clean and dist clean to no avail.

 

Regards

Anders