Changes between Initial Version and Version 1 of Ticket #34987


Ignore:
Timestamp:
Jun 27, 2012, 9:17:47 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

It looks like octave is finding and using fltk, though the author of the octave port did not intend for that to happen. Try deactivating the fltk port, then cleaning and installing octave, then reactivating fltk. This will ensure that octave will not try to use fltk.

sudo port -f deactivate fltk
sudo port clean octave
sudo port install octave
sudo port activate fltk

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34987

    • Property Summary changed from problems linking with fulltick library to octave: opportunistically links with fltk
    • Property Port octave added
  • Ticket #34987 – Description

    initial v1  
    11When tryng to build octave I get this:
     2
     3{{{
    24:info:build ld: warning: ignoring file /opt/local/lib/libfltk_gl.dylib, file was built for unsupported file format which is not the architecture being linked (x86_64)
    35:info:build ld: warning: ignoring file /opt/local/lib/libfltk.dylib, file was built for unsupported file format which is not the architecture being linked (x86_64)
     
    57:info:build   "Fl_Widget::hide()", referenced from:
    68:info:build       plot_window::~plot_window() in fltk_backend.o
     9}}}