On 10:49:44 am 2005-06-28 "Earnie Boyd" <[EMAIL PROTECTED]> wrote:
> On 10:35:55 am 2005-06-28 "Earnie Boyd" <[EMAIL PROTECTED]>
> wrote:
> > On 4:11:19 am 2005-06-28 [EMAIL PROTECTED] wrote:
> > > -BEGIN PGP SIGNED MESSAGE-
>
On 4:11:19 am 2005-06-28 [EMAIL PROTECTED] wrote:
> -BEGIN PGP SIGNED MESSAGE-
>
> I would like to concentrate on real bugs and compile errors, and not
> worry about compile warnings unless they're actually causing problems.
> I will spend some time on code cleanups in the next release.
>
On 10:35:55 am 2005-06-28 "Earnie Boyd" <[EMAIL PROTECTED]> wrote:
> On 4:11:19 am 2005-06-28 [EMAIL PROTECTED] wrote:
> > -BEGIN PGP SIGNED MESSAGE-
>
> >
> > I would like to concentrate on real bugs and compile errors, and
> > not worry
Eli Zaretskii wrote:
Date: Sat, 22 Nov 2003 21:00:42 -0500
From: "Paul D. Smith" <[EMAIL PROTECTED]>
Note that this can't be done on Windows, only on UNIX. Well, anyway,
I've never done it on Windows and I've never heard of anyone who has.
The tools required to build from the CVS archive (GNU m4,
J. Grant wrote:
Hi Earnie,
ok, I wonder if win32 has extra signals, this code 127, could these
be supported for win32 ports?
#define SIGINT 2 /* Interactive attention */
#define SIGILL 4 /* Illegal instruction */
#define SIGFPE 8 /* Floating point err
J. Grant wrote:
Hello,
We use the system service to translate the code if the system provides
it (many UNIX systems provide strsignal() for example). If not we have
a predefined set of signals we translate, but if the signal is not a
member of that predefined list it's not translated.
ok, I won
"Paul D. Smith" wrote:
> If you want to build GNU make from CVS you'll need to install a (very)
> recent version of GNU gettext as well.
>
> See the README.cvs file for full instructions.
Thanks, Paul, I realized that fact about 60 seconds after
sending the message. Actually, I didn't even thin
I've just downloaded the CVS version of source, after which I
aclocal ;# this gives errors about AC_GNU_GETTEXT_VERSION
# so I comment this macro out of operation.
aclocal
automake --add-missing --copy
autoconf
mkdir bld
cd bld
../configure --prefix=/myprefix ;# This results in: conf