help-octave
[Top][All Lists]
Advanced

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

Re: problem installing YAPSO


From: Søren Hauberg
Subject: Re: problem installing YAPSO
Date: Tue, 08 Dec 2009 10:59:03 +0100

tir, 08 12 2009 kl. 01:47 -0800, skrev c.man:
> ok I Installed freeglut3.... (there isn't freeglut3-dev)
> Now, the messages error is:
> 
> Octave :1 > pkg install yapso-0.3.4.tar.gz 
> config.status: WARNING:  Makeconf.in seems to ignore the --datarootdir
> setting
> /usr/include/octave-3.2.2/octave/variables.h: In function ‘octave_value_list
> Fyinit(const octave_value_list&, int)’:
> /usr/include/octave-3.2.2/octave/variables.h:123: error: too many arguments
> to function ‘void mlock()’

This looks like a bug in 'yapso'. Looking at the 'yapso' web site, I see
that the package has not been tested with Octave 3.2.x. I guess that
some internals of Octave has changed making an update in 'yapso'
necessary. This problems should be reported to the 'yapso' developers (a
mailing list is mentioned on the 'yapso' web site, so I'd use that).

The specific problem you are encountering can be easily solved by
changing

  mlock("yinit");

to

  mlock ();

in 'src/yfunction.cc' in the 'yapso' source code. I don't know if that
will be enough to install the package, though.

Søren




reply via email to

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