[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #60450] load fails to read MAT file
From: |
Philip Nienhuis |
Subject: |
[Octave-bug-tracker] [bug #60450] load fails to read MAT file |
Date: |
Sun, 25 Apr 2021 05:54:58 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 |
Follow-up Comment #5, bug #60450 (project octave):
With that change from comment #2, I get the following on Mageia 8 Linux:
:
CXX libinterp/corefcn/libcorefcn_la-ls-mat-ascii.lo
CXX libinterp/corefcn/libcorefcn_la-ls-mat4.lo
CXX libinterp/corefcn/libcorefcn_la-ls-mat5.lo
CXX libinterp/corefcn/libcorefcn_la-ls-oct-binary.lo
CXX libinterp/corefcn/libcorefcn_la-ls-oct-text.lo
../dev/libinterp/corefcn/ls-mat5.cc: In function ‘std::string
read_mat5_binary_element(std::istream&, const string&, bool, bool&,
octave_value&)’:
../dev/libinterp/corefcn/ls-mat5.cc:534:11: error: ‘uncompress2’ was not
declared in this scope; did you mean ‘uncompress’?
534 | if (uncompress2 (reinterpret_cast<Bytef *> (tmp), &destLen,
| ^~~~~~~~~~~
| uncompress
../dev/libinterp/corefcn/ls-mat5.cc:549:17: error: ‘uncompress2’ was not
declared in this scope; did you mean ‘uncompress’?
549 | int err = uncompress2 (reinterpret_cast<Bytef *>
| ^~~~~~~~~~~
| uncompress
make[2]: *** [Makefile:19518: libinterp/corefcn/libcorefcn_la-ls-mat5.lo]
Error 1
make[2]: *** Waiting for unfinished jobs....
FWIW, on my system I have lib64zlib-devel 1.2.11 9.mga8
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?60450>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #60450] load fails to read MAT file, John W. Eaton, 2021/04/23
- [Octave-bug-tracker] [bug #60450] load fails to read MAT file, John W. Eaton, 2021/04/23
- [Octave-bug-tracker] [bug #60450] load fails to read MAT file, John W. Eaton, 2021/04/24
- [Octave-bug-tracker] [bug #60450] load fails to read MAT file, Dmitri A. Sergatskov, 2021/04/24
- [Octave-bug-tracker] [bug #60450] load fails to read MAT file, John W. Eaton, 2021/04/24
- [Octave-bug-tracker] [bug #60450] load fails to read MAT file,
Philip Nienhuis <=
- [Octave-bug-tracker] [bug #60450] load fails to read MAT file, Philip Nienhuis, 2021/04/25
- [Octave-bug-tracker] [bug #60450] load fails to read MAT file, Rik, 2021/04/25
- [Octave-bug-tracker] [bug #60450] load fails to read MAT file, Philip Nienhuis, 2021/04/25
- [Octave-bug-tracker] [bug #60450] load fails to read MAT file, Dmitri A. Sergatskov, 2021/04/25
- [Octave-bug-tracker] [bug #60450] load fails to read MAT file, Dmitri A. Sergatskov, 2021/04/25
- [Octave-bug-tracker] [bug #60450] load fails to read MAT file, Philip Nienhuis, 2021/04/26
- [Octave-bug-tracker] [bug #60450] load fails to read MAT file, Philip Nienhuis, 2021/04/26
- [Octave-bug-tracker] [bug #60450] load fails to read MAT file, John W. Eaton, 2021/04/26
- [Octave-bug-tracker] [bug #60450] load fails to read MAT file, Philip Nienhuis, 2021/04/26
- [Octave-bug-tracker] [bug #60450] load fails to read MAT file, Rik, 2021/04/28