Changes between Initial Version and Version 1 of Ticket #72727


Ignore:
Timestamp:
Jul 26, 2025, 4:28:11 AM (7 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

A crash log might have been created in ~/Library/Logs/DiagnosticReports; if so, that hopefully explains why the program couldn't be launched. If the reason is not apparent, you could attach the crash log here and we'll have a look.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #72727

    • Property Port unicon added
  • Ticket #72727 – Description

    initial v1  
    11Please consider creating a port for the Unicon language.
    22
    3 https://unicon.sourceforge.io/downloads.html
     3https://unicon.sourceforge.io/downloads.html \\
    44https://github.com/uniconproject/unicon
    55
    66It seems to build ok with:
    77
     8{{{
    89CC=clang CXX=clang++ ./configure --prefix=/opt/unicon
    910make
    1011sudo make install
     12}}}
    1113
    1214But all binaries installed under /opt/unicon/bin are killed immediately by zsh (why?)<<<<<<<<<<<<
     
    1416Example:
    1517
     18{{{
    1619/opt/unicon/bin/iconc -v
    1720zsh: killed     /opt/unicon/bin/iconc -v
     
    2124unicon: file /opt/unicon/bin/icont
    2225/opt/unicon/bin/icont: Mach-O 64-bit arm64 executable, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL|PIE>
    23 
     26}}}