help-octave
[Top][All Lists]
Advanced

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

Re: O-forge 2.1.57 problem *solved*


From: Paul Kienzle
Subject: Re: O-forge 2.1.57 problem *solved*
Date: Thu, 23 Sep 2004 20:14:02 -0400

I added the following default for when dispatch.oct is unavailable:

  function dispatch(a,b,c)
warning(["missing dispatch; use ",b,"(",c,") rather than ",a,"(",c,")"]);
  endfunction

This will be noisy for those without dispatch, but it is better than the
error message I think.

- Paul

On Sep 23, 2004, at 12:45 PM, address@hidden wrote:

The problem was solved when I noticed that the build process hadn't
entirely succeeded. In fact, dispatch.cc had not compiled properly. That sounded extremely familiar: on line 543 of main/miscellaneous/dispatch.cc
there is an instantiation with 'template' without the keyword 'class'.
When I added the latter to the line, compilation went all the way, and the
error disappeared. Perhaps this needs to be updated in the main source
tree as well.

Thanks to everyone who contributed to this discussion


Kind regards,
Maarten de Jong



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------




-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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