octave-maintainers
[Top][All Lists]
Advanced

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

Re: Package install error


From: Dmitri A. Sergatskov
Subject: Re: Package install error
Date: Wed, 18 Nov 2020 12:27:12 -0500



On Wed, Nov 18, 2020 at 12:11 PM Chuck Cook <cmcook3rd@gmail.com> wrote:
Fedora 33
Octave 5.2
I have already loaded the latest glib-devel    RPM

I get the following error:
>> pkg install -forge instrument-control
annobin: serial.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
annobin: spi.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined

..... lots of similar warnings....



Works for me:
octave:1> pkg load instrument-control
octave:2> instrhwinfo
  scalar structure containing the fields:

    ToolboxVersion = 0.6.0
    ToolboxName = octave instrument control package
    SupportedInterfaces =
    {
      [1,1] = i2c
      [1,2] = spi
      [1,3] = parallel
      [1,4] = serial
      [1,5] = serialport
      [1,6] = tcp
      [1,7] = udp
      [1,8] = usbtmc
      [1,9] = vxi11
    }

Dmitri.
--


reply via email to

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