Well I send you an answer about this about one month ago : Absolutly not
necessary... I had a lot of problem under win98 glade, but no one problem in
compiling glade under windows ?
Henri Girard
----- Original Message -----
From: Damon Chaplin <[EMAIL PROTECTED]>
To: Arnaud Charlet <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, July 29, 2000 4:14 PM
Subject: Re: Patch for Glade 0.5.9 under Win32


> 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 [EMAIL PROTECTED]
> with the line "unsubscribe glade-devel" in the body of the message.
>

+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.

Reply via email to