Changes between Initial Version and Version 1 of Ticket #59642, comment 3


Ignore:
Timestamp:
Nov 8, 2019, 9:28:10 PM (5 years ago)
Author:
dbevans (David B. Evans)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59642, comment 3

    initial v1  
    11Build works fine for me using the same Catalina build configuration. See my logfile, attached, for comparison with yours.
    22
    3 It does, indeed look like you're missing the appropriate Command Line Tools.  I had a similar problem when upgrading to Xcode 11.2 which was fixed by reinstalling Command Line Tools for Xcode 11.2 after the Xcode update. See https://trac.macports.org/wiki/ProblemHotlist#reinstall-clt.
     3It does, indeed, look like you're missing the appropriate Command Line Tools.  I had a similar problem when upgrading to Xcode 11.2 which was fixed by reinstalling Command Line Tools for Xcode 11.2 after the Xcode update. See https://trac.macports.org/wiki/ProblemHotlist#reinstall-clt.
    44
    55Note, however, that the first sign of trouble is in configure where your build fails to find freetype's ${prefix}/bin/freetype-config and falls back to a generic default configuration which will certainly not work. Compare your results
     
    3636}}}
    3737
    38 reflects the fact that configure aborted before creating Makefile from Makefile.PL.  After fixing the CLT problem, if problems persist, you might want to checkout your freetype installation using
     38reflects the fact that configure aborted before creating Makefile from Makefile.PL.  After fixing the CLT problem, if problems persist, you might want to confirm your freetype installation using
    3939
    4040{{{