Changes between Initial Version and Version 1 of Ticket #49466


Ignore:
Timestamp:
Oct 27, 2015, 3:25:00 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You're correct that libform is part of ncurses. The problem is simply that ncurses was recently updated to version 6. So /opt/local/bin/gdl needs to be rebuilt with the new ncurses.

You should merely need to run:

sudo port selfupdate
sudo port upgrade outdated

The curious thing, though, is that this change was made in r139469 which predates the release of OS X 10.11 El Capitan so I'm confused as to how you are running into this problem. If selfupdating and upgrading outdated ports doesn't fix it, then certainly running rev-upgrade will:

sudo port rev-upgrade

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49466

    • Property Cc ryandesign@… added
    • Property Summary changed from GDL on MAC El Capitan: Library not loaded: /opt/local/lib/libform.5.dylib to gnudatalanguage: Library not loaded: /opt/local/lib/libform.5.dylib
    • Property Port gnudatalanguage added
  • Ticket #49466 – Description

    initial v1  
    44I get the following:
    55
     6{{{
    67~: gdl
    78dyld: Library not loaded: /opt/local/lib/libform.5.dylib
     
    910  Reason: image not found
    1011Trace/BPT trap: 5
     12}}}
    1113
    1214Then I tried downloading GDL sourcr code, and when i do the cmake .. it says I don't have a wxWidgets library.