bugGNU Octave - Bugs: bug #49985, --disable-64 leaves...

 
 

bug #49985: --disable-64 leaves OCTAVE_IDX_TYPE=int64_t

Submitter:  A.R. Burgers <arb>
Submitted:  Wed 04 Jan 2017 12:07:18 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
   

Wed 04 Jan 2017 05:05:24 PM UTC, comment #1: 

Thanks for the report and patch.

I checked in the following change instead because I thought it was probably better to initialize this variable all within one conditional block:

  http://hg.savannah.gnu.org/hgweb/octave/rev/5fdf29cb4ab8

John W. Eaton <jwe>
Group administrator
Wed 04 Jan 2017 12:07:18 PM UTC, original submission:  

configuring with --disable-64 leaves OCTAVE_IDX_TYPE at int64_t.

Think this patch should be applied to configure.ac


diff -r 53bb781d70c0 configure.ac
--- a/configure.ac      Tue Jan 03 09:54:22 2017 -0800
+++ b/configure.ac      Wed Jan 04 13:04:40 2017 +0100
@@ -358,6 +358,8 @@
     OCTAVE_IDX_TYPE=int32_t
     ENABLE_64=no
   fi
+else
+    OCTAVE_IDX_TYPE=int32_t
 fi

 AC_SUBST(ENABLE_64)


A.R. Burgers <arb>

 

(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 arb (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
    2017-01-04 jwe StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-bb6a.
    Corresponding source code