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

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

[Octave-bug-tracker] [bug #62087] GPIB interface unsupported despite ins


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #62087] GPIB interface unsupported despite installation of linux-gpib package
Date: Sun, 20 Feb 2022 15:16:53 -0500 (EST)

Follow-up Comment #2, bug #62087 (project octave):

I downloaded the instrument-control package and searched for the origin of
this error message in the source code. At various places I found:


#ifndef BUILD_GPIB
  error ("gpib: Your system doesn't support the GPIB interface");
  return octave_value ();
#else
...


which means that GPIB has probably been disabled at build time, as suggested
by Markus. You may also pass the "-verbose" flag to pkg in order to see the
results of the configure step.


pkg install -verbose -forge instrument-control


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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