It shouldn't be anything, since nothing in epan directly calls mkstemp any more. I checked in a fix in r28923. It also removes mkstemp from libwireshark.def. Hopefully no one's using it in a third-party plugin. :)
Anders Broman wrote: > Hi, > : > uat_load.c > NMAKE : fatal error U1073: don't know how to make '..\mkstemp.c' > Stop. > NMAKE : fatal error U1077: '"C:\Program\Microsoft Visual Studio > 9.0\VC\BIN\nmake > .exe"' : return code '0x2' > Stop. > : > In makefile.nmake in epan/ ther is: > # (Windows only) Copy some sources from /trunk to /trunk/epan. > # It is a cleaner to compile these sources separately with this makefile > than > # using the object code compiled by the makefile in /trunk for both > dynamically > # and statically linking > > mkstemp.c: ..\mkstemp.c > set copycmd=/y > xcopy ..\mkstemp.c . /d > > Should that be tempfile.c now? > Regards > Anders > -----Ursprungligt meddelande----- > Från: [email protected] > [mailto:[email protected]] För [email protected] > Skickat: den 2 juli 2009 19:20 > Till: [email protected] > Ämne: [Wireshark-commits] rev 28920: /trunk/ /trunk/gtk/: hostlist_table.c > /trunk/: Makefile.am Makefile.common Makefile.nmake config.h.win32 > configure.in mkstemp.c mkstemp.h tempfile.c tempfile.h > > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28920 > > > > ___________________________________________________________________________ > Sent via: Wireshark-dev mailing list <[email protected]> > Archives: http://www.wireshark.org/lists/wireshark-dev > Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev > mailto:[email protected]?subject=unsubscribe ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
