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. Qt 5.0.1 don't compile
Qt 6.11 is out! See what's new in the release blog

Qt 5.0.1 don't compile

Scheduled Pinned Locked Moved General and Desktop
6 Posts 3 Posters 2.8k 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.
  • S Offline
    S Offline
    soroush
    wrote on last edited by
    #1

    I'm having troubles with Qt 5.0.1 in Windows / MinGW x64
    Previous release (5.0.0) compiles with no error. But same configuration for 5.0.1 gives this strange error when compiling qttools/dbus: http://paste2.org/p/3257763
    configuration: http://paste2.org/p/3257774

    The only difference is Qt. All libraries and MinGW itself are same as before. I'm using MinGW rev 10 (64bit sjlj posix) from mingwbuild project.

    Any idea?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mcosta
      wrote on last edited by
      #2

      Hi,

      it's very strange you try to compile QtDBus; DBus is a tecnology specific to Linux Platform.

      What options do you passed to configure???

      Hi

      Once your problem is solved don't forget to:

      • Mark the thread as SOLVED using the Topic Tool menu
      • Vote up the answer(s) that helped you to solve the issue

      You can embed images using (http://imgur.com/) or (http://postimage.org/)

      1 Reply Last reply
      0
      • S Offline
        S Offline
        soroush
        wrote on last edited by
        #3

        [quote author="mcosta" date="1363972428"]Hi,

        it's very strange you try to compile QtDBus; DBus is a tecnology specific to Linux Platform.

        What options do you passed to configure???

        Hi[/quote]

        I've used DBus on windows successfully. I made a windows service running DBus daemon. Seriously, I can't think of an operating system with no reliable IPC mechanism. The Windows has it's own structures of course, but you know... DBus is best ;)

        Usually I prefer to do Linux-style development under Windows (since Windows has no good dev platform)

        I passed -dbus-linked-in (can't remember exact name) to config. QDBus dlls are compiled, and Qt can find DBus library on system. The problem is related to dbus monitor tool.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          soroush
          wrote on last edited by
          #4

          The stranger thing is that even I reconfigure with -no-dbus flag, it tries to compile that tool !

          I have no idea what's going wrong.

          1 Reply Last reply
          0
          • W Offline
            W Offline
            WizzZZ
            wrote on last edited by
            #5

            Do you clean up your source before configuring and compiling again?

            if you cloned from git, use
            git submodule foreach --recursive "git clean -dfx"

            I also use 'nmake clean' first

            There is only 10 types of people in the world: those who understand binary and those who don't.

            1 Reply Last reply
            0
            • S Offline
              S Offline
              soroush
              wrote on last edited by
              #6

              No I always remove the source directory and re-extract archive again :) That takes less time

              I think there is something insane happening on my computer, Now I'm getting a lot of "internal compiler error" s and assembler fails to compile OpenSSL. I think my antivirus program has ruined something, though I always keep him of when doing build stuffs.

              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