bugGNU Octave - Bugs: bug #32127, Can't compile user or package...

 
 

bug #32127: Can't compile user or package oct-files (header file problem)

Submitter:  Olaf Till <i7tiol>
Submitted:  Fri 14 Jan 2011 11:17:51 AM UTC
   
 
Category:  Configuration and Build System Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Fixed Assigned to:  None
Originator Name:  Olaf Till Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 17 Jan 2011 06:15:48 PM UTC, comment #1: 

I checked in the following changeset:

http://hg.savannah.gnu.org/hgweb/octave/rev/ab231f944252

John W. Eaton <jwe>
Group administrator
Fri 14 Jan 2011 11:17:51 AM UTC, original submission:  

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


Olaf Till <i7tiol>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by i7tiol (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-01-17 jwe StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code