|
From: | Ben Abbott |
Subject: | Re: Having problem building on macOS Mojave |
Date: | Tue, 25 Dec 2018 22:49:53 +0800 |
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 |
homebrew_configure_octave_v8.sh
Description: Binary data
[Prev in Thread] | Current Thread | [Next in Thread] |