Open pdoak opened 6 years ago
The patch does not apply anymore, i.e. during the development of octave the code has changed so much that the changes to match anymore. I do not recall if it is supposed to work but can you try to just remove the --devel
switch and just compile the stable octave?
brew install dpo/openblas/octave --with-qt --with-java
By the way: the "official octave" of homebrew core has now the gui as well. You may try that one. It has some shortcomings though.
@schoeps I uninstalled dpo/openblas/octave and just installed brew install octave
. It runs in terminal but if I try octave --force-gui
I get the following error:
octave: GUI features missing or disabled in this build
Is there a way to get the GUI version on Mac OS 10.13.6
The gui is not default, so you need brew install octave --with--qt
(be warned, the gui should work mostly fine, the are a few issues with retina screens and it crashes on exit)
@schoeps I reinstalled with brew reinstall octave --with--qt
. I can run octave in terminal (no gui) but if I run octave --force-gui
I still get:
octave: GUI features missing or disabled in this build
Do you have any other suggestions?
did you do brew update
before? The most recent formula (https://github.com/Homebrew/homebrew-core/blob/master/Formula/octave.rb) should have qt support. If you run brew install octave --with-qt --verbose
you see some more details. I cannot do much more right know. However, I will update my blog next week.
P.S. there was a typo in my previous post (only one dash between with
and qt
, maybe this explains the issue).
@schoeps ran brew update
and then brew install octave --with-qt --verbose
but get the error octave 4.4.1 did not build
This would justify a bug report for homebrew core :(
I am without computer right now, so I cannot help much. If you need Octave urgently then you may try our binary from http://octave-app.org....
Hi, I am trying to install octave following the instructions in http://www.schoeps.org/home/2018/01/how-to-compile-gnu-octave-with-openblas-on-macos/ but I get the following errors: