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 19:59:22 +0530



On Tue, Dec 25, 2018 at 7:45 PM Ben Abbott <address@hidden> wrote:

The good news is that there is no big mystery. One the include path is added, the build should be successful.

It appears that the QT include path was not added to QT_CPPFLAGS, or  QT_CPPFLAGS was not included in CPPFLAGS.

Please send me the configure script you’re using. Perhaps it got mangled some how.

Ben

I did change a couple of values to make it work, and I was not exactly sure about the changes I made except that it avoided the errors.

export JAVA_HOME="$(/usr/libexec/java_home -v 11)"
Notice the -v 11, my system didn't have 9 and I couldn't find it so it kept giving me errors.

The other change I did was:

PREFIX="/usr/local/$(whoami)/octave"
../configure \

instead of:

 PREFIX="/usr/local/$(whoami)/octave"
 ../sources/configure \

Again, couldn't find the directory so I corrected(?) it. 

I'm attaching the script as you asked.

Attachment: homebrew_configure_octave_v5.sh
Description: Text Data


reply via email to

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