octave-maintainers
[Top][All Lists]
Advanced

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

Re: dicom package - seems to require GDCM 2.0


From: Ericbarnhill
Subject: Re: dicom package - seems to require GDCM 2.0
Date: Tue, 12 Jul 2016 09:25:20 -0400

Almost up and running, I am down to four instances of the following error. It looks like I need to update the assign calls to reflect one of the candidates below. Any suggestions?

191 om.assign("Filename",filename);
---
dicominfo.cpp:191:31: error: no matching function for call to ‘octave_map::assign(const char [9], const char*&)’
  om.assign("Filename",filename);
                               ^
In file included from /usr/local/include/octave-4.1.0+/octave/../octave/ov-struct.h:37:0,
                 from dicominfo.cpp:42:
/usr/local/include/octave-4.1.0+/octave/../octave/oct-map.h:347:8: note: candidate: void octave_map::assign(const string&, const Cell&)
   void assign (const std::string& k, const Cell& val)
        ^
/usr/local/include/octave-4.1.0+/octave/../octave/oct-map.h:347:8: note:   no known conversion for argument 2 from ‘const char*’ to ‘const Cell&’
/usr/local/include/octave-4.1.0+/octave/../octave/oct-map.h:428:8: note: candidate: void octave_map::assign(const idx_vector&,const octave_map&)
   void assign (const idx_vector& i, const octave_map& rhs);
        ^
/usr/local/include/octave-4.1.0+/octave/../octave/oct-map.h:428:8: note:   no known conversion for argument 2 from ‘const char*’ to ‘const octave_map&’
/usr/local/include/octave-4.1.0+/octave/../octave/oct-map.h:430:8: note: candidate: void octave_map::assign(const idx_vector&,const idx_vector&, const octave_map&)
   void assign (const idx_vector& i, const idx_vector& j, const octave_map& rhs);
        ^
/usr/local/include/octave-4.1.0+/octave/../octave/oct-map.h:430:8: note:   candidate expects 3 arguments, 2 provided
/usr/local/include/octave-4.1.0+/octave/../octave/oct-map.h:432:8: note: candidate: void octave_map::assign(const Array<idx_vector>&, const octave_map&)
   void assign (const Array<idx_vector>& ia, const octave_map& rhs);
        ^
/usr/local/include/octave-4.1.0+/octave/../octave/oct-map.h:432:8: note:   no known conversion for argument 1 from ‘const char[9]’ to ‘const Array<idx_vector>&’
/usr/local/include/octave-4.1.0+/octave/../octave/oct-map.h:434:8: note: candidate: void octave_map::assign(const octave_value_list&, const octave_map&)
   void assign (const octave_value_list&, const octave_map& rhs);
        ^
/usr/local/include/octave-4.1.0+/octave/../octave/oct-map.h:434:8: note:   no known conversion for argument 1 from ‘const char[9]’ to ‘const octave_value_list&’
/usr/local/include/octave-4.1.0+/octave/../octave/oct-map.h:436:8: note: candidate: void octave_map::assign(const octave_value_list&, const string&, const Cell&)
   void assign (const octave_value_list& idx, const std::string& k,
        ^
/usr/local/include/octave-4.1.0+/octave/../octave/oct-map.h:436:8: note:   candidate expects 3 arguments, 2 provided
---

Sent from ProtonMail, encrypted email based in Switzerland.



reply via email to

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