Re: [Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-16 Thread Alexander Hansen
On 2/13/13 1:19 AM, Fabio Daolio wrote: > That did it, problem solved, > many thanks!!! > > On Feb 13, 2013, at 5:47 , Stephen J. Butler wrote: > >> fink reinstall libiconv-dev libiconv-bin libiconv > > I've got a follow-up question. Did either of you happen to have ccache-default or ccache i

Re: [Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-15 Thread Jack Howarth
On Sat, Feb 16, 2013 at 12:49:44AM +0100, Martin Costabel wrote: > On 15/02/13 15:20, Jack Howarth wrote: > [] >> This bug is quite bizarre. It is still quite unclear why removing >> -Wl,-search_paths_first had any impact as the linker >> in Xcode 4 is supposed to be defaulting to this option alre

Re: [Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-15 Thread Martin Costabel
On 15/02/13 15:20, Jack Howarth wrote: [] > This bug is quite bizarre. It is still quite unclear why removing > -Wl,-search_paths_first had any impact as the linker > in Xcode 4 is supposed to be defaulting to this option already. Also, this > problem was entirely reproducible earlier. > Now if I

Re: [Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-15 Thread Martin Costabel
On 14/02/13 23:23, Martin Costabel wrote: [] > Pure voodoo. It is inoffensive (a no-op), so if it contributes to > someone's peace of mind, leave it there. OK, I take this back, after the new thread on -beginners: Voodoo *can* be harmful. It is not quite a no-op. -- Martin -

Re: [Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-15 Thread Jack Howarth
On Fri, Feb 15, 2013 at 10:58:57AM +0100, Peter Dyballa wrote: > > Am 15.02.2013 um 09:09 schrieb Martin Costabel: > > > It is an indication that at that time, the header file /sw/include/iconv.h > > was not included correctly. > > GCC offers -idirafter. The argument following, a directory with

Re: [Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-15 Thread Jack Howarth
On Fri, Feb 15, 2013 at 09:09:51AM +0100, Martin Costabel wrote: > On 15/02/13 01:06, Jack Howarth wrote: > [] >> On x86_64 10.6 fink, I ran into the following build failure... >> >> /usr/bin/make -f Makefile.doxygenPERL=/usr/bin/perl all >> c++ -c -pipe -D__FreeBSD__=6 -DYY_TYPEDEF_YY_SIZE

Re: [Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-15 Thread Peter Dyballa
Am 15.02.2013 um 09:09 schrieb Martin Costabel: > It is an indication that at that time, the header file /sw/include/iconv.h > was not included correctly. GCC offers -idirafter. The argument following, a directory with C header files, is then searched last. Using -idirafter /usr/inclu

Re: [Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-15 Thread Martin Costabel
On 15/02/13 01:18, Alexander Hansen wrote: [] > Of course, the actual solution that worked for Fabio Diaolio following > the lead of Stephen Butler was "fink reinstall libiconv-dev libiconv-bin > libiconv", and I don't have a convincing argument for why that should > have done anything to solve the

Re: [Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-15 Thread Martin Costabel
On 15/02/13 01:06, Jack Howarth wrote: [] > On x86_64 10.6 fink, I ran into the following build failure... > > /usr/bin/make -f Makefile.doxygenPERL=/usr/bin/perl all > c++ -c -pipe -D__FreeBSD__=6 -DYY_TYPEDEF_YY_SIZE_T -Dyy_size_t=int -Wall -W > -Wno-deprecated-declarations -O2 -I../qtoo

Re: [Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-14 Thread Jack Howarth
On Thu, Feb 14, 2013 at 11:23:24PM +0100, Martin Costabel wrote: > On 14/02/13 17:57, Alexander Hansen wrote: >> On 2/14/13 7:24 AM, Jack Howarth wrote: >>> Thomas, >>> I am seeing the same failure with undefined symbols on fink 10.6 under >>> Xcode 4.2. I believe you >>> need to add the follo

Re: [Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-14 Thread Alexander Hansen
On 2/14/13 3:23 PM, Martin Costabel wrote: > On 14/02/13 17:57, Alexander Hansen wrote: >> On 2/14/13 7:24 AM, Jack Howarth wrote: >>> Thomas, >>> I am seeing the same failure with undefined symbols on fink 10.6 >>> under Xcode 4.2. I believe you >>> need to add the following change which elimi

Re: [Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-14 Thread Jack Howarth
On Thu, Feb 14, 2013 at 11:23:24PM +0100, Martin Costabel wrote: > On 14/02/13 17:57, Alexander Hansen wrote: >> On 2/14/13 7:24 AM, Jack Howarth wrote: >>> Thomas, >>> I am seeing the same failure with undefined symbols on fink 10.6 under >>> Xcode 4.2. I believe you >>> need to add the follo

Re: [Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-14 Thread Martin Costabel
On 14/02/13 17:57, Alexander Hansen wrote: > On 2/14/13 7:24 AM, Jack Howarth wrote: >> Thomas, >> I am seeing the same failure with undefined symbols on fink 10.6 under >> Xcode 4.2. I believe you >> need to add the following change which eliminates the linkage failures here. I do not believ

Re: [Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-14 Thread Alexander Hansen
On 2/14/13 7:24 AM, Jack Howarth wrote: > Thomas, >I am seeing the same failure with undefined symbols on fink 10.6 under > Xcode 4.2. I believe you > need to add the following change which eliminates the linkage failures here. > > --- /sw/fink/10.6/stable/main/finkinfo/devel/doxygen.info

Re: [Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-14 Thread Jack Howarth
Thomas, I am seeing the same failure with undefined symbols on fink 10.6 under Xcode 4.2. I believe you need to add the following change which eliminates the linkage failures here. --- /sw/fink/10.6/stable/main/finkinfo/devel/doxygen.info 2013-02-11 09:22:06.0 -0500 +++ doxygen.

Re: [Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-13 Thread Fabio Daolio
That did it, problem solved, many thanks!!! On Feb 13, 2013, at 5:47 , Stephen J. Butler wrote: > fink reinstall libiconv-dev libiconv-bin libiconv -- Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firew

Re: [Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-12 Thread Stephen J. Butler
I just ran into this problem today too. It is on a 10.6.8 system that hasn't had a fink update in a while. After reading this thread, I tried: fink reinstall libiconv-dev libiconv-bin libiconv Seems to have fixed the problem. doxygen built fine. No idea what happened. On Tue, Feb 12, 2013 at 11

Re: [Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-12 Thread Fabio Daolio
If I run "nm -o /sw/lib/libiconv.2.dylib | grep close" i get: /sw/lib/libiconv.2.dylib: U _fclose /sw/lib/libiconv.2.dylib: 00015280 t _iconv_close /sw/lib/libiconv.2.dylib: 00015270 T _libiconv_close Nothing else. Plus, now that you ask, I found another libiconv

Re: [Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-12 Thread Martin Costabel
On 12/02/13 16:48, Fabio Daolio wrote: [] > c++ -Wl,-search_paths_first -o ../bin/doxygen ../objects/main.o -L../lib > -L/sw/lib -ldoxygen -ldoxycfg -lqtools -lmd5 -lpthread -liconv -framework > CoreServices > Undefined symbols: >"_iconv_close", referenced from: >_portable_iconv_clos

Re: [Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-12 Thread Alexander Hansen
On 2/12/13 9:25 AM, Alexander Hansen wrote: > On 2/12/13 8:48 AM, Fabio Daolio wrote: >> Dear list, >> >> this is my first time writing so let me begin by thanking all the maintainers >> and contributors, I've been enjoying your work for a while, thanks! >> >> On to the problem, I'm trying to insta

Re: [Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-12 Thread Alexander Hansen
On 2/12/13 8:48 AM, Fabio Daolio wrote: > Dear list, > > this is my first time writing so let me begin by thanking all the maintainers > and contributors, I've been enjoying your work for a while, thanks! > > On to the problem, I'm trying to install doxygen-1.8.3.1-1 on osx sever > 10.6.8 > an

[Fink-users] Problem: compiling doxygen-1.8.3.1-1 failed

2013-02-12 Thread Fabio Daolio
Dear list, this is my first time writing so let me begin by thanking all the maintainers and contributors, I've been enjoying your work for a while, thanks! On to the problem, I'm trying to install doxygen-1.8.3.1-1 on osx sever 10.6.8 and the compilation fails with the following message: c++