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

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

[Octave-bug-tracker] [bug #57270] [MXE Octave] Warnings during Octave co


From: Guillaume
Subject: [Octave-bug-tracker] [bug #57270] [MXE Octave] Warnings during Octave compilation
Date: Tue, 19 Nov 2019 11:37:28 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

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

                 Summary: [MXE Octave] Warnings during Octave compilation
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Tue 19 Nov 2019 04:37:26 PM UTC
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I can see some warning when compiling Octave (dev) for Windows from Linux
(openSUSE 15.0):


/mxe-octave/tmp-default-octave/octave-6.0.0/libgnu/glob.c:73: warning:
"__stat64" redefined
   73 | # define __stat64(fname, buf)   stat (fname, buf)
      | 
In file included from
/mxe-octave/usr/x86_64-w64-mingw32/include/sys/stat.h:58,
                 from ./sys/stat.h:47,
                 from ./glob.h:551,
                 from
/mxe-octave/tmp-default-octave/octave-6.0.0/libgnu/glob.c:28:
/mxe-octave/usr/x86_64-w64-mingw32/include/_mingw_stat64.h:97: note: this is
the location of the previous definition
   97 | #define __stat64 _stat64



/mxe-octave/tmp-default-octave/octave-6.0.0/libgnu/tzset.c: In function
'rpl_tzset':
/mxe-octave/tmp-default-octave/octave-6.0.0/libgnu/tzset.c:66:20: warning:
implicit declaration of function 'getenv' [-Wimplicit-function-declaration]
   66 |   const char *tz = getenv ("TZ");
      |                    ^~~~~~
/mxe-octave/tmp-default-octave/octave-6.0.0/libgnu/tzset.c:66:20: warning:
initialization of 'const char *' from 'int' makes pointer from integer without
a cast [-Wint-conversion]
/mxe-octave/tmp-default-octave/octave-6.0.0/libgnu/tzset.c:67:21: warning:
implicit declaration of function 'strchr' [-Wimplicit-function-declaration]
   67 |   if (tz != NULL && strchr (tz, '/') != NULL)
      |                     ^~~~~~
/mxe-octave/tmp-default-octave/octave-6.0.0/libgnu/tzset.c:67:21: warning:
incompatible implicit declaration of built-in function 'strchr'
/mxe-octave/tmp-default-octave/octave-6.0.0/libgnu/tzset.c:26:1: note: include
'<string.h>' or provide a declaration of 'strchr'
   25 | #include "localtime-buffer.h"
  +++ |+#include <string.h>
   26 | 
/mxe-octave/tmp-default-octave/octave-6.0.0/libgnu/tzset.c:68:5: warning:
implicit declaration of function '_putenv' [-Wimplicit-function-declaration]
   68 |     _putenv ("TZ=");
      |     ^~~~~~~



libtool: compile:  x86_64-w64-mingw32-g++ -DHAVE_CONFIG_H -I.
-I/mxe-octave/tmp-default-octave/octave-6.0.0 -Iliboctave
-I/mxe-octave/tmp-default-octave/octave-6.0.0/liboctave
-I/mxe-octave/tmp-default-octave/octave-6.0.0/liboctave/array
-Iliboctave/numeric
-I/mxe-octave/tmp-default-octave/octave-6.0.0/liboctave/numeric
-Iliboctave/operators
-I/mxe-octave/tmp-default-octave/octave-6.0.0/liboctave/operators
-I/mxe-octave/tmp-default-octave/octave-6.0.0/liboctave/system
-I/mxe-octave/tmp-default-octave/octave-6.0.0/liboctave/util
-I/mxe-octave/tmp-default-octave/octave-6.0.0/libinterp/octave-value
-Ilibinterp -I/mxe-octave/tmp-default-octave/octave-6.0.0/libinterp
-I/mxe-octave/tmp-default-octave/octave-6.0.0/libinterp/operators
-Ilibinterp/parse-tree
-I/mxe-octave/tmp-default-octave/octave-6.0.0/libinterp/parse-tree
-Ilibinterp/corefcn
-I/mxe-octave/tmp-default-octave/octave-6.0.0/libinterp/corefcn
-I/mxe-octave/tmp-default-octave/octave-6.0.0/liboctave/wrappers
-I/mxe-octave/usr/x86_64-w64-mingw32/include/GraphicsMagick
-I/mxe-octave/usr/x86_64-w64-mingw32/include/libxml2
-I/mxe-octave/usr/x86_64-w64-mingw32/include
-I/mxe-octave/usr/x86_64-w64-mingw32/include
-I/mxe-octave/usr/x86_64-w64-mingw32/include
-I/mxe-octave/usr/x86_64-w64-mingw32/include
-I/mxe-octave/usr/x86_64-w64-mingw32/include/freetype2
-I/mxe-octave/usr/x86_64-w64-mingw32/include/libpng16
-I/mxe-octave/usr/x86_64-w64-mingw32/include
-I/mxe-octave/usr/x86_64-w64-mingw32/include/freetype2
-I/mxe-octave/usr/x86_64-w64-mingw32/include/libpng16
-I/mxe-octave/usr/x86_64-w64-mingw32/include
-I/mxe-octave/usr/x86_64-w64-mingw32/include -fopenmp -Wall -W -Wshadow
-Woverloaded-virtual -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings
-Wcast-align -Wcast-qual -g -O2 -MT
libinterp/corefcn/libinterp_corefcn_libcorefcn_la-__pchip_deriv__.lo -MD -MP
-MF
libinterp/corefcn/.deps/libinterp_corefcn_libcorefcn_la-__pchip_deriv__.Tpo -c
/mxe-octave/tmp-default-octave/octave-6.0.0/libinterp/corefcn/__pchip_deriv__.cc
 -DDLL_EXPORT -DPIC -o
libinterp/corefcn/.libs/libinterp_corefcn_libcorefcn_la-__pchip_deriv__.o
In file included from
/mxe-octave/tmp-default-octave/octave-6.0.0/liboctave/util/f77-fcn.h:28,
                 from
/mxe-octave/tmp-default-octave/octave-6.0.0/liboctave/numeric/lo-slatec-proto.h:28,
                 from
/mxe-octave/tmp-default-octave/octave-6.0.0/libinterp/corefcn/__pchip_deriv__.cc:28:
/mxe-octave/tmp-default-octave/octave-6.0.0/liboctave/util/lo-error.h:58:3:
warning: '__MINGW_PRINTF_FORMAT' is an unrecognized format function type
[-Wformat=]
   58 |   current_liboctave_error_handler;
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mxe-octave/tmp-default-octave/octave-6.0.0/liboctave/util/lo-error.h:62:3:
warning: '__MINGW_PRINTF_FORMAT' is an unrecognized format function type
[-Wformat=]
   62 |   current_liboctave_error_with_id_handler;
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mxe-octave/tmp-default-octave/octave-6.0.0/liboctave/util/lo-error.h:65:45:
warning: '__MINGW_PRINTF_FORMAT' is an unrecognized format function type
[-Wformat=]
   65 | OCTAVE_API extern liboctave_warning_handler
current_liboctave_warning_handler;
      |                                            
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mxe-octave/tmp-default-octave/octave-6.0.0/liboctave/util/lo-error.h:69:3:
warning: '__MINGW_PRINTF_FORMAT' is an unrecognized format function type
[-Wformat=]
   69 |   current_liboctave_warning_with_id_handler;
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



/mxe-octave/tmp-default-octave/octave-6.0.0/libinterp/corefcn/ls-hdf5.cc: In
lambda function:
/mxe-octave/tmp-default-octave/octave-6.0.0/libinterp/corefcn/ls-hdf5.cc:175:61:
warning: comparison is always false due to limited range of data type
[-Wtype-limits]
  175 |                             [](char c) { return (c < 0 || c >= 128);
});
      |                                                           ~~^~~~~~



/mxe-octave/tmp-default-octave/octave-6.0.0/libinterp/corefcn/sysdep.cc:194:114:
warning: cast between incompatible function types from 'FARPROC' {aka 'long
long int (*)()'} to 'SETCURRENTAPPID' {aka 'long int (*)(const wchar_t*)'}
[-Wcast-function-type]
  194 |           = reinterpret_cast<SETCURRENTAPPID> (GetProcAddress (hShell,
"SetCurrentProcessExplicitAppUserModelID"));
      |                                                                       
                                          ^
/mxe-octave/tmp-default-octave/octave-6.0.0/libinterp/corefcn/sysdep.cc: In
function 'bool octave::drive_or_unc_share(const string&)':
/mxe-octave/tmp-default-octave/octave-6.0.0/libinterp/corefcn/sysdep.cc:356:24:
warning: comparison of integer expressions of different signedness: 'size_t'
{aka 'long long unsigned int'} and 'int' [-Wsign-compare]
  356 |         if (next_slash != -1 && len > next_slash+1)
      |             ~~~~~~~~~~~^~~~~
/mxe-octave/tmp-default-octave/octave-6.0.0/libinterp/corefcn/sysdep.cc:360:28:
warning: comparison of integer expressions of different signedness: 'size_t'
{aka 'long long unsigned int'} and 'int' [-Wsign-compare]
  360 |             if (last_slash == -1 || (len > next_slash+2 && last_slash
== len-1))
      |                 ~~~~~~~~~~~^~~~~



/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/main-window.cc: In
member function 'void octave::main_window::display_release_notes()':
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/main-window.cc:667:64:
warning: 'const QRect QDesktopWidget::availableGeometry(int) const' is
deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
  667 |         QRect screen_geo = m_desktop->availableGeometry (screen);
      |                                                                ^
In file included from
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtWidgets/QDesktopWidget:1,
                 from
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/main-window.cc:36:
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtWidgets/qdesktopwidget.h:88:67:
note: declared here
   88 |     QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect
availableGeometry(int screen = -1) const;
      |                                                                  
^~~~~~~~~~~~~~~~~
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/main-window.cc: In
member function 'void octave::main_window::display_community_news(const
QString&)':
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/main-window.cc:745:64:
warning: 'const QRect QDesktopWidget::availableGeometry(int) const' is
deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
  745 |         QRect screen_geo = m_desktop->availableGeometry (screen);
      |                                                                ^
In file included from
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtWidgets/QDesktopWidget:1,
                 from
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/main-window.cc:36:
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtWidgets/qdesktopwidget.h:88:67:
note: declared here
   88 |     QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect
availableGeometry(int screen = -1) const;
      |                                                                  
^~~~~~~~~~~~~~~~~
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/main-window.cc: In
member function 'void
octave::main_window::set_window_layout(octave::gui_settings*)':
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/main-window.cc:1530:64:
warning: 'const QRect QDesktopWidget::availableGeometry(int) const' is
deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
 1530 |         QRect screen_geo = m_desktop->availableGeometry (screen);
      |                                                                ^
In file included from
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtWidgets/QDesktopWidget:1,
                 from
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/main-window.cc:36:
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtWidgets/qdesktopwidget.h:88:67:
note: declared here
   88 |     QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect
availableGeometry(int screen = -1) const;
      |                                                                  
^~~~~~~~~~~~~~~~~
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/resource-manager.cc: In
member function 'void octave::resource_manager::get_codecs(QStringList*)':
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/resource-manager.cc:397:19:
warning: 'void qSort(Container&) [with Container = QStringList]' is
deprecated: Use std::sort [-Wdeprecated-declarations]
  397 |     qSort (*codecs);
      |                   ^
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/find-files-model.cc:193:49:
warning: 'void qSort(RandomAccessIterator, RandomAccessIterator, LessThan)
[with RandomAccessIterator = QList<QFileInfo>::iterator; LessThan =
octave::find_file_less_than]' is deprecated: Use std::sort
[-Wdeprecated-declarations]
  193 |                find_file_less_than (m_sortorder));
      |                                                 ^
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/find-files-model.cc:193:49:
warning: 'void qSort(RandomAccessIterator, RandomAccessIterator, LessThan)
[with RandomAccessIterator = QList<QFileInfo>::iterator; LessThan =
octave::find_file_less_than]' is deprecated: Use std::sort
[-Wdeprecated-declarations]
  193 |                find_file_less_than (m_sortorder));
      |                                                 ^
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/variable-editor.cc:77:57:
warning: 'QSignalMapper::QSignalMapper(QObject*)' is deprecated
[-Wdeprecated-declarations]
   77 |     QSignalMapper *plot_mapper = new QSignalMapper (menu);
      |                                                         ^
