I've noticed that there hasn't been a new release of odepkg that is
compatible with Octave-3.6.x.

octave-3.6.0:1> pkg install -forge odepkg
odepkg_auxiliary_functions.cc:457:48: error: too many arguments to function
      call, expected 2, have 3
      vt.print_with_name (octave_stdout, "vt", true);
      ~~~~~~~~~~~~~~~~~~                       ^~~~
/sw/include/octave-3.6.0/octave/ov.h:1002:3: note: 'print_with_name'
declared
      here
  void print_with_name (std::ostream& os, const std::string& name) const
  ^
odepkg_auxiliary_functions.cc:458:48: error: too many arguments to function
      call, expected 2, have 3
      vy.print_with_name (octave_stdout, "vy", true);
      ~~~~~~~~~~~~~~~~~~                       ^~~~
/sw/include/octave-3.6.0/octave/ov.h:1002:3: note: 'print_with_name'
declared
      here
  void print_with_name (std::ostream& os, const std::string& name) const

In principle, I could make a Fink package from a svn checkout at a
definite revision, but I'd rather work from a release version if possible.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to