Changes between Initial Version and Version 1 of Ticket #62428


Ignore:
Timestamp:
Mar 11, 2021, 7:37:01 AM (3 years ago)
Author:
dsteck
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62428 – Description

    initial v1  
    1 Configure failed in two ways.  Tested on macports with everything uninstalled, Big Sur 11.2.3 (20D91), CLI tools 12.4.0.0.1.1610135815, as x86_64 (everything current as of now).
     1Configure failed in two ways.  Tested on macports with everything uninstalled, Big Sur 11.2.3 (20D91), CLI tools 12.4.0.0.1.1610135815, as x86_64 (everything current as of now, 10 March 2021).
    22
    331. configure complains that it can't find gtkdocize
     
    99(see gobject-introspection-fail2.log)
    1010
    11 solution: add two lines to portfile (not sure if this is the right fix, but it's how I was able to make it work):
    12 configure.cpp       'gcc -E'
     11solution: add two lines to portfile (not sure if this is the right fix, but it's how I was able to make it work):\\
     12configure.cpp       'gcc -E'\\
    1313configure.post_args CPP=${configure.cpp}