Stefan,
      The obvious error here is that includes appear as...

 -I/sw/include -I/usr/X11R6/include  -I/sw/include/freetype2

instead of

 -I/sw/include  -I/sw/include/freetype2  -I/usr/X11R6/include

More disconcerting is that later failure when flag-sort is used that indicates
there are other places in the build that are likely including system headers
instead of fink's but probably still linking against the associated
fink libraries
(which is a source of instability in the produces binaries).
                     Jack

On Sun, Jan 25, 2015 at 1:10 PM, Stefan Bruda <ste...@bruda.ca> wrote:
> Hello,
>
> At 13:04 -0500 on 2015-1-25 Jack Howarth wrote:
>  >
>  > Currently we are getting the build failure…
>  >
>  > gcc -DHAVE_CONFIG_H -I. -I../../../texk/pxdvik
>  > -I../../../texk/pxdvik/gui -DPS_GS -I/sw/include  -I/sw/include
>  > -I/usr/X11R6/include  -I/sw/include/freetype2   -I/sw/include
>  > -Wimplicit -Wreturn-type -Wdeclaration-after-statement
>  > -Wno-unknown-pragmas -g -O2 -MT ft2.o -MD -MP -MF .deps/ft2.Tpo -c -o
>  > ft2.o ../../../texk/pxdvik/ft2.c
>  > In file included from ../../../texk/pxdvik/ft2.c:7:
>  > /usr/X11R6/include/ft2build.h:56:10: fatal error:
>  > 'freetype/config/ftheader.h' file not found
>  > #include <freetype/config/ftheader.h>
>  >          ^
>
> I solved this by renaming /usr/X11R6/include/ft2build.h out of the way
> <http://article.gmane.org/gmane.os.apple.fink.general/39313>.  That
> was on 10.7, everything was normal on my 10.10 box (where said header
> does not exist).  I am not sure whether this is a terrible hack or a
> reasonable fix, but it definitely worked for me. ;-)
>
> Cheers,
> Stefan
>
> --
> If it was so, it might be; and if it were so, it would be; but as it
> isn't, it ain't.  That's logic.  --Lewis Carroll, Through the Looking-Glass
>
> No HTML emails and proprietary attachments please <http://bruda.ca/ascii>

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to