Re: [Msys2-users] problem with w64 version of glib-2

2015-01-02 Thread Ray Donnelly
On Fri, Jan 2, 2015 at 7:46 PM, Mark Cianfaglione wrote: > 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 a

Re: [Msys2-users] problem with w64 version of glib-2

2015-01-02 Thread Alexpux
> 2 янв. 2015 г., в 22:46, Mark Cianfaglione > написал(а): > > 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

[Msys2-users] problem with w64 version of glib-2

2015-01-02 Thread Mark Cianfaglione
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 duri