From: Damon Chaplin (damon@helixcode.com)
Date: Sat Jul 29 2000 - 10:14:29 EDT
Arnaud Charlet wrote:
>
> Hi Damon and others.
>
> Here is the patch that I have applied to the 0.5.9 sources in order to
> build Glade under Win32. Other than this patch, the steps required to
> build Glade under windows are relatively straightforward:
I was just about to apply this when I saw that you patched a gettext
file. I can't really do this since the file will be overwritten the
next time gettextize is run. It is not really part of Glade.
Is this part of the patch really necessary?
Damon
> *** intl/dcgettext.c.old Tue Jul 11 17:23:06 2000
> --- intl/dcgettext.c Tue Jul 11 17:25:16 2000
> ***************
> *** 225,230 ****
> --- 225,235 ----
> #else
> static int enable_secure;
> # define ENABLE_SECURE (enable_secure == 1)
> + #ifdef _WIN32
> + # define DETERMINE_SECURE \
> + if (enable_secure == 0) \
> + enable_secure = -1;
> + #else
> # define DETERMINE_SECURE \
> if (enable_secure == 0) \
> { \
> ***************
> *** 233,238 ****
> --- 238,244 ----
> else \
> enable_secure = -1; \
> }
> + #endif
> #endif
>
> /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
> --
+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to majordomo@ncis.pn.org
with the line "unsubscribe glade-devel" in the body of the message.
This archive was generated by hypermail 2b29 : Tue Aug 01 2000 - 19:30:28 EDT