help-octave
[Top][All Lists]
Advanced

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

incompatibel abi in __exit__


From: Martijn
Subject: incompatibel abi in __exit__
Date: Wed, 17 Aug 2011 00:29:33 +0200

Hi
I get an error when calling pararrayfun from the general package
(v1.2.2) on a home compiled octave 3.4.2:

warning: parcellfun: unhandled error in subprocess 2
octave:242> error: API version api-v37 found in .oct file function
`__exit__'
       does not match the running Octave (API version api-v45+)
       this can lead to incorrect results or other failures
       you can fix this problem by recompiling this .oct file
error: failed to install .oct file function `__exit__'
error: called from:
error:   /usr/local/octave/share/octave/packages/general-1.2.2/parcellfun.m at 
line 283, column 1
error:   /usr/local/octave/share/octave/packages/general-1.2.2/pararrayfun.m at 
line 69, column 29

So octave has api v45 and __exit__ has api v37. How can that be?

I installed the package using the home compiled octave version. (pkg
install -global general-1.2.2.tar.gz)

Martijn



reply via email to

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