Re: Do I need to #define GLIB_CHARSETALIAS_DIR ?

2017-12-03 Thread Nirbheek Chauhan
On Sun, Dec 3, 2017 at 8:47 PM, John Emmas wrote: > I'm building glib (from git master) using MSVC (using my own VC projects). > This morning I noticed a change at line 68 in > 'glib/libcharset/localcharset.c' > I believe that was an unnecessary regression, can you

Do I need to #define GLIB_CHARSETALIAS_DIR ?

2017-12-03 Thread John Emmas
/* Get GLIB_CHARSETALIAS_DIR. */ #ifndef GLIB_CHARSETALIAS_DIR # include "configmake.h" # define GLIB_CHARSETALIAS_DIR LIBDIR #endif My MSVC build is now failing because 'configmake.h' doesn't exist on my system. Do I need to get it from somewhere? Or