help-octave
[Top][All Lists]
Advanced

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

api-v10


From: John W. Eaton
Subject: api-v10
Date: Thu, 14 Apr 2005 15:46:36 -0400

On 14-Apr-2005, Søren Hauberg <address@hidden> wrote:

| I'm trying to create a new type in Octave in C++ following the guide at:
| http://wiki.octave.org/wiki.pl?CodaTypes
| 
| I've been able to work with the example given in the above mentioned 
| document, but when I try to create the type I need I get the following 
| error from octave:
| 
| error: API version api-v10 found in .oct file function `cvLoadImage'
|         does not match the running Octave (API version api-v12)
|         this can lead to incorrect results or other failures
|         you can fix this problem by recompiling this .oct file
| error: failed to install dld function `cvLoadImage'
| 
| I'm using Octave 2.1.64 on Ubuntu Linux and oct file has been compiled 
| with mkoctfile-2.1.64 on the same system.

Odd.  My guess is that something is not installed properly on your
system.  Are you sure that the header files installed on your system
match the version of Octave you are running?  Try the -v option for
mkoctfile and see if that gives you any clues.

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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