On 3/6/19 6:20 AM, John Donoghue wrote:
On
3/6/19 1:58 AM, address@hidden wrote:
Message: 7
Date: Tue, 5 Mar 2019 18:30:05 -0600 (CST)
From: zchen<address@hidden>
To:address@hidden
Subject: GPIB on cygwin
Message-ID:<address@hidden>
Content-Type: text/plain; charset=us-ascii
I followed this instruction on faking the gpib ni library for
using gpib on
windows (cygwin):
https://wiki.octave.org/Instrument_control_package
I first ran the script from the page to setup the links.
However I received the follow error message in Octave (4.4.1):
error: gpib: Your system doesn't support the GPIB interface
please help.
At a guess it didnt detect the gpib library in the configure part
of the pkg install.
Can you rerun the pkg install command with the -verbose option
added and provide the install output ?
Also accoring to the script, you needed to enable C/C++ support
and the measurement and automation explorer, so that it can find ni4882.h and ni4882.dll, so can you verify
they are there, and that the script from the page created a valid
link to the .h file as /usr/include/gpib/ib.h, and created a .lib
file of /usr/lib/libgpib.a