octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Having problem building on macOS Mojave


From: Anadi Kashyap
Subject: Re: Having problem building on macOS Mojave
Date: Tue, 25 Dec 2018 13:49:52 +0530

On Dec 24, 2018, at 9:22 AM, Ben Abbott <address@hidden> wrote:

A couple of mail-list pointers.

1) We try to restrict posts to text only (no html).
2) Please reply at the bottom (bottom posting) so that the many mail-list archives can be read from top to bottom.,

 
Thanks for pointing it out, I didn't know about it until now, I hope I'm doing it correctly now. Any suggestions?
 
Back to the build problems, I’m using the taps below. Please check yours.

brew tap
dpo/openblas
homebrew/cask
homebrew/core
 
The reason I hadn't installed sundials27 was because I didn't have the dpo/openblas tap. I've installed it now and it's giving me this error:

configure: WARNING: SUNDIALS NVECTOR serial library not found.  Solvers ode15i and ode15s will be disabled.
configure: WARNING: SUNDIALS IDA library not found.  Solvers ode15i and ode15s will be disabled.

I'll try finding a solution if there already is for this issue, right now I'm focusing on other issues. Will update you if I can't find any solution.

homebrew’s current qt is 5.12. Which does not include qcollectiongenerator in /usr/local/Cellar/qt/5.12.0/bin

The older qt 5.11.2 does include qcollectiongeneratore in /usr/local/Cellar/qt/5.11.2/bin

Switching back to 5.11.2 worked for me.

  brew switch qt5 5.11.2

I couldn't do it because I did not have qt 5.11.2 on my machine and my internet is too slow to download it right now as I'm in a hotel right now.

On Tue, Dec 25, 2018 at 7:37 AM Ben Abbott <address@hidden> wrote:
On Dec 24, 2018, at 11:08 AM, Ben Abbott <address@hidden> wrote:

homebrew’s current qt is 5.12. Which does not include qcollectiongenerator in /usr/local/Cellar/qt/5.12.0/bin

The older qt 5.11.2 does include qcollectiongeneratore in /usr/local/Cellar/qt/5.11.2/bin

Switching back to 5.11.2 worked for me.

  brew switch qt5 5.11.2

My configure now ends with the result below.

  Build Octave Qt GUI:                  yes (version: 5)
  JIT compiler for loops:               no
  Build Java interface:                 yes
  Build static libraries:               no
  Build shared libraries:               yes
  Dynamic Linking API:                  dlopen
  Include support for GNU readline:     yes
  64-bit array dims and indexing:       yes
  64-bit BLAS array dims and indexing:  no
  OpenMP SMP multithreading:            no
  Truncate intermediate FP results:     yes
  Build cross tools:                    no
  Build docs:                           yes

Ben


I’ve modified the configure script. It now works with the Qt version supplied by homebrew (5.12.0).

Ben


This worked! Although now I'm getting this:

configure: WARNING: QAbstractItemModel::beginResetModel not found; disabling Qt GUI

I found a thread you started where you encountered this issue as well but I didn't find any solution there.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]