help-octave
[Top][All Lists]
Advanced

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

Re: GPIB on cygwin


From: John Donoghue
Subject: Re: GPIB on cygwin
Date: Wed, 6 Mar 2019 06:27:39 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

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


reply via email to

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