octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #32127] Can't compile user or package oct-file


From: Olaf Till
Subject: [Octave-bug-tracker] [bug #32127] Can't compile user or package oct-files (header file problem)
Date: Fri, 14 Jan 2011 11:17:52 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.0.19) Gecko/2010102906 Iceweasel/3.0.6 (Debian-3.0.6-3)

URL:
  <http://savannah.gnu.org/bugs/?32127>

                 Summary: Can't compile user or package oct-files (header
file problem)
                 Project: GNU Octave
            Submitted by: i7tiol
            Submitted on: Fri 14 Jan 2011 11:17:51 AM GMT
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: Olaf Till
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

If mkoctfile is run on a file containing this:


#include <octave/oct.h>

DEFUN_DLD (test, args, , "")
{
  octave_value retval;

  return retval;
}


it produces the error:


In file included from
/usr/local/include/octave-3.3.54+/octave/../octave/oct-inttypes.h:35,
                 from
/usr/local/include/octave-3.3.54+/octave/../octave/idx-vector.h:35,
                 from
/usr/local/include/octave-3.3.54+/octave/../octave/Array.h:37,
                 from
/usr/local/include/octave-3.3.54+/octave/../octave/boolMatrix.h:28,
                 from
/usr/local/include/octave-3.3.54+/octave/../octave/mx-base.h:33,
                 from
/usr/local/include/octave-3.3.54+/octave/../octave/Matrix.h:31,
                 from
/usr/local/include/octave-3.3.54+/octave/../octave/oct.h:33,
                 from test.cc:1:
/usr/local/include/octave-3.3.54+/octave/../octave/lo-mappers.h: In function
‘double xfloor(double)’:
/usr/local/include/octave-3.3.54+/octave/../octave/lo-mappers.h:37: error:
‘gnulib’ has not been declared






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32127>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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