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. Qt 5.1 alpha build error
Forum Updated to NodeBB v4.3 + New Features

Qt 5.1 alpha build error

Scheduled Pinned Locked Moved Installation and Deployment
5 Posts 2 Posters 2.1k 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.
  • I Offline
    I Offline
    iiioni
    wrote on last edited by
    #1

    Hello
    I downloaded qt5.1 alpha from site
    and not succeed in compilation using vs2008

    my command line
    configure -developer-build -opensource -nomake examples -nomake demos -nomake tests -rtti -qt-crt -no-accessibility -nomake webkit

    error
    NMAKE : fatal error U1073: don't know how to make 'D:\ioni\ss\Qt\qt5.1a\qtbase\lib\Qt5QmlDevTools.lib'

    Can anybody give me advise what is wrong?

    1 Reply Last reply
    0
    • I Offline
      I Offline
      iiioni
      wrote on last edited by
      #2

      I have fixed this issue
      but found another one
      I have changed command line
      configure -developer-build -opensource -nomake examples -nomake demos -nomake tests -rtti -qt-crt

      Can anybody help?

      and get link error
      echo 2 /* CREATEPROCESS_MANIFEST_RESOURCE_ID / 24 / RT_MANIFEST */ "..\..\lib\Qt5Guid.dll.embed.manifest">....\lib\Qt5Guid.dll_manifest.rc
      if not exist ....\lib\Qt5Guid.dll if exist ....\lib\Qt5Guid.dll.embed.manifest del ....\lib\Qt5Guid.dll.embed.manifest
      if exist ....\lib\Qt5Guid.dll.embed.manifest copy /Y ....\lib\Qt5Guid.dll.embed.manifest ....\lib\Qt5Guid.dll_manifest.bak
      link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /DLL /VERSION:5.10 /MANIFEST /MANIFESTFILE:....\lib\Qt5Guid.dll.embed.manifest /OUT:....\lib\Qt5Guid.dll @d:\Temp\nmE476.tmp
      Creating library ....\lib\Qt5Guid.lib and object ....\lib\Qt5Guid.exp
      qplatformintegration.obj : error LNK2001: unresolved external symbol "public: static struct QMetaObject const QAccessible::staticMetaObject" (?staticMetaObject@QAccessible@@2UQMetaObject@@B)
      ....

      qplatformintegration.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall QPlatformAccessibility::~QPlatformAccessibility(void)" (??1QPlatformAccessibility@@UAE@XZ) referenced in function "public: virtual void * __thiscall QPlatformAccessibility::`scalar deleting destructor'(unsigned int)" (??_GQPlatformAccessibility@@UAEPAXI@Z)
      qguiapplication.obj : error LNK2019: unresolved external symbol "public: static void __cdecl QAccessible::setRootObject(class QObject *)" (?setRootObject@QAccessible@@SAXPAVQObject@@@Z) referenced in function "public: static int __cdecl QGuiApplication::exec(void)" (?exec@QGuiApplication@@SAHXZ)
      ....\lib\Qt5Guid.dll : fatal error LNK1120: 18 unresolved externals
      NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\link.EXE"' : return code '0x460'
      Stop.
      NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe"' : return code '0x2'
      Stop.
      NMAKE : fatal error U1077: 'cd' : return code '0x2'
      Stop.

      1 Reply Last reply
      0
      • I Offline
        I Offline
        iiioni
        wrote on last edited by
        #3

        Problem has fixed
        I just cleared configuration

        1 Reply Last reply
        0
        • C Offline
          C Offline
          Code_ReaQtor
          wrote on last edited by
          #4

          Hi! How did you solve the problem? I also have the same error building it in VS2012 in my Win7 machine.

          Please visit my open-source projects at https://github.com/Code-ReaQtor.

          1 Reply Last reply
          0
          • I Offline
            I Offline
            iiioni
            wrote on last edited by
            #5

            I have just unzip version from archive and reconfigured and build from scratch

            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