Gentoo Archives: gentoo-alt

From: Elias Pipping <pipping@××××××××××××××.de>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] bad news: doxygen
Date: Thu, 12 Jul 2007 16:45:43
Message-Id: 88D1F11A-F9EE-4686-A5BB-CCF18BDDCA39@math.fu-berlin.de
1 Hi,
2
3 something is borked here.
4
5 ( I guess I could just described what needs to be done,
6 but it's obvious this way, too, and *easy to paste* )
7
8 steps ( outside the prefix ):
9
10 cd /tmp
11 curl -O ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.5.2.src.tar.gz
12 tar xzf doxygen-1.5.2.src.tar.gz
13 cd doxygen-1.5.2
14 ./configure --install install --platform macosx-c++
15 make
16
17 everything should have worked so far - at least it does for me.
18 there's no test
19 suite apparently, but ./bin/doxygen --version gives the expected
20 results and
21 compilation looked fine, too. now, for the prefix:
22
23 steps ( inside the prefix ):
24
25 cd /tmp
26 rm -r doxygen-1.5.2
27 tar xzf doxygen-1.5.2.src.tar.gz
28 cd doxygen-1.5.2
29 ./configure --install install --platform macosx-c++
30 make
31
32 on my machine (x86-macos) I get an error:
33
34 portable.cpp: In function 'size_t portable_iconv(void*, const
35 char**, size_t*, char**, size_t*)':
36 portable.cpp:381: error: invalid conversion from 'char**' to
37 'const char**'
38 portable.cpp:381: error: initializing argument 2 of 'size_t
39 libiconv(void*, const char**, size_t*, char**, size_t*)'
40 gmake[2]: *** [../objects/portable.o] Error 1
41 gmake[2]: Leaving directory `/private/tmp/doxygen-1.5.2/src'
42 gmake[1]: *** [all] Error 2
43 gmake[1]: Leaving directory `/private/tmp/doxygen-1.5.2/src'
44 make: *** [all] Error 2
45
46
47 I don't know exactly what is broken but something is.
48
49
50 Kind regards,
51
52 Elias
53
54
55 remarks:
56
57 (1) --install install is only needed outside the prefix actually,
58 because
59 /usr/bin/install is not GNU install and therefore rejected
60 (2) --platform macosx-c++ needs to be passed because otherwise
61 doxygen will
62 build a universal binary by default
63 --
64 gentoo-alt@g.o mailing list

Replies

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