gd2 snippet:

gcc -DHAVE_CONFIG_H -I. -I. -I. -fno-common -I/sw/include -g -O2 -MT  
gdft.lo -MD -MP -MF .deps/gdft.Tpo -c gdft.c  -fno-common -DPIC - 
o .libs/gdft.lo
gdft.c:113:31: freetype/freetype.h: No such file or directory

gd2 uses the freetype2 stuff from X11, so it's quite possible that  
that didn't get installed due to an installer glitch.  Check if you  
have /usr/X11R6/include/freetype2/freetype/freetype.h .  If you don't,  
you may need to reinstall the X11SDK.

gv snippet:

gcc -DHAVE_CONFIG_H -I. -I. -I.  -DNON_BLOCKING_IO -DGV_CODE -DGV_CODE  
-DGV_LIBDIR=\"/sw/lib/gv\" -I/usr/X11R6/include -I/sw/include  -g -O2 - 
c Aaa.c
In file included from Aaa.c:49:
Aaa_intern.h:49:28: X11/Xlib.h: No such file or directory

This also looks like a problem with the X11SDK.  Check whether you  
have /usr/X11R6/include/X11/Xlib.h

On Mar 12, 2008, at 11:18 PM, Duncan Galloway wrote:

> Hi Alex,
>  thanks for the response, sorry about the comingling of bug reports,  
> I thought perhaps these were generic OS X 10.3.9 problems. Attached  
> are the logs for fink update-all and fink install tetex; let me know  
> if I can give you any more info.
>  Looking at the fink update-all error, it seems to be a problem with  
> the X11 libraries; I have the X11 supplied by Apple on the install  
> disks for the original OS (10.3) which may not work? On the fink  
> side, here's what I have installed:
>
> i      system-xfree86  2:4.3-2 [placeholder for user installed x11]
> i      system-xfree86-dev      2:4.3-2 [placeholder for user  
> installed x11 development tools]
> i      system-xfree86-manual-install   2:4.3-2 Manually installed  
> X11 components
> i      system-xfree86-shlibs   2:4.3-2 [placeholder for user  
> installed x11 shared libraries]
>
> perhaps I have botched something here... the gd2 error seems to be  
> something to do with missing freetype?
> Cheers & thanks again
> Duncan
>
> <fink_update-all.log>
> <fink_install_tetex.log>
>
> On 13/03/2008, at 1:51 PM, Alexander Hansen wrote:
>
>>
>> On Mar 12, 2008, at 10:12 PM, Duncan Galloway wrote:
>>
>>> Hi all,
>>>  i had a computer failure this week which meant I had to go back  
>>> to an
>>> old one, which is running OS X 10.3.9. I know an obvious solution  
>>> would
>>> be to upgrade to 10.4 or newer, but I would like to avoid this if I
>>> can; are there any general issues that I should be aware of trying  
>>> to
>>> use fink on 10.3.9?
>>>  I had a version of fink on there already, but wanted to add some
>>> packages. I had some issues initially with fink update-all, and  
>>> got an
>>> error "could not resolve inconsistent dependencies", but got around
>>> this by running
>>>                fink scanpackages
>>>                sudo apt-get update
>>>                sudo apt-get install gettext=0.10.40-25
>>> following the instructions which appeared with the error message.  
>>> Then
>>> when I run fink update-all, it fails on gv (which I just  
>>> installed); I
>>> get errors like
>>>     .
>>>     .
>>>     .
>>> Aaa.c:1139: error: dereferencing pointer to incomplete type
>>> Aaa.c: In function `AaaWidgetGetNaturalSize':
>>> Aaa.c:1171: error: parse error before "Dimension"
>>> Aaa.c: In function `AaaWidgetAllowResize':
>>> Aaa.c:1199: error: parse error before "Boolean"
>>> Aaa.c:1203: error: dereferencing pointer to incomplete type
>>> Aaa.c:1204: error: dereferencing pointer to incomplete type
>>> make[2]: *** [Aaa.o] Error 1
>>> make[1]: *** [all] Error 2
>>> make: *** [all-recursive] Error 1
>>> ### execution of make failed, exit code 2
>>> Removing runtime build-lock...
>>> Removing build-lock package...
>>> /sw/bin/dpkg-lockwait -r fink-buildlock-gv-3.6.2-3
>>> (Reading database ... 8947 files and directories currently  
>>> installed.)
>>> Removing fink-buildlock-gv-3.6.2-3 ...
>>> Failed: phase compiling: gv-3.6.2-3 failed
>>>
>>> I'm also having problems installing tetex, here the failure seems  
>>> to be
>>> the gd2 package:
>>>     .
>>>     .
>>>     .
>>> gdft.c:1481: error: `pattern' undeclared (first use in this  
>>> function)
>>> gdft.c:1494: error: parse error before "FcChar8"
>>> gdft.c:1501: error: `FC_FILE' undeclared (first use in this  
>>> function)
>>> gdft.c:1501: error: `FcResultMatch' undeclared (first use in this
>>> function)
>>> make[2]: *** [gdft.lo] Error 1
>>> make[1]: *** [all-recursive] Error 1
>>> make: *** [all] Error 2
>>> ### execution of make failed, exit code 2
>>> Removing runtime build-lock...
>>> Removing build-lock package...
>>> /sw/bin/dpkg-lockwait -r fink-buildlock-gd2-2.0.33-3
>>> (Reading database ... 8947 files and directories currently  
>>> installed.)
>>> Removing fink-buildlock-gd2-2.0.33-3 ...
>>> Failed: phase compiling: gd2-2.0.33-3 failed
>>>
>>> Any tips/suggestions you clever blokes can offer would be greatly
>>> appreciated...
>>> Cheers
>>> Duncan
>>>
>>
>>
>> We prefer separate bug reports for different package build errors,  
>> but be that as it may...
>>
>> Can you quote the output starting with the last statement the  
>> compiler tried to run in each case?


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to