Wireshark-bugs: [Wireshark-bugs] [Bug 2607] Wireshark won't compile : no rule to make target `in
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2607
Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeff.morriss.ws@xxxxxxxxx
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2008-06-24 10:58:18 PDT ---
Looks like this has been a problem since rev 22075 when inet_pton.c was moved
to the top level:
http://anonsvn.wireshark.org/viewvc/index.py?view=rev&revision=22075
(I mention that because my first thought was to move the file to epan but it
was intentionally moved to the top level; anyway putting them (back) in epan
wouldn't have helped.)
On Windows we copy that file into epan if/when needed so we can do the same
thing under *NIX (that results in compiling the file twice, but hey, this is
only for obscure cases anyway).
I checked in a fix in rev 25579. I'll add this rev to the for-1.0.1 list.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.