octave-maintainers
[Top][All Lists]
Advanced

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

Re: Default not compiling


From: Jordi Gutiérrez Hermoso
Subject: Re: Default not compiling
Date: Thu, 20 Sep 2012 15:46:28 -0400

On 20 September 2012 15:39, Daniel J Sebald <address@hidden> wrote:
> Not sure.  My fresh build has a problem with Fwarning
>
> ../../octave/libinterp/octave-value/ov-usr-fcn.cc: In member function 'void
> octave_user_function::restore_warning_states()':
> ../../octave/libinterp/octave-value/ov-usr-fcn.cc:675:42: error: 'Fwarning'
> was not declared in this scope
>
> I can't seem to find the declaration for that function anywhere.

A function named Ffoobar is the result of applying the DEFUN* family
of macros to a function named "foobar". Grep for " (foobar" (note the
space) to find where it should be defined.

HTH,
- Jordi G. H.


reply via email to

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