Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. A very confused system
Forum Updated to NodeBB v4.3 + New Features

A very confused system

Scheduled Pinned Locked Moved Installation and Deployment
9 Posts 2 Posters 2.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.
  • M Offline
    M Offline
    miststlkr
    wrote on last edited by
    #1

    I am running a linux desktop and tried installing a program which threw the following error:

    @In member function ‘virtual void kt::ScheduleGraphicsItem::mouseMoveEvent(QGraphicsSceneMouseEvent*)’:
    error: ‘DragMoveCursor’ is not a member of ‘Qt’@

    The forum for the program in question said I needed to update QT. qmake says am running 4.6.2 so I went and built 4.7 from source and installed it, but neither the program nor qmake are noting the change. Any idea where I went wrong?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Never run into that one. What is the application in question? Did people in that other forum mention which Qt version they are using (newest available is 4.8.2, 4.7 is pretty old now)?

      (Z(:^

      1 Reply Last reply
      0
      • sierdzioS Offline
        sierdzioS Offline
        sierdzio
        Moderators
        wrote on last edited by
        #3

        Also, are you compiling fresh code from that app's repo, or you have modified something?

        (Z(:^

        1 Reply Last reply
        0
        • M Offline
          M Offline
          miststlkr
          wrote on last edited by
          #4

          I am trying to build ktorrent 4.2.1 from source as downloaded from their site. Source was dated 6/13/2012, so I'll give qt 4.8.2 a shot. I'm compiling it now so I'll let you know if that fixes it. I hadn't realized 4.7 was so old.

          Thanks for your quick responses!

          1 Reply Last reply
          0
          • M Offline
            M Offline
            miststlkr
            wrote on last edited by
            #5

            Alright. config/make/installed the qt 4.8.2 source and the only errors on install were a couple of strip commands threw "file format not recognized" errors, but nothing else that I can see. qmake -v still shows 2.6.2 as the version.

            I used the source from qt-everywhere-opensource-src-4.8.2 for this. is it possible I should have used a different package? Installing on a system running Ubuntu 10.04 with all KDE dependencies covered as listed on the QT website. I'm pretty sure I'm missing something really basic so don't skip a suggestion because it is "too obvious"...

            1 Reply Last reply
            0
            • sierdzioS Offline
              sierdzioS Offline
              sierdzio
              Moderators
              wrote on last edited by
              #6

              Maybe Ubuntu is still using built-in libraries? You probably compile with terminal - try echoing $QTDIR and $PATH to make sure the newest Qt is being used. Also, when you do qmake -v, make sure that the installation specified in second line of the output is correct.

              Oh, and dependencies on web page might be outdated ;)

              Otherwise, I'm running out of ideas, so this would better work :D

              (Z(:^

              1 Reply Last reply
              0
              • M Offline
                M Offline
                miststlkr
                wrote on last edited by
                #7

                should I try to uninstall the old QT using synaptic perhaps? I had left it, assuming the new install would clear the old. kind of a stupid assumption.

                1 Reply Last reply
                0
                • sierdzioS Offline
                  sierdzioS Offline
                  sierdzio
                  Moderators
                  wrote on last edited by
                  #8

                  I don't know, to be honest. I never had a conflict. Well, almost never, but it was my fault.

                  You can try, certainly.

                  (Z(:^

                  1 Reply Last reply
                  0
                  • M Offline
                    M Offline
                    miststlkr
                    wrote on last edited by
                    #9

                    I don't know what else to try. I'll hold off a day or two to see if anyone else has a better suggestion. Thanks so much for your time and advice.

                    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