Ethereal-dev: Re: [Ethereal-dev] MSVC failure after distclean - again

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Tue, 06 Dec 2005 03:57:12 -0800
Anders Broman (AL/EAB) wrote:

I got trouble with dumpcap again after a distclean MSVC was complaining about unresolved external symbol _mkstemp

Should EXTRA_OBJECTS be added to dumpcap_SOURCES ?

Maybe, but it doesn't need strptime().

I've checked in a different change, that explicitly adds mkstemp.obj to the list of objects to use when building dumpcap. Try it with the current SVN.

Perhaps we should add a GLIB_INST_VERSION (or whatever) to config.nmake, and, if it's 2.6 or greater, don't include mkstemp.obj (as it uses g_mkstemp()), otherwise include it.