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.0.2 linker error Сannot open file 'Files.obj'
Forum Updated to NodeBB v4.3 + New Features

Qt 5.0.2 linker error Сannot open file 'Files.obj'

Scheduled Pinned Locked Moved Installation and Deployment
5 Posts 4 Posters 5.6k 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.
  • UndeadBlowU Offline
    UndeadBlowU Offline
    UndeadBlow
    wrote on last edited by
    #1

    Sorry for bad english first of all. Today I'm download and install Qt 5, before I used Qt 4.8.4. And my projects (old and even empty new) dont wanna be linked.

    bq. D:\Qt\5.0.2\Tools\QtCreator\bin\jom.exe -f Makefile.Debug
    echo 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID / 24 / RT_MANIFEST / "debug\Webs.exe.embed.manifest">debug\Webs.exe_manifest.rc
    if not exist debug\Webs.exe if exist debug\Webs.exe.embed.manifest del debug\Webs.exe.embed.manifest
    if exist debug\Webs.exe.embed.manifest copy /Y debug\Webs.exe.embed.manifest debug\Webs.exe_manifest.bak
    link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='
    ' processorArchitecture='*'" /MANIFEST /MANIFESTFILE:debug\Webs.exe.embed.manifest /OUT:debug\Webs.exe @C:\Users\UD\AppData\Local\Temp\Webs.exe.5528.16.jom
    LINK : fatal error LNK1104: cannot open file 'Files.obj'
    jom: D:\Projects\Webs\Makefile.Debug [debug\Webs.exe] Error 1104
    jom: D:\Projects\Webs\Makefile [debug] Error 2

    Please help to solve this problem.

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

      This message tells you, that a file (maybe Files.cpp) doesn't compile correctly. Are there any errors compiling Files.cpp?

      1 Reply Last reply
      0
      • UndeadBlowU Offline
        UndeadBlowU Offline
        UndeadBlow
        wrote on last edited by
        #3

        [quote author="MichelS" date="1370609028"]This message tells you, that a file (maybe Files.cpp) doesn't compile correctly. Are there any errors compiling Files.cpp?[/quote]
        Nope, all projects has that error now, even empty new projects. Its seems that Qt dosn't understand the way of some library that is placed in path with "Program Files"... I don't know wtf is that.

        1 Reply Last reply
        0
        • A Offline
          A Offline
          a.denis1
          wrote on last edited by
          #4

          I have the same error message and I have not "Files.ccp" in my project

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

            Hi and welcome to devnet,

            You have spaces in your paths and it's a problem on Windows. You should have all development files and 3rd party libraries in path without spaces or use the old 8.3 notation if you don't have the choice.

            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
            0

            • Login

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