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. Cannot find -ludev
Forum Updated to NodeBB v4.3 + New Features

Cannot find -ludev

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 4 Posters 11.4k Views 2 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.
  • M Offline
    M Offline
    Ming0389
    wrote on last edited by
    #1

    Hello,
    I'm very new to Qt and Ubuntu and have absolutely no idea what needs to be done.
    I'm trying to build my project, but I get a 'cannot find -ludev' error. I searched on google and the only result I found was to enter: sudo apt-get install libglu1-mesa-dev.. however terminal says that I already have the newest version installed.

    Are there anything else I can do?

    H 1 Reply Last reply
    0
    • jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      sudo apt-get install libudev1

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • Hamed.MasafiH Offline
        Hamed.MasafiH Offline
        Hamed.Masafi
        wrote on last edited by
        #3

        plus to jsulm's answer:
        sudo apt-get install libudev1 libudev-dev

        Remote object sharing (OO RPC)
        http://forum.qt.io/topic/60680/remote-object-sharing-oo-rpc-solved

        Advanced, Powerful and easy to use ORM for Qt5
        https://forum.qt.io/topic/67417/advanced-powerful-and-easy-to-use-orm-for-qt5

        M 1 Reply Last reply
        0
        • M Ming0389

          Hello,
          I'm very new to Qt and Ubuntu and have absolutely no idea what needs to be done.
          I'm trying to build my project, but I get a 'cannot find -ludev' error. I searched on google and the only result I found was to enter: sudo apt-get install libglu1-mesa-dev.. however terminal says that I already have the newest version installed.

          Are there anything else I can do?

          H Offline
          H Offline
          HPCTECH
          wrote on last edited by
          #4

          @Ming0389 try to install

          sudo apt-get install freeglut3-dev

          jsulmJ 1 Reply Last reply
          1
          • H HPCTECH

            @Ming0389 try to install

            sudo apt-get install freeglut3-dev

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @HPCTECH freeglut3-dev is not related to libudev

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0
            • Hamed.MasafiH Hamed.Masafi

              plus to jsulm's answer:
              sudo apt-get install libudev1 libudev-dev

              M Offline
              M Offline
              Ming0389
              wrote on last edited by
              #6

              @Hamed.Masafi Thankyou! libudev-dev was missing.

              1 Reply Last reply
              0

              • Login

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