Re: [Openslp-devel] [PATCH] simplify interface list parsing
Brought to you by:
jcalcote
From: John C. <joh...@gm...> - 2012-11-28 22:57:27
|
Broken windows build fixed - I had to add implementation for getifaddrs, freeifaddrs, and strtok_r. Builds cleanly on vs2010 win32/x64 now. --john > -----Original Message----- > From: John Calcote [mailto:joh...@gm...] > Sent: Wednesday, November 28, 2012 12:50 PM > To: 'David Stevens' > Cc: ope...@li... > Subject: RE: [Openslp-devel] [PATCH] simplify interface list parsing > > Yeah - I was going to build on windows and see what broke shortly here. > :) > John > > > -----Original Message----- > > From: David Stevens [mailto:dls...@us...] > > Sent: Wednesday, November 28, 2012 11:36 AM > > To: John Calcote > > Cc: ope...@li... > > Subject: RE: [Openslp-devel] [PATCH] simplify interface list parsing > > > > John, > > Thanks. Nick Wagner in private e-mail pointed out that Windows > MSVC > > may not have the POSIX strtok_r() but instead uses strtok_s(). I don't > have > > MSVC to test or work around this so the second patch ("simplify interface > list > > parsing") may need to wait for someone who does, or just leave the > original > > code. > > The other two patches are independent of this one, so it can be > safely > > left out if needed. > > > > +-DLS > |