Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] doxygen-1.5.4 issues
Date: Thu, 06 Dec 2007 20:58:22
Message-Id: 20071206205808.GD5210@gentoo.org
In Reply to: Re: [gentoo-alt] doxygen-1.5.4 issues by Fabian Groffen
1 On 06-12-2007 21:48:42 +0100, Fabian Groffen wrote:
2 > On 06-12-2007 21:43:53 +0100, Fabian Groffen wrote:
3 > > The real issue seems to be that the iconv.h from /usr/include is taken
4 > > not the one from the prefix. On Darwin9 this file has changed indeed.
5 > > The Solaris patch we apply is wrong too, as it basically patches it to
6 > > work with /usr/include/iconv.h.
7 > >
8 > > I've yet to find out why c++ finds iconv.h from the host OS first...
9 >
10 > And to complete the confusion... c++ -E shows that it DOES include
11 > prefix' iconv.h and that the expanded function doesn't have any const in
12 > there, neither does the declared function it has pulled in...
13 >
14 > I'm completely puzzled now...
15
16 Some tool at Apple decided to change libiconv's invocation...
17 http://www.opensource.apple.com/darwinsource/10.5/libiconv-24/patches/unix03.patch
18 http://www.opensource.apple.com/darwinsource/10.5/libiconv-24/patches/manpage.patch
19
20 and then some tool from doxygen thought this was the "default"
21 behaviour, whereas "upstream" libiconv is just plain sec how it should
22 be...
23
24
25 --
26 Fabian Groffen
27 Gentoo on a different level
28 --
29 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] doxygen-1.5.4 issues Fabian Groffen <grobian@g.o>