[Glade-devel] Compiling glade 3.1.5



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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/glade-devel/attachments/20070313/92ab79ba/attachment.html 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]