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 20:30:14 +0530



On Tue, Dec 25, 2018 at 8:20 PM Ben Abbott <address@hidden> wrote:
<homebrew_configure_octave_v5.sh>

The v5 version does not set the include path for Qt for the test programs. Hence, it will not work. Actually this may be a bug. I expect the QT_CPPFLAGS and QT_LDFLAGS should be used when compiling Qt related routines. In any event, please use v8 (attached again).

The changes you made shouldn’t be a problem. Feel free to make the same changes to v8, or just add the lines below to v5.

LDFLAGS="$LDFLAGS $QT_LDFLAGS"
CPPFLAGS="$CPPFLAGS $QT_CPPFLAGS"

Ben


Actually, I had added the changes you did in v8 to your v5, sorry, the name is misleading. Even then I added the two lines to my v5 and same error. Please check the script, it's quite different from your own v5. Sorry for the confusion. 

reply via email to

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