install from Octave:

octave-gui:1> pkg install dicom-0.1.1.tar.gz

dicominfo.cpp:79:1: error: ‘Octave_map’ does not name a type
 Octave_map dump(const char filename[], int chatty);
 ^
dicominfo.cpp:80:18: error: variable or field ‘dumpDataSet’ declared void
 void dumpDataSet(Octave_map *om, const gdcm::DataSet *ds, int chatty, int 
sequenceDepth);
                  ^
dicominfo.cpp:80:18: error: ‘Octave_map’ was not declared in this scope
dicominfo.cpp:80:30: error: ‘om’ was not declared in this scope
 void dumpDataSet(Octave_map *om, const gdcm::DataSet *ds, int chatty, int 
sequenceDepth);
                              ^
dicominfo.cpp:80:34: error: expected primary-expression before ‘const’
 void dumpDataSet(Octave_map *om, const gdcm::DataSet *ds, int chatty, int 
sequenceDepth);
                                  ^
dicominfo.cpp:80:59: error: expected primary-expression before ‘int’
 void dumpDataSet(Octave_map *om, const gdcm::DataSet *ds, int chatty, int 
sequenceDepth);
                                                           ^
dicominfo.cpp:80:71: error: expected primary-expression before ‘int’
 void dumpDataSet(Octave_map *om, const gdcm::DataSet *ds, int chatty, int 
sequenceDepth);
                                                                       ^
dicominfo.cpp:82:18: error: variable or field ‘dumpElement’ declared void
 void dumpElement(Octave_map *om, const gdcm::DataElement * elem, int chatty, 
int sequenceDepth);
                  ^
dicominfo.cpp:82:18: error: ‘Octave_map’ was not declared in this scope
dicominfo.cpp:82:30: error: ‘om’ was not declared in this scope
 void dumpElement(Octave_map *om, const gdcm::DataElement * elem, int chatty, 
int sequenceDepth);
                              ^
dicominfo.cpp:82:34: error: expected primary-expression before ‘const’
 void dumpElement(Octave_map *om, const gdcm::DataElement * elem, int chatty, 
int sequenceDepth);
                                  ^
dicominfo.cpp:82:66: error: expected primary-expression before ‘int’
 void dumpElement(Octave_map *om, const gdcm::DataElement * elem, int chatty, 
int sequenceDepth);
                                                                  ^
dicominfo.cpp:82:78: error: expected primary-expression before ‘int’
 void dumpElement(Octave_map *om, const gdcm::DataElement * elem, int chatty, 
int sequenceDepth);
                                                                              ^
dicominfo.cpp: In function ‘octave_value_list Fdicominfo(const 
octave_value_list&, int)’:
dicominfo.cpp:166:2: error: ‘Octave_map’ was not declared in this scope
  Octave_map om=dump(filename.c_str(),chatty);
  ^
dicominfo.cpp:167:12: error: ‘om’ was not declared in this scope
  retval(0)=om;
            ^
dicominfo.cpp: At global scope:
dicominfo.cpp:175:1: error: ‘Octave_map’ does not name a type
 Octave_map dump(const char filename[], int chatty) {
 ^
dicominfo.cpp:205:18: error: variable or field ‘dumpDataSet’ declared void
 void dumpDataSet(Octave_map *om, const gdcm::DataSet *ds, int chatty, int 
sequenceDepth) {
                  ^
dicominfo.cpp:205:18: error: ‘Octave_map’ was not declared in this scope
dicominfo.cpp:205:30: error: ‘om’ was not declared in this scope
 void dumpDataSet(Octave_map *om, const gdcm::DataSet *ds, int chatty, int 
sequenceDepth) {
                              ^
dicominfo.cpp:205:34: error: expected primary-expression before ‘const’
 void dumpDataSet(Octave_map *om, const gdcm::DataSet *ds, int chatty, int 
sequenceDepth) {
                                  ^
dicominfo.cpp:205:59: error: expected primary-expression before ‘int’
 void dumpDataSet(Octave_map *om, const gdcm::DataSet *ds, int chatty, int 
sequenceDepth) {
                                                           ^
dicominfo.cpp:205:71: error: expected primary-expression before ‘int’
 void dumpDataSet(Octave_map *om, const gdcm::DataSet *ds, int chatty, int 
sequenceDepth) {
                                                                       ^
make: *** [dicominfo.o] Errore 1
make: ingresso nella directory "/tmp/oct-Wn6zYC/dicom/src"
mkoctfile -c  -g dicominfo.cpp
Makefile:51: set di istruzioni per l'obiettivo "dicominfo.o" non riuscito
make: uscita dalla directory "/tmp/oct-Wn6zYC/dicom/src"

pkg: error running `make' for the dicom package.
error: called from 'configure_make' in file 
/usr/share/octave/3.8.2/m/pkg/private/configure_make.m near line 82, column 9
error: called from:
error:   /usr/share/octave/3.8.2/m/pkg/private/install.m at line 206, column 5
error:   /usr/share/octave/3.8.2/m/pkg/pkg.m at line 394, column 9

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1482837

Title:
  package octave 3.8.2-4 failed to install/upgrade: il sottoprocesso
  installato script di post-installation ha restituito lo stato di
  errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/octave/+bug/1482837/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to