From: Paul K. <pki...@us...> - 2005-10-14 03:32:59
|
On Sep 28, 2005, at 3:40 PM, Orion Poplawski wrote: > Attached is a patch that allowed me to compile octave-forge-2005.06.13 > on octave-2.9.2 x86_64. Main issue is the changing of octave_idx_type > from int to long, so requiring a change of int variables to > octave_idx_type. > I'm surprised you needed to explicitly type constants such as 0,1,2 which were parameters to functions, but I applied the changes anyway. With a minor tweak to octave-forge/configure.base, it even compiles for octave without octave_idx_type. - Paul |