Instrument control package: Difference between revisions

Jump to navigation Jump to search
m
Remove redundant Category:Packages.
m (Remove redundant Category:Packages.)
(2 intermediate revisions by 2 users not shown)
Line 73: Line 73:


# set the base for includes and libraries on your system
# set the base for includes and libraries on your system
# it is usally /usr, but on newer windows installs of octave, it will be
# it is usually /usr, but on newer windows installs of octave, it will be
# /mingw64
# /mingw64
INSTALL_BASE=/usr
INSTALL_BASE=/usr
Line 106: Line 106:


If rpcgen cannot be build from source, the following error might be obtained:
If rpcgen cannot be build from source, the following error might be obtained:
<syntaxhighlight style="font-size:13px">
<syntaxhighlight lang="text"  style="font-size:13px">
pkg: error running `make' for the instrument-control package.
pkg: error running `make' for the instrument-control package.
error: called from
error: called from
Line 455: Line 455:
* Every read or write command opens and closes a new gpib session, since the linux-gpib session pointer is only valid for single command.
* Every read or write command opens and closes a new gpib session, since the linux-gpib session pointer is only valid for single command.


[[Category:Octave Forge]][[Category:Packages]]
[[Category:Octave Forge]]

Navigation menu