octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #61084] pkg windows missing actxserver functio


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #61084] pkg windows missing actxserver function
Date: Fri, 27 Aug 2021 02:38:27 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 Edg/92.0.902.78

Follow-up Comment #3, bug #61084 (project octave):

Local packages are installed at the same location by default for *all* version
of Octave up to 6.x. That means they are overwritten by a new `pkg install
...`.

Many packages consist of not only .m files but also of compiled binaries (.oct
files). Binaries might be incompatible between different versions of Octave.
That means that a package that was installed with one version of Octave might
not work when used with a different version of Octave. It will still show up
in `pkg list` though.

Starting with Octave 7.x, local packages will be installed with an API prefix
by default. That means they will no longer be overwritten by binary
incompatible versions and will no longer show up in `pkg list` when they were
installed in an incompatible version of Octave.

In this particular case, you could probably use the global version of that
package that comes with the Octave installer for Windows. Just uninstall the
local package with `pkg uninstall windows` and Octave should start using the
global packages that match the respective version of Octave core.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61084>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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