On 13/07/07, Wes Hardaker <[EMAIL PROTECTED]> wrote:
I'm going to wait a touch for rc3 to try and get opinions on the two recent patches.... So I'm going to slip rc3 till Monday
Good. Can I therefore offer the following patch for consideration. I had a quick play with Windows-based builds over the weekend, and discovered a couple of problems when building using MinGW. The current code assumes the presence of "chown()" and "localtime_r()" routines - neither of which are supported by MinGW (or at least, not the version I was working with). I'm therefore appending a suitable patch which should work around these two calls, for MinGW only. It's possible that the same tweak would be needed for Cygwin as well, but I don't currently have a working Cygwin environment available to test this. In both cases, a better fix would be for configure to check for the relevant call explicitly, but it feels too late in the release cycle to risk introducing such a change. Dave
mingw32.patch
Description: Binary data
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
