This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

R: Packaging error with Octave 3.2.4?


--- Ven 3/9/10, Peter Schuerch  ha scritto:

> Hi, I'm trying to run octave from
> Cygwin and I'm experiencing problems with apparently missing
> files. I reported the problem on the octave mailing list,
> where people suggested it might be a packaging problem (https://www-old.cae.wisc.edu/pipermail/help-octave/2010-September/021507.html)
> and suggested to bother you guys.
> 
>  
> $ octave --version
> GNU Octave, version 3.2.4
> Copyright (C) 2009 John W. Eaton and others.
> [...]
> 
> I tried the following commands:
> 
> octave:1> x=rand(1,10);
> octave:2> y=rand(size(x));
> octave:3> T=delaunay(x,y);
> error: No such file or directory
> error: called from:
> error:???/usr/share/octave/3.2.4/m/geometry/delaunayn.m
> at line 55, column 5
> error:???/usr/share/octave/3.2.4/m/geometry/delaunay.m
> at line 55, column 11
> 
> I have checked, both files (delaunayn.m and delaunay.m)
> exist. 
> 
> I'm running this version of Cygwin:
> 
> $ uname -a
> CYGWIN_NT-5.1 WEST091 1.7.7(0.230/5/3) 2010-08-31 09:58
> i686 Cygwin
> 
> the output of "cygcheck -s -v -r " is attached.
> 
> Many thanks for your help.
> Peter

it seems a problem on my last update of libqhull_5

downgrading  from 2010.1-1 to 2009.1.1-1 solves the problem.

I will check what is wrong in the interaction of
libqhull_5-2010.1-1 and octave

Marco









--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]