[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem with #include_next<stdint.h> in /usr/include/idn-int.h
From: |
Remko van der Vossen |
Subject: |
Re: problem with #include_next<stdint.h> in /usr/include/idn-int.h |
Date: |
Tue, 21 Aug 2007 13:55:23 +0200 |
User-agent: |
Mutt/1.5.14 (2007-02-28) |
On Tue, Jun 19, 2007 at 11:57:21PM +0200, Remko van der Vossen wrote:
> Hello everyone,
>
> I have a problem with using libidn;
>
> I tried to compile mutt (1.5.9 and CVS) with libidn support, but got the
> following error in both cases:
>
> gcc -DPKGDATADIR=\"/usr/share/mutt\" -DSYSCONFDIR=\"/etc\"
> -DBINDIR=\"/usr/bin\" -DMUTTLOCALEDIR=\"/usr/share/locale\"
> -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I./intl -I/usr/include
> -Wall -pedantic -O -march=pentium3 -pipe -O3 -g -MT addrbook.o -MD -MP
> -MF .deps/addrbook.Tpo -c -o addrbook.o addrbook.c
> In file included from /usr/include/idna.h:31,
> from mutt_idna.h:26,
> from addrbook.c:28:
> /usr/include/idn-int.h:48:27: error: no include path in which to search
> for stdint.h
>
> /usr/include/idn-int.h uses a #include_next<stdint.h> which fails
> because the include path past /usr/include is empty as is evident from
> the gcc call.
>
> I do not understand why idn-int.h uses #include_next instead of
> #include. Is this a bug, or is there something wrong in the way mutt
> uses libidn, or something in the layour of my include files?
>
> When I change the #include_next<stdint.h> to an #include<stdint.h> I can
> compile mutt without problems.
>
> Please see: http://bugs.sourcemage.org/show_bug.cgi?id=13857
Hello again everyone,
The problem seems to persist after version 1.0 of libidn. Were the
proposed changes not committed or not effective? I still receive the
same error when trying to compile mutt with libidn support.
Kind regards,
Remko van der Vossen.
pgpGC9jeBOULq.pgp
Description: PGP signature
- Re: problem with #include_next<stdint.h> in /usr/include/idn-int.h,
Remko van der Vossen <=