In file included from
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtCore/QSignalMapper:1,
                 from
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/variable-editor.cc:41:
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtCore/qsignalmapper.h:56:28:
note: declared here
   56 |     QT_DEPRECATED explicit QSignalMapper(QObject *parent = nullptr);
      |                            ^~~~~~~~~~~~~
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/variable-editor.cc: In
member function 'virtual void
octave::variable_editor_view::setModel(QAbstractItemModel*)':
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/variable-editor.cc:527:61:
warning: 'int QFontMetrics::width(QChar) const' is deprecated: Use
QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
  527 |         int w = m_var_model->column_width () * fm.width ('0');
      |                                                             ^
In file included from
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtWidgets/qwidget.h:50,
                 from
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtWidgets/qdialog.h:44,
                 from
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtWidgets/qfiledialog.h:47,
                 from
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtWidgets/QFileDialog:1,
                 from
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/variable-editor.cc:33:
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtGui/qfontmetrics.h:112:9:
note: declared here
  112 |     int width(QChar) const;
      |         ^~~~~
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/variable-editor.cc: In
member function 'void octave::variable_editor_view::copyClipboard()':
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/variable-editor.cc:839:19:
warning: 'void qSort(Container&) [with Container = QList<QModelIndex>]' is
deprecated: Use std::sort [-Wdeprecated-declarations]
  839 |     qSort (indices);
      |                   ^
