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