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

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

[Octave-bug-tracker] [bug #54256] [octave forge] (ltfat) package fails t


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #54256] [octave forge] (ltfat) package fails to cross compile with mxe-octave
Date: Fri, 6 Jul 2018 10:16:12 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

URL:
  <http://savannah.gnu.org/bugs/?54256>

                 Summary: [octave forge] (ltfat) package fails to cross
compile with mxe-octave
                 Project: GNU Octave
            Submitted by: jwe
            Submitted on: Fri 06 Jul 2018 02:16:10 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: jwe
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Other

    _______________________________________________________

Details:

Cross compiling the mxe-octave of-ltfat package for Windows fails with the
following error message:


checking for mkoctfile... no
configure: error: Please install mkoctfile.
-verbose
ltfat-2.3.1.tar.gz
mkoctfile= /scratch/build/mxe-octave-w32/usr/bin/i686-w64-mingw32-mkoctfile
--verbose
arch= i686-w64-mingw32
apiversion= api-v52+
prefix= /scratch/build/mxe-octave-w32/usr/i686-w64-mingw32
files= ['ltfat-2.3.1.tar.gz']
verbose= True
running ./configure --host='i686-w64-mingw32' --build='x86_64-pc-linux-gnu'
cleaning up


The test in configure.ac is:


dnl Check for MKOCTFILE
AC_CHECK_PROG(MKOCTFILE_CHECK,mkoctfile,"yes")
if test "$MKOCTFILE_CHECK" != "yes" ; then
    AC_MSG_ERROR([Please install mkoctfile.])
fi


Why is the variable here MKOCTFILE_CHECK instead of MKOCTFILE?  If it were
MKOCTFILE instead, then this test would find the value of MKOCTFILE that is
set in the environment by the mxe-octave build system when the package is
configured.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54256>

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




reply via email to

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