In file included from
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtCore/qlist.h:43,
                 from
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtCore/qobject.h:49,
                 from
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtCore/qcoreapplication.h:46,
                 from
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtWidgets/qapplication.h:44,
                 from
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtWidgets/QApplication:1,
                 from
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/variable-editor.cc:31:
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtCore/qalgorithms.h:188:46:
note: declared here
  188 | QT_DEPRECATED_X("Use std::sort") inline void qSort(Container &c)
      |                                              ^~~~~
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/variable-editor.cc:839:19:
warning: 'void qSort(Container&) [with Container = QList<QModelIndex>]' is
deprecated: Use std::sort [-Wdeprecated-declarations]
  839 |     qSort (indices);
      |                   ^
In file included from
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtCore/qlist.h:43,
                 from
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtCore/qobject.h:49,
                 from
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtCore/qcoreapplication.h:46,
                 from
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtWidgets/qapplication.h:44,
                 from
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtWidgets/QApplication:1,
                 from
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/variable-editor.cc:31:
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtCore/qalgorithms.h:188:46:
note: declared here
  188 | QT_DEPRECATED_X("Use std::sort") inline void qSort(Container &c)
      |                                              ^~~~~
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/workspace-view.cc: In
member function 'void
octave::workspace_view::header_contextmenu_requested(const QPoint&)':
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/workspace-view.cc:285:35:
warning: 'QSignalMapper::QSignalMapper(QObject*)' is deprecated
[-Wdeprecated-declarations]
  285 |     QSignalMapper sig_mapper (this);
      |                                   ^
