bugGNU Octave - Bugs: bug #47061, [MXE] fail to compile...

 
 

bug #47061: [MXE] fail to compile default-octave with error in sighandler.cc

Submitter:  Rik <rik5>
Submitted:  Thu 04 Feb 2016 06:42:32 PM UTC
   
 
Category:  Configuration and Build System Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 04 Feb 2016 09:44:12 PM UTC, comment #3: 

Thanks, it gets past compiling the default-octave target now.  Closing report.

Rik <rik5>
Group administrator
Thu 04 Feb 2016 08:50:32 PM UTC, comment #2: 

I checked in the following changeset:

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

John W. Eaton <jwe>
Group administrator
Thu 04 Feb 2016 07:00:47 PM UTC, comment #1: 

I just posted in the maintainers ML about this.

It happens only when cross-building with mxe-octave

Philip Nienhuis <philipnienhuis>
Group Member
Thu 04 Feb 2016 06:42:32 PM UTC, original submission:  

Recent changes (2/4/16) seem have caused a problem when compiling sighandlers.cc.  Or maybe <string.h> failed to get included correctly; I certainly don't see it explicitly in either sighandlers.h or sighandlers.cc.


/home/rik/wip/Projects_Mine/mxe-octave/tmp-default-octave/octave-4.1.0+/libinterp/corefcn/sighandlers.cc: In function 'void generic_sig_handler(int)':
/home/rik/wip/Projects_Mine/mxe-octave/tmp-default-octave/octave-4.1.0+/libinterp/corefcn/sighandlers.cc:392:35: error: 'strsignal' was not declared in this scope
   my_friendly_exit (strsignal (sig), sig);
                                   ^
/home/rik/wip/Projects_Mine/mxe-octave/tmp-default-octave/octave-4.1.0+/libinterp/corefcn/sighandlers.cc: In function 'void sigint_handler(int)':
/home/rik/wip/Projects_Mine/mxe-octave/tmp-default-octave/octave-4.1.0+/libinterp/corefcn/sighandlers.cc:537:52: error: 'strsignal' was not declared in this scope
   w32_interrupt_manager::user_abort (strsignal (sig), sig);



Rik <rik5>
Group administrator

 

(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 rik5 (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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-02-04 rik5 StatusConfirmed Fixed
        Open/ClosedOpen Closed
    2016-02-04 philipnienhuis StatusNone Confirmed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code