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 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
