gnutls-devel
[Top][All Lists]
Advanced

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

Re: Compiling issues on Mac OS X 10.5.6


From: Simon Josefsson
Subject: Re: Compiling issues on Mac OS X 10.5.6
Date: Tue, 24 Mar 2009 22:32:24 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.90 (gnu/linux)

Robin Seggelmann <address@hidden> writes:

> Ok, I tried again now. The following almost worked:
>
> autoreconf -i -f
> ./configure
> make
>
> Manually adding the hundreds of missing '\n' in address@hidden and
> address@hidden
> .
>
> make autoreconf
> make

Try this step instead, from a clean git checkout:

make autoreconf
make

You need GNU make.

> This is ok so far, but then I'm getting the following error:
>
> creating errcodes
> gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../lib/includes -I../lib/
> includes -I/usr/local/include  -g -O2 -MT printlist.o -MD -MP -
> MF .deps/printlist.Tpo -c -o printlist.o printlist.c
> printlist.c:26:26: error: gnutls/extra.h: No such file or directory
> make[4]: *** [printlist.o] Error 1
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all] Error 2
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>
>
> Is the git version seriously broken for Mac OS X or am I doing
> anything wrong??

Don't you have the file lib/includes/gnutls/extra.h?  The
-I../lib/includes should make gcc find it.

/Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]