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

Jump to navigation Jump to search
Line 3: Line 3:
{{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 <pre>port installed | grep -i gcc45</pre> 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 bundling the <code>xorg-libX11</code> port.
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