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. Cannot build project

Cannot build project

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
7 Posts 4 Posters 10.8k Views
  • 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.
  • J Offline
    J Offline
    johnnyboy
    wrote on last edited by VRonin
    #1

    Hi all

    i dont see a support group and i tried sto ansfer here my question, i create a basic project hello world mingw, kits are configured ok but when i tried to build them i receive this:

    19:44:44: Running steps for project test...
    19:44:44: Could not create directory "C:\Users\giova\Desktop\Test\Error in " Util.asciify("build-test-Desktop_Qt_5_8_0_MinGW_32bit-Debug")": TypeError: Property 'asciify' of object Core::Internal::UtilsJsExtension(0x8139520) is not a function"
    Error while building/deploying project test (kit: Desktop Qt 5.8.0 MinGW 32bit)
    The kit Desktop Qt 5.8.0 MinGW 32bit has configuration issues which might be the root cause for this problem.
    When executing step "qmake"
    19:44:44: Elapsed time: 00:00.

    Italian Version

    VRoninV 1 Reply Last reply
    0
    • J johnnyboy

      Hi all

      i dont see a support group and i tried sto ansfer here my question, i create a basic project hello world mingw, kits are configured ok but when i tried to build them i receive this:

      19:44:44: Running steps for project test...
      19:44:44: Could not create directory "C:\Users\giova\Desktop\Test\Error in " Util.asciify("build-test-Desktop_Qt_5_8_0_MinGW_32bit-Debug")": TypeError: Property 'asciify' of object Core::Internal::UtilsJsExtension(0x8139520) is not a function"
      Error while building/deploying project test (kit: Desktop Qt 5.8.0 MinGW 32bit)
      The kit Desktop Qt 5.8.0 MinGW 32bit has configuration issues which might be the root cause for this problem.
      When executing step "qmake"
      19:44:44: Elapsed time: 00:00.

      Italian Version

      VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by
      #2

      As mentioned in the Italian forum, my guess is that something is missing/wrong in the kit configuration

      @johnnyboy said in Cannot build project:

      The kit Desktop Qt 5.8.0 MinGW 32bit has configuration issues which might be the root cause for this problem.

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      1 Reply Last reply
      0
      • J Offline
        J Offline
        johnnyboy
        wrote on last edited by
        #3

        Kit configuration thats ok i check file, path e follow step by step all guide on internet, i follow the tips of italian post, but nothing the error give me the message About root Write priviliegies but im a unique admin of pc and i have excecute it ad admin, nothing.

        VRoninV 1 Reply Last reply
        0
        • J johnnyboy

          Kit configuration thats ok i check file, path e follow step by step all guide on internet, i follow the tips of italian post, but nothing the error give me the message About root Write priviliegies but im a unique admin of pc and i have excecute it ad admin, nothing.

          VRoninV Offline
          VRoninV Offline
          VRonin
          wrote on last edited by VRonin
          #4

          @johnnyboy said in Cannot build project:

          message About root Write priviliegies

          🇬🇧 Could you move your project somewhere "safe"? something like C:\QtProjects

          🇮🇹 Puoi provare a spostare il progetto in una cartella "sicura"? tipo C:\QtProjects

          "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
          ~Napoleon Bonaparte

          On a crusade to banish setIndexWidget() from the holy land of Qt

          1 Reply Last reply
          1
          • J Offline
            J Offline
            johnnyboy
            wrote on last edited by
            #5

            :-1: warning: The build directory needs to be at the same level as the source directory.

            1 Reply Last reply
            0
            • A Offline
              A Offline
              ayaniger
              wrote on last edited by
              #6

              This may have to do with your locale settings. I had this problem on Debian Linux and the problem went away when I relogged in after setting /etc/default/locale to :
              LANG=en_US.UTF-8
              LANGUAGE=en_US
              LC_CTYPE="en_US.UTF-8"
              LC_NUMERIC=en_US.UTF-8
              LC_TIME=en_US.UTF-8
              LC_COLLATE="en_US.UTF-8"
              LC_MONETARY=en_US.UTF-8
              LC_MESSAGES="en_US.UTF-8"
              LC_PAPER=en_US.UTF-8
              LC_NAME=en_US.UTF-8
              LC_ADDRESS=en_US.UTF-8
              LC_TELEPHONE=en_US.UTF-8
              LC_MEASUREMENT=en_US.UTF-8
              LC_IDENTIFICATION=en_US.UTF-8
              LC_ALL=

              1 Reply Last reply
              0
              • aha_1980A Offline
                aha_1980A Offline
                aha_1980
                Lifetime Qt Champion
                wrote on last edited by
                #7

                @ayaniger said in Cannot build project:

                This may have to do with your locale settings. I had this problem on Debian Linux...

                That may have worked for you, but @johnnyboy is on Windows.

                I could rather imagine he has spaces in his path and that causes problems.

                Qt has to stay free or it will die.

                1 Reply Last reply
                1

                • Login

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