[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: macOS fltk error
From: |
Andrew Janke |
Subject: |
Re: macOS fltk error |
Date: |
Mon, 23 Dec 2019 22:06:00 -0500 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 |
Call for help here!
On 12/19/19 9:55 AM, Kai Torben Ohlhus wrote:
> On 12/18/19 2:46 PM, coru wrote:
>> I have the trouble of swithing from "qt" to "fltk".
Octave maintainers:
What exactly does --with-fltk-prefix want, in the ./configure options?
That is, is it the prefix below which ./lib/fltk* and ./include/fltk*
can be found, or something else? Are there other preconditions to
successfully detecting fltk in the `./configure` process?
On macOS, in a Homebrewed install, I tried giving it the Cellar path to
the Homebrewed installation of fltk, but that didn't seem to work. The
built Octave I got didn't have "fltk" in the
available_graphics_toolkits() return value.
Specifically, I mean this guy from ./configure --help:
--with-fltk-prefix=PFX prefix where FLTK is installed (optional)
Cheers,
Andrew