|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #49138] FLTK found at configure but all fltk toolkit tests fail |
| Date: | Tue, 20 Sep 2016 16:09:42 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 |
Follow-up Comment #1, bug #49138 (project octave):
What does this return?
available_graphics_toolkits
Is fltk one of the listed options? Can you do a simple plot?
graphics_toolkit fltk
plot (1:10)
Since your FLTK libraries are in a non-standard location, what if you add that
location to LD_LIBRARY_PATH so they can be found at runtime?
In csh syntax
setenv LD_LIBRARY_PATH /usr/local/Cellar/fltk/1.3.3/lib
./run-octave
graphics_toolkit fltk
plot (1:10)
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?49138>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |