Changes between Initial Version and Version 1 of Ticket #50341, comment 3


Ignore:
Timestamp:
Jan 18, 2016, 8:53:41 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50341, comment 3

    initial v1  
    22
    33Background: MacBook Pro updated directly from Snow Leopard to El Capitan,
    4 then followed MacPorts migration instructions @ https://trac.macports.org/wiki/Migration
     4then followed MacPorts migration instructions @ wiki:Migration
    55
     6{{{
    67$ uname -a
    7 
    88Darwin macbook.mynet.net 15.2.0 Darwin Kernel Version 15.2.0: Fri Nov 13 19:56:56 PST 2015; root:xnu-3248.20.55~2/RELEASE_X86_64 x86_64
    9 
    109$ port version
    11 
    1210Version: 2.3.4
     11}}}
    1312
    1413Sure enough, /Library/Frameworks/Gtk.framework/Headers/gtk/gtk/ did not exist,
     
    1615.. so:
    1716
     17{{{
    1818$ cd /Library/Frameworks/Gtk.framework/Headers/gtk/
    19 
    2019$ ln -s . gtk
     20}}}