Changes between Initial Version and Version 1 of Ticket #61090


Ignore:
Timestamp:
Aug 30, 2020, 9:27:16 PM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

According to the log the problem is:

src/xwin.c:4393:17: error: implicitly declaring library function 'tolower' with type 'int (int)' [-Werror,-Wimplicit-function-declaration]
:info:build             if (tolower((unsigned char)needle[j]) !=
:info:build                 ^

implicitly declared function errors are new in Xcode 12 beta. (I presume you have installed the command line tools for Xcode 12 beta.) I can work on fixing this. If you want to avoid these errors in other ports, install the Xcode 11.5 command line tools.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61090

    • Property Keywords molden removed
    • Property Status changed from new to accepted
    • Property Owner set to ryandesign
    • Property Summary changed from molden-6.4-20200625124000_0+gcc9.darwin_19.x86_64.tbz2 build fail after upgrading to Catalina to molden-6.4-20200625124000: error: implicitly declaring library function 'tolower' with type 'int (int)'
  • Ticket #61090 – Description

    initial v1  
    44Molden is the only one that failed. Log file attached (main.log).
    55
     6{{{
    67--->  Building molden
    78Error: Failed to build molden: command execution failed
    89Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_molden/molden/main.log for details.
     10}}}