Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. gpiod.h file not found

gpiod.h file not found

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 3 Posters 5.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jenya7
    wrote on last edited by jenya7
    #1

    I have a Qt project and it runs good. Now I did a fresh Linux and Qt install on Raspberry Pi .
    When I open the project I get - gpiod.h file not found.
    So I do - sudo apt-get install gpiod libgpiod-dev
    Seems like it installed but the error still exists.

    aha_1980A 1 Reply Last reply
    0
    • J jenya7

      I have a Qt project and it runs good. Now I did a fresh Linux and Qt install on Raspberry Pi .
      When I open the project I get - gpiod.h file not found.
      So I do - sudo apt-get install gpiod libgpiod-dev
      Seems like it installed but the error still exists.

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @jenya7 said in gpiod.h file not found:

      gpiod.h file not found.

      And have you searched for that file? Where is it?

      Do you compile on the PI or do you cross-compile from your workstation?

      Regards

      Qt has to stay free or it will die.

      J 1 Reply Last reply
      1
      • aha_1980A aha_1980

        @jenya7 said in gpiod.h file not found:

        gpiod.h file not found.

        And have you searched for that file? Where is it?

        Do you compile on the PI or do you cross-compile from your workstation?

        Regards

        J Offline
        J Offline
        jenya7
        wrote on last edited by jenya7
        #3

        @aha_1980 said in gpiod.h file not found:

        @jenya7 said in gpiod.h file not found:

        gpiod.h file not found.

        And have you searched for that file? Where is it?

        Do you compile on the PI or do you cross-compile from your workstation?

        Regards

        I compile on the target. On the previous Qt5.x version it worked.
        And I have in my *.pro - LIBS += lgpiod

        Sorry. It was temporary connection loss. It happens sometimes on our server.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          As @aha_1980, did you look for that file on your system ?
          Maybe the include folder has moved so you either have to update your INCLUDEPATH variable or use pkg-config if that library development package provides the necessary files for that.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved