Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Creator Compile Output window produces invalid path
Qt 6.11 is out! See what's new in the release blog

Qt Creator Compile Output window produces invalid path

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 3 Posters 2.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.
  • T Offline
    T Offline
    tropicalsurf
    wrote on last edited by
    #1

    I'm using main project (Transverter.pro) that uses the "subdirs" template, and has several subdirs.
    The issue I'm having is, when I click on errors in the "Compile Output" window, the correct source file is shown in the editor, but when I edit it try to save, I get an error, e.g.: "Cannot create file dev\heart\Transverter\htlib\HT2000.cpp: The system cannot find the path specified."

    In the "Compile Output" window, the location of this source file is listed as "C:\tmp\build\Transverter........\dev\heart\Transverter\htlib\HT2000.cpp", which seems to include one too many sets of "..", since the source file is in C:\dev\heart\Transverter\htlib\HT2000.cpp.

    Not sure if this is a bug somewhere in the tool chain, or maybe I've set up my projects wrong?

    Here is my Transverter.pro file (located in C:\dev\heart\Transverter):
    @
    TEMPLATE = subdirs

    SUBDIRS +=
    htlib
    HtT13X
    HtConfig
    TestRegister
    @

    Here are my project settings:
    Qt Version: Qt 4.8.0 MSVC
    Tool chain: Microsoft Visual C++ Compiler 10.0 (x86)
    Shadow build: on
    Build directory: C:\tmp\build\Transverter

    I'm using Qt Creator 2.4.0.

    1 Reply Last reply
    0
    • P Offline
      P Offline
      p-himik
      wrote on last edited by
      #2

      I have the same issue and the same project settings (except of course build directory).

      1 Reply Last reply
      0
      • D Offline
        D Offline
        Duck
        wrote on last edited by
        #3

        Bugs are best reported at bugreports.qt-project.org.

        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