Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Problem with compiling the master branch of Wireshark (./ws_

From: João Valverde <joao.valverde@xxxxxxxxxxxxxxxxxx>
Date: Tue, 30 Aug 2016 16:21:59 +0100


On 08/30/2016 03:53 PM, Remy Leone wrote:
Hello,

Hi,

When I try to compile the master branch wireshark using the following
commands:
./autogen.sh
./configure
make

I get that it's impossible to create the symbolic link
for './ws_version_info.c': because the file exists.
I've tried git clean -d -f but it stills shows up.
I'm using ubuntu 16.04 with default settings

Complete stacktrace here: http://pastebin.com/X1HjnYaL

Could you help me solve this problem?

git clean -xfd should clear the problem.