Problems with pkg and Symbolic-1.0.7

John W. Eaton jwe at octave.org
Fri Feb 6 11:56:00 CST 2009


On  5-Feb-2009, Thomas D. Dean wrote:

| I installed 3.1.51+ as of a couple hours ago.
| 
| I had to manually install oct-hdf5.h.  I seem to remember seeing
| something about this, but, I can not find it with reference to
| miscellaneous pkg.  Copying this file to the install include directory
| fixed the problem.  If this problem has not been fixed, I attached a
| patch.

I fixed this.  Thanks.

If you are checking out Octave sources using Mercurial, then please
submit Mercurial changesets instead of simple context diffs.

| The package symbolic-1.0.7 uses mlock() in src/symbolic.cc with an
| argument.  The current version of mlock does not allow arguments.  I did
| not make a patch for this.
| 
| Changing 
|       mlock ("sym");
|       mlock ("ex_matrix");
|       mlock ("vpa");
| to
|       mlock (); //"sym");
|       mlock (); //"ex_matrix");
|       mlock (); //"vpa");

Problems with the packages should be reported to the maintainers of
the packages.

jwe


More information about the Bug-octave mailing list