GNOME Bugzilla – Bug 156727
mkdir is used without prototype in gstdio.c.
Last modified: 2004-12-22 21:47:04 UTC
Please describe the problem: direct.h is needed for using mkdir. Steps to reproduce: 1.compile by Visual C++ 6.0 Actual results: The following message is displayed. glib\glib\gstdio.c(184) : error C4013: 'mkdir' undefined; assuming extern returning int Expected results: add "#include <direct.h>". Does this happen every time? every time Other information:
Thanks, fixed in CVS. (For some reason mingw has the mkdir() prototype in io.h, not direct.h.)