[libGD] #98 [Task opened] Unable to make basic install due to libiconv conflict.
[email protected] (libGD) Mon, 16 Jul 2007 05:32:02 +0000
| Newsgroups | php.gd.bugs |
|---|---|
| Message-ID | <[email protected]> |
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Seth Price (mailseth) Attached to Project - libGD Summary - Unable to make basic install due to libiconv conflict. Task Type - Bug Report Category - Configure/Build Status - Unconfirmed Assigned To - Operating System - BSD-like Severity - Medium Priority - Normal Reported Version - 2.0.35 Due in Version - Undecided Due Date - Undecided Details - I'm not sure if this is an easy fix for someone who knows the header files, so I'll only post the basic information first. If you want more info, ask and I'll post what I can. I'm trying to make a basic install of GD which only includes PNG support on Mac 10.4.10. It configures and builds for a while, but the build fails on this: ... if /bin/sh ./libtool --tag=CC --mode=compile gcc -arch x86_64 -DHAVE_CONFIG_H -I. -I. -I. -O3 -march=nocona -O3 -march=nocona -MT gdhelpers.lo -MD -MP -MF ".deps/gdhelpers.Tpo" -c -o gdhelpers.lo gdhelpers..c; \ then mv -f ".deps/gdhelpers.Tpo" ".deps/gdhelpers.Plo"; else rm -f ".deps/gdhelpers.Tpo"; exit 1; fi gcc -arch x86_64 -DHAVE_CONFIG_H -I. -I. -I. -O3 -march=nocona -O3 -march=nocona -MT gdhelpers.lo -MD -MP -MF .deps/gdhelpers.Tpo -c gdhelpers.c -fno-common -DPIC -o .libs/gdhelpers..o gcc -arch x86_64 -DHAVE_CONFIG_H -I. -I. -I. -O3 -march=nocona -O3 -march=nocona -MT gdhelpers.lo -MD -MP -MF .deps/gdhelpers.Tpo -c gdhelpers.c -o gdhelpers.o >/dev/null 2>&1 if /bin/sh ./libtool --tag=CC --mode=compile gcc -arch x86_64 -DHAVE_CONFIG_H -I. -I. -I. -O3 -march=nocona -O3 -march=nocona -MT gdkanji.lo -MD -MP -MF ".deps/gdkanji.Tpo" -c -o gdkanji.lo gdkanji.c; \ then mv -f ".deps/gdkanji.Tpo" ".deps/gdkanji.Plo"; else rm -f ".deps/gdkanji.Tpo"; exit 1; fi gcc -arch x86_64 -DHAVE_CONFIG_H -I. -I. -I. -O3 -march=nocona -O3 -march=nocona -MT gdkanji.lo -MD -MP -MF .deps/gdkanji.Tpo -c gdkanji.c -fno-common -DPIC -o .libs/gdkanji.o gdkanji.c:30: error: conflicting types for 'libiconv' /usr/include/iconv.h:82: error: previous declaration of 'libiconv' was here gdkanji.c:42: error: conflicting types for 'libiconv' /usr/include/iconv.h:82: error: previous declaration of 'libiconv' was here make[2]: *** [gdkanji.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 If iconv is installed on this computer, it is only part of the default install by Apple. I didn't install it. The problem goes away if I install the latest version of libiconv. I don't know if this is the fault of GD, but I thought that you would like to know that the build fails under a default install of Mac 10.4.10. More information can be found at the following URL: http://bugs.libgd.org/?do=details&task_id=98 You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.