Instrument control package: Difference between revisions

→‎MacOS: Add a workarround to install the package if rpcgen cannot be build from source and the VXI-11 interface is not required.
m (Rename "Octave-Forge" to "Octave Forge" (https://lists.gnu.org/archive/html/octave-maintainers/2018-08/msg00138.html).)
(→‎MacOS: Add a workarround to install the package if rpcgen cannot be build from source and the VXI-11 interface is not required.)
Line 98: Line 98:
== MacOS ==
== MacOS ==


You need to build rpcgen from source [http://mirror.ancl.hawaii.edu/pub/FreeBSD/FreeBSD-current/src/usr.bin/rpcgen].
You need to build '''rpcgen''' from source [http://mirror.ancl.hawaii.edu/pub/FreeBSD/FreeBSD-current/src/usr.bin/rpcgen].
 
If the rpcgen cannot be build from source, the following error might be obtained:
<syntaxhighlight style="font-size:13px">
pkg: error running `make' for the instrument-control package.
error: called from
    configure_make at line 99 column 9
    install at line 184 column 7
    pkg at line 437 column 9
</syntaxhighlight>
 
If the '''VXI-11 interface''' is not required, a workarround is proposed in [https://stackoverflow.com/questions/46720092/make-error-when-installing-instrument-control-package-for-octave/52860282#52860282] after the bug reported on [https://savannah.gnu.org/bugs/?54842].


= Examples =
= Examples =
2

edits