|
From: Mark C. <m.c...@va...> - 2015-01-02 19:46:19
|
I'm using MSYS2 (in 64 bit mode) and I'm trying to compile a piece of code that uses the g_get_home_dir function in glib but when I execute the code I get an error g_get_home_dir_utf8 could not be located in dll. This appears to be an error where the original compile thinks it's in 32 bit mode during the first stage of compile (at least from what I can deduce) as the utf8 link is only needed on the 32 bit mode. I'm using pacman to install the mingw-w64-x86_64-glib2. Who would I talk about getting this looked at? Mark |