In file included from
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtCore/QSignalMapper:1,
                 from
/mxe-octave/tmp-default-octave/octave-6.0.0/libgui/src/workspace-view.cc:39:
/mxe-octave/usr/x86_64-w64-mingw32/qt5/include/QtCore/qsignalmapper.h:56:28:
note: declared here
   56 |     QT_DEPRECATED explicit QSignalMapper(QObject *parent = nullptr);
      |                            ^~~~~~~~~~~~~


I also get a number of errors I cannot yet make sense of:


/usr/bin/install -c libinterp/dldfcn/.libs/symbfact.dll
libinterp/dldfcn/symbfact.oct
libtool: link: x86_64-w64-mingw32-g++ -fopenmp -Wall -W -Wshadow
-Woverloaded-virtual -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings
-Wcast-align -Wcast-qual -g -O2 -Wl,-rpath-link
-Wl,/mxe-octave/usr/x86_64-w64-mingw32/lib -Wl,--export-all-symbols -o
src/.libs/octave-cli.exe src/src_octave_cli-main-cli.o
src/src_octave_cli-octave-build-info.o 
-L/mxe-octave/usr/x86_64-w64-mingw32/lib
-L/mxe-octave/usr/x86_64-w64-mingw32/qt5/lib
libinterp/.libs/liboctinterp.dll.a -L/mxe-octave/usr/mingw/lib
/mxe-octave/tmp-default-octave/octave-6.0.0/.build/liboctave/.libs/liboctave.dll.a
/mxe-octave/usr/x86_64-w64-mingw32/lib/libhdf5.dll.a
/mxe-octave/usr/x86_64-w64-mingw32/lib/libGraphicsMagick++.dll.a
/mxe-octave/usr/x86_64-w64-mingw32/lib/libGraphicsMagick.dll.a
/mxe-octave/usr/x86_64-w64-mingw32/lib/liblcms2.dll.a -lpthread
/mxe-octave/usr/x86_64-w64-mingw32/lib/liblzma.dll.a -lbz2
/mxe-octave/usr/x86_64-w64-mingw32/lib/libltdl.dll.a -lopengl32 -lglu32
/mxe-octave/usr/x86_64-w64-mingw32/lib/libfontconfig.dll.a
/mxe-octave/usr/x86_64-w64-mingw32/lib/libexpat.dll.a -lfreetype -lgl2ps
liboctave/.libs/liboctave.dll.a
/mxe-octave/usr/x86_64-w64-mingw32/lib/libcurl.dll.a
/mxe-octave/usr/x86_64-w64-mingw32/lib/libssh2.dll.a
/mxe-octave/usr/x86_64-w64-mingw32/lib/libgcrypt.dll.a
/mxe-octave/usr/x86_64-w64-mingw32/lib/libgpg-error.dll.a
/mxe-octave/usr/x86_64-w64-mingw32/lib/libgnutls.dll.a
/mxe-octave/usr/x86_64-w64-mingw32/lib/libidn2.dll.a
/mxe-octave/usr/x86_64-w64-mingw32/lib/libunistring.dll.a -lnettle -lhogweed
/mxe-octave/usr/x86_64-w64-mingw32/lib/libgmp.dll.a
/mxe-octave/usr/x86_64-w64-mingw32/lib/libintl.dll.a
/mxe-octave/usr/x86_64-w64-mingw32/lib/libpcreposix.dll.a -lcrypt32 -lwldap32
-lz -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse
-lsuitesparseconfig /mxe-octave/usr/x86_64-w64-mingw32/lib/libarpack.dll.a
/mxe-octave/usr/x86_64-w64-mingw32/lib/libqrupdate.dll.a -lxerbla
/mxe-octave/usr/x86_64-w64-mingw32/lib/libfftw3.dll.a
/mxe-octave/usr/x86_64-w64-mingw32/lib/libfftw3f.dll.a -llapack -lblas
/mxe-octave/tmp-default-octave/octave-6.0.0/.build/liboctave/external/blas-xtra/.libs/libxerbla.dll.a
-lreadline -ltermcap /mxe-octave/usr/x86_64-w64-mingw32/lib/libpcre.dll.a
/mxe-octave/usr/lib/gcc/x86_64-w64-mingw32/9.2.0/libgfortran.dll.a
/mxe-octave/usr/lib/gcc/x86_64-w64-mingw32/9.2.0/libquadmath.dll.a
/mxe-octave/usr/lib/gcc/x86_64-w64-mingw32/9.2.0/libstdc++.dll.a
/mxe-octave/usr/x86_64-w64-mingw32/lib/gcc/x86_64-w64-mingw32/9.2.0/libgomp.dll.a
libgnu/.libs/libgnu.a -ladvapi32 -lws2_32
/mxe-octave/usr/x86_64-w64-mingw32/lib/libiconv.dll.a -lpsapi -lgdi32 -pthread
-fopenmp -L/mxe-octave/usr/x86_64-w64-mingw32/lib/octave/6.0.0
-L/mxe-octave/usr/x86_64-w64-mingw32/lib
-L/mxe-octave/usr/lib/gcc/x86_64-w64-mingw32/9.2.0
-L/mxe-octave/usr/x86_64-w64-mingw32/lib/gcc/x86_64-w64-mingw32/9.2.0
libtool:   error: Could not determine the host path corresponding to
libtool:   error:  
'/mxe-octave/tmp-default-octave/octave-6.0.0/.build/libinterp/.libs:/mxe-octave/tmp-default-octave/octave-6.0.0/.build/liboctave/.libs:/mxe-octave/usr/x86_64-w64-mingw32/lib:/mxe-octave/tmp-default-octave/octave-6.0.0/.build/liboctave/external/blas-xtra/.libs:/mxe-octave/usr/lib/gcc/x86_64-w64-mingw32/9.2.0:/mxe-octave/usr/x86_64-w64-mingw32/lib/gcc/x86_64-w64-mingw32/9.2.0'
libtool:   error: Continuing, but uninstalled executables may not work.
libtool:   error: Could not determine the host path corresponding to
libtool:   error:  
'/mxe-octave/usr/x86_64-w64-mingw32/lib:/mxe-octave/usr/x86_64-w64-mingw32/bin:/mxe-octave/usr/x86_64-w64-mingw32/qt5/lib:/mxe-octave/usr/x86_64-w64-mingw32/qt5/bin:/mxe-octave/tmp-default-octave/octave-6.0.0/.build/libinterp/.libs:/mxe-octave/tmp-default-octave/octave-6.0.0/.build/liboctave/.libs:/mxe-octave/tmp-default-octave/octave-6.0.0/.build/liboctave/external/blas-xtra/.libs:/mxe-octave/usr/lib/gcc/x86_64-w64-mingw32/9.2.0:/mxe-octave/usr/x86_64-w64-mingw32/lib/gcc/x86_64-w64-mingw32/9.2.0:/mxe-octave/usr/x86_64-w64-mingw32/lib/octave/6.0.0'
libtool:   error: Continuing, but uninstalled executables may not work.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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