1
edit
(Delete question give hint where to find help.) Tag: Replaced |
(→error running the configure script for dicom: new section) |
||
Line 1: | Line 1: | ||
Please ask questions at Octave's mailing-list, see [[FAQ#Where_do_I_get_additional_help.3F]]. | Please ask questions at Octave's mailing-list, see [[FAQ#Where_do_I_get_additional_help.3F]]. | ||
== error running the configure script for dicom == | |||
Hi, | |||
I am trying to install dicom package of octave, using gnu octave 8.3.0 on ubuntu 23.2. | |||
I at the end I have this kind of problem. | |||
CMake Error: Run 'cmake --help' for all supported options. | |||
CMake Error: Run 'cmake --help' for all supported options. | |||
configure: error: Unable to find GDCM headers | |||
checking build system type... x86_64-unknown-linux-gnu | |||
checking host system type... x86_64-unknown-linux-gnu | |||
checking target system type... x86_64-unknown-linux-gnu | |||
checking for a sed that does not truncate output... /usr/bin/sed | |||
checking for grep that handles long lines and -e... /usr/bin/grep | |||
checking for uniq... uniq | |||
checking for sort... sort | |||
checking for mkoctfile... /usr/bin/mkoctfile | |||
checking for octave-config... /usr/bin/octave-config | |||
checking whether the C++ compiler works... yes | |||
checking for C++ compiler default output file name... a.out | |||
checking for suffix of executables... | |||
checking whether we are cross compiling... no | |||
checking for suffix of object files... o | |||
checking whether the compiler supports GNU C++... yes | |||
checking whether g++ accepts -g... yes | |||
checking for g++ option to enable C++11 features... none needed | |||
checking how to run the C++ preprocessor... g++ -E | |||
checking for stdio.h... yes | |||
checking for stdlib.h... yes | |||
checking for string.h... yes | |||
checking for inttypes.h... yes | |||
checking for stdint.h... yes | |||
checking for strings.h... yes | |||
checking for sys/stat.h... yes | |||
checking for sys/types.h... yes | |||
checking for unistd.h... yes | |||
checking for string.h... (cached) yes | |||
checking interpreter get_load_path... yes | |||
checking is_map or isstruct... isstruct | |||
checking is_cell or iscell... iscell | |||
checking is_numeric_type or isnumeric... isnumeric | |||
checking valid_identifier or octave::valid_identifier... octave::valid_identifier | |||
checking file_stat or octave::sys::file_stat... octave::sys::file_stat | |||
checking for cmake... /usr/bin/cmake | |||
checking for GDCM... no | |||
configure: Trying fallback GDCM detection | |||
checking for gdcm headers path... not found | |||
error: pkg: error running the configure script for dicom | |||
error: called from | |||
configure_make at line 101 column 9 | |||
install at line 204 column 7 | |||
pkg at line 619 column 9 | |||
What might be a solution? |
edit