[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Calling Octave Function from Xcode Program
From: |
Julien Salort |
Subject: |
Re: Calling Octave Function from Xcode Program |
Date: |
Fri, 28 Jun 2013 10:36:26 +0200 |
User-agent: |
MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) |
In article <address@hidden>,
Chad88 <address@hidden> wrote:
> Everything here compiles just fine. It runs into problems while running
> however and spits out this message: error: feval: function 'MakeMovie' not
> found
>
> Now for the question: how do I make Xcode find the MakeMovie.m file? It's
> already in the same folder as all of the Xcode files. Do I need to make some
> kind of header file? I tried that but it didn't work, though I probably did
> it wrong. Any help would be much appreciated.
I don't think this has anything to do with having Xcode find
MakeMovie.m, but rather with having your executable find it.
Maybe you have to call addpath to add the directory that contains
MakeMovie.m ?
Julien