octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #59474] Makefile Issue(s)


From: anonymous
Subject: [Octave-bug-tracker] [bug #59474] Makefile Issue(s)
Date: Tue, 17 Nov 2020 10:36:26 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:78.0) Gecko/20100101 Firefox/78.0

URL:
  <https://savannah.gnu.org/bugs/?59474>

                 Summary: Makefile Issue(s)
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 17 Nov 2020 03:36:24 PM UTC
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Installation Failure
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: davidl@softintel.com
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I am building octave from source on Ubuntu 20.04 LTS

Here's my configure command:
{{{
./../configure --prefix=$HOME/my_octave CPPFLAGS="-I/usr/include/suitesparse"
--with-blas="-lopenblas" -with-lapack=-llapack 

}}}

The Makefile had these variables assigned with '-qt5', however
they cause compilation errors.  The programs 'moc' and 'roc' did not have
'-qt5' parameter.
Makefile Issues:
ROC_FLAGS = -qt5
MOC_FLAGS = -qt5
UICFLAGS = -qt5




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59474>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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