Bugzilla – Bug 299
Improved support for Mingw+MSys
Last modified: 2008-09-02 16:47:46 MDT
Created attachment 230 [details] Fix for this bug I did some fixes for compiling under Mingw+MSys - mkdir() and _mkdir() accept only one parameter under WIN32. - _mktemp() function already exists, so I simply renamed _mktemp() to _local_mktemp(). It should not be a problem since it's a static function. I hope this helps.