glib
Error building GLib
Im trying to build GLib-2.4.0 using the makefile. I get this error: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\\\"GLib\\开发者_如何学Python\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATE[详细]
2023-01-06 08:39 分类:问答including different versions of glib headers
If there are two source files a.c and b.c: a.c includes the glib.h of glib-2.6.6 and b.c includes glib.h of glib-2.12[详细]
2023-01-06 01:16 分类:问答Glib: Can I reuse a pointer queued to be freed with g_test_queue_free?
Using Glib Testing framework, I would like to know if开发者_如何学JAVA I can reuse a pointer queued to be freed with g_test_queue_free?[详细]
2023-01-05 01:58 分类:问答Is it possible to use glib event loops for IPC?
Is it po开发者_运维百科ssible to use glib event loops and glib io channels for IPC in one parent - many child process model?[详细]
2023-01-04 22:54 分类:问答Manual of glib and multithreading
Is anywhere book or g开发者_Go百科ood manual, but better book about GTK+/glib, and multithreading in C/GTK+? I need to run a function in another thread than main window, and make it cancellable.GCance[详细]
2023-01-04 05:56 分类:问答printing utf8 in glib
Why utf8 symbols cannot be printed via glib functions? Source code: #include \"glib.h\" #include <stdio.h>[详细]
2023-01-04 03:02 分类:问答Monitoring UDP socket in glib(mm) eats up CPU time
I have a GTKmm Windows application (built with MinGW) that receives UDP packets (no sending). The socket is native winsock and I use glibmm IOChannel to connect it to the application main loop. The so[详细]
2023-01-03 07:28 分类:问答How do I get the executing program's directory in C using a plataform independent method?
I develop my app in Linux for both unix and win32(cross compile at each build) platforms, soa ready to use function would be 开发者_JAVA技巧nice :). I\'m using glib that has the gchar* g_get_current_d[详细]
2023-01-02 22:55 分类:问答C++ UTF-8 lightweight & permissive code?
Anyone know of a more permissive license (MIT / public domain) version of this: http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ustring.html[详细]
2023-01-02 12:08 分类:问答Problem with GFile
I have a: GFile* gf = g_file_new_for_path(file_path); in my code. But when i try to compile it, I see error:[详细]
2023-01-01 18:04 分类:问答