Compiling issues on Mac OS X 10.5.6

Simon Josefsson simon at josefsson.org
Tue Mar 24 22:32:24 CET 2009


Robin Seggelmann <seggelmann at fh-muenster.de> writes:

> Ok, I tried again now. The following almost worked:
>
> autoreconf -i -f
> ./configure
> make
>
> Manually adding the hundreds of missing '\n' in en at boldquot.po and
> en at quot.po
> .
>
> 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





More information about the Gnutls-devel mailing list