Hello, I face some problems compiling glade 3.1.5 under msys+mingw.
For example, in glade-utils.c at line 1695 (function glade_util_url_show_win32) one can read : if (code <= 32) may be we should read ?? : if (retval <= 32) unless code is supposed to be a global variable ?? It seems that something similar happens with the glade-app.c file at line 163 ine the function (glade_app_finalize). It's the first time I read the glade code though I do not know what exactly means the names "glade_scripts_dir" and al. Is this global vars ? If this is not supposed to be the case, please can someone tell me to which struct it belongs ? thanks for any help, Olivier.
_______________________________________________ Glade-devel maillist - [email protected] http://lists.ximian.com/mailman/listinfo/glade-devel
