Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: compilation issues
- X-seq: zsh-workers 14458
- From: Oliver Kiddle <opk@xxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: compilation issues
- Date: Wed, 23 May 2001 16:10:34 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <Tc0a88d0153b1b5a119@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Sender: kiddleo
Peter Stephenson wrote:
> > gcc -c -I. -DHAVE_CONFIG_H -Wall -Wno-implicit -Wmissing-prototypes -O2 -o builtin.o builtin.c
> > In file included from zsh.mdh:15,
> > from builtin.c:30:
> > system.h:155: redefinition of `struct timezone'
>
> You should have
> #define HAVE_STRUCT_TIMEZONE 1
I went to have a closer look at this this morning and it did erroneously
have #undef HAVE_STRUCT_TIMEZONE in config.h. Strangely though, when I
reran configure it changed its mind and I can't get it to fail as before
now. Something strange must have happened when I ran configure yesterday
but it all seems fine now including all tests.
I've also now done a test build on alpha/NetBSD which was successful
including tests apart from the same problem as FreeBSD with make check
not installing the libzsh-4.0.1-pre-5.so.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author