Create a MacOS X App Bundle Using MacPorts: Difference between revisions

Jump to navigation Jump to search
Line 2: Line 2:


{{Warning|Since the initial success with producing a bundle, two things have changed on the Macports end.
{{Warning|Since the initial success with producing a bundle, two things have changed on the Macports end.
* gcc47 must be used, as some dependencies do not support a gcc45 variant. To look for ports using a gcc45 variant, type <code>port installed | grep -i gcc45</code> at the terminal's command line.
* gcc47 must be used, as some dependencies do not support a gcc45 variant. To look for ports using a gcc45 variant, type <pre>port installed | grep -i gcc45</pre> at the terminal's command line.
* The <code>sudo port mdmg octave-devel @3.6.4+atlas+docs+fltk+gcc47</code> command fails when trying to bundle X11.
* The <code>sudo port mdmg octave-devel @3.6.4+atlas+docs+fltk+gcc47</code> command fails when trying to bundle X11.
Attempts have been made to eliminate the X11 dependency (no dependencies have active X11 variants), but this effort has not been effective.  Apparently, one or more dependencies require X11.}}
Attempts have been made to eliminate the X11 dependency (no dependencies have active X11 variants), but this effort has not been effective.  Apparently, one or more dependencies require X11.}}
364

edits

Navigation menu