help-octave
[Top][All Lists]
Advanced

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

64-bit integers array on Mac


From: Julien Salort
Subject: 64-bit integers array on Mac
Date: Fri, 15 Jul 2011 10:16:15 +0200

Le 15 juil. 2011 à 09:23, Lukas Reichlin a écrit :

> I don't know how to turn on large indices. At least "Activity Monitor" lists 
> Octave as "Intel (64 bit)" :-) The Portfile just uses some default MacPorts 
> settings.

According to ./configure --help
  --enable-64             (EXPERIMENTAL) use 64-bit integers for array
                          dimensions and indexing

I've just tried to change your Portfile to add this option but it failed to 
compile.

Here is the error that I got:
bitfcns.cc: In function 'octave_value_list Fsizemax(const octave_value_list&, 
int)':
bitfcns.cc:701:65: error: no match for 'operator=' in 'retval = octave_int<long 
int>(dim_vector::dim_max())'
ov.h:336:17: note: candidate is: octave_value& octave_value::operator=(const 
octave_value&)


Does this error ring a bell to someone ?

Julien

reply via email to

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