> i have compiled with no error for win32, now when i execute the application
> i get this error:
> gtkhtml-ERROR **: gconf error: Failed to launch configuration server
> (aborting...)

I guess your best bet is to to run the application with some debugging
environment variables set... it also helps to take a look at the
source code of the libraries in question. That message seems to come
from libgconf, in gconf-internals.c:gconf_activate_server(), where it
uses g_spawn_async() to start gconfd-2.exe. Try setting
G_SPAWN_WIN32_DEBUG=y and see if you notice anything odd.

--tml
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to