Changes between Initial Version and Version 1 of Ticket #59642, comment 3
- Timestamp:
- Nov 8, 2019, 9:28:10 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59642, comment 3
initial v1 1 1 Build works fine for me using the same Catalina build configuration. See my logfile, attached, for comparison with yours. 2 2 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.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. 4 4 5 5 Note, 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 … … 36 36 }}} 37 37 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 c heckoutyour freetype installation using38 reflects 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 39 39 40 40 {{{