On 10/31/2011 6:48 AM, 武尾 実 wrote: > Dear All, > > When I tried to install gtk-doc, I received the following error message. > The OS version is Mac OS X 10.5.8 and Xcode version is 3.1.4. > I can't seem to find a solution on Fink's FAQ. Any suggestions for > what I need to do? > Thanks, > > ************************* > Minoru Takeo > [email protected] > Tel: +81-3-5841-5707 > ************************* > > ------------------------------------------------------------- > fink-package-precedence --prohibit-bdep=libxml2 . > Scanning /\.Plo,\.Po$/ dependency files... > ./.deps/c14n.Plo > ./.deps/catalog.Plo > ./.deps/chvalid.Plo ... > ./example/.deps/gjobread.Po > ./python/.deps/libxml.Plo > ./python/.deps/libxml2-py.Plo > ./python/.deps/types.Plo > Looking for incorrect headers in 86 dependency files... > ./.deps/HTMLparser.Plo uses /usr/local/include/zconf.h > ./.deps/HTMLparser.Plo uses /usr/local/include/zlib.h > Please fix build process to get consistent use of fink's headers. > ### execution of fink-package-precedence failed, exit code 255 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-libxml2-2.7.8-102
Your actual failure is with libxml2, you have not yet reached gtk-doc in the compile sequence. The error above indicates that you have software that installed header files into /usr/local and these are affecting the Fink build. Follow the directions here: http://www.finkproject.org/faq/comp-general.php#usr-local-libs Hanspeter ------------------------------------------------------------------------------ Get your Android app more play: Bring it to the BlackBerry PlayBook in minutes. BlackBerry App World™ now supports Android™ Apps for the BlackBerry® PlayBook™. Discover just how easy and simple it is! http://p.sf.net/sfu/android-dev2dev _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
