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

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

[Octave-bug-tracker] [bug #63643] [octave-forge](image) warnings about "


From: Hartmut
Subject: [Octave-bug-tracker] [bug #63643] [octave-forge](image) warnings about "abs" when compiling with clang
Date: Mon, 23 Jan 2023 13:53:51 -0500 (EST)

Follow-up Comment #6, bug #63643 (project octave):

I have downloaded the tar.gz file from comment #5. Here is what I see when
installing it under linux:


>> pkg install image-2.15.0+.tar.gz
__spatial_filtering__.cc: In function ‘octave_value do_filtering(const MT&,
const boolNDArray&, ETout (*)(MT&, octave_idx_type, int), const MT&, int)’:
__spatial_filtering__.cc:266:8: error: ‘found’ was not declared in this
scope; did you mean ‘round’?
  266 |   for (found = 0; found < se_nnz; )
      |        ^~~~~
      |        round
make: *** [Makefile:33: __spatial_filtering__.oct] Fehler 1
make: *** Auf noch nicht beendete Prozesse wird gewartet …
make: Verzeichnis „/tmp/oct-UoODTc/image-2.15.0+/src“ wird betreten
/opt/octave-7.3.0/bin/mkoctfile-7.3.0  -Wall -g -O2 __spatial_filtering__.cc
/opt/octave-7.3.0/bin/mkoctfile-7.3.0  -Wall -g -O2 __bilateral__.cc
/opt/octave-7.3.0/bin/mkoctfile-7.3.0  -Wall -g -O2 __eps__.cc
/opt/octave-7.3.0/bin/mkoctfile-7.3.0  -Wall -g -O2
__custom_gaussian_smoothing__.cc
/opt/octave-7.3.0/bin/mkoctfile-7.3.0  -Wall -g -O2 __boundary__.cc
/opt/octave-7.3.0/bin/mkoctfile-7.3.0  -Wall -g -O2 bwfill.cc
/opt/octave-7.3.0/bin/mkoctfile-7.3.0  -Wall -g -O2 rotate_scale.cc
/opt/octave-7.3.0/bin/mkoctfile-7.3.0  -Wall -g -O2 hough_line.cc
make: Verzeichnis „/tmp/oct-UoODTc/image-2.15.0+/src“ wird verlassen

error: pkg: error running 'make' for the image package
error: called from
    configure_make at line 117 column 9
    install at line 202 column 7
    pkg at line 612 column 9


Maybe we should re-add the "octave_idx_type" again between "for (" and "found
= 0 ...".


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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