* David Bateman <[EMAIL PROTECTED]> [2008-03-27 12:41]:
> If we can do the same under mingw, cygwin and msvc, then I'd suggest the
> attached patch.. [snip]
Thanks, your patch works on Debian for me, at least for the build/install.
However, I am stiil having a problem at run time:
octave:1> test fixedpoint
error: can't perform indexing operations for <unknown type> type
octave:32 which fixed
fixed is the dynamically-linked function from the file
/usr/lib/octave/packages/fixed-0.7.5/x86_64-pc-linux-gnu-api-v32/fixed.oct
It only works after I run:
octave:3> source
("/usr/lib/octave/packages/fixed-0.7.5/x86_64-pc-linux-gnu-api-v32/PKG_ADD")
Is that normal?
BTW, there was another question I asked about PKG_ADD that went unanswered.
I am repeating it below, thanks,
R.
Rafael Laboissiere wrote:
>
> I am having trouble to install this package using the version of pkg.m
> currently on tip of the hg repository. This version allows installing from
> the unpacked directory (not from the tarball). The problems are caused by
> the presence of PKG_ADD at the top dir. When I issue "pkg install .",
> octave complains with:
>
> error: `fullfile' undefined near line 1 column 22
>
> If I add the following to the top of PKG_ADD:
>
> addpath (genpath ("/usr/lib/octave/3.0.0/oct"), "-begin");
> addpath (genpath ("/usr/share/octave/3.0.0/m"), "-begin");
>
> then the error disappears but I get:
>
> warning: autoload: `./fixed.oct' is not an absolute file name
>
> Is there a way to get around these problems?
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev