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../qtools

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 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

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 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 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 already.

[Fink-users] Problem compiling Python 2.6

2013-02-15 Thread Robert Jansen
Error message on OS X 1.7 with Xcode 4.6: .. snip /sw/include/ncursesw/ncurses.h:209:34: note: expanded from macro 'NCURSES_CAST' #define NCURSES_CAST(type,value) (type)(value) ^ 1 warning generated. ld: warning: directory not found for

Re: [Fink-users] Problem compiling Python 2.6

2013-02-15 Thread Alexander Hansen
On 2/15/13 5:04 PM, Robert Jansen wrote: Error message on OS X 1.7 with Xcode 4.6: .. snip /sw/include/ncursesw/ncurses.h:209:34: note: expanded from macro 'NCURSES_CAST' #define NCURSES_CAST(type,value) (type)(value) ^ 1 warning