Build error 6.4 (configure)
-
@continue98 said in Build error 6.4 (configure):
What kind of disk is your E drive ?
what do you mean?
What kind of medium is it ? Network drive, Internal, USB, etc ?
From what shell are you starting your build ?
powershell visual studio
Then use a normal shell, if memory serves well, you should have somewhere a set of links which opens a Visual Studio activated environment. If not, then do it manually.
wrote on 26 Jul 2022, 21:52 last edited by continue98What kind of medium is it ? Network drive, Internal, USB, etc ?
local hard drive (installed in my computer, not a network drive or flash drive)
Then use a normal shell, if memory serves well, you should have somewhere a set of links which opens a Visual Studio activated environment. If not, then do it manually.
Its normall shell... with settings for visual studio (just google about it), but still, for the sake of interest, I'll try to do it all through cmd
UPD: Nothing has changed through the command line (normal shell)
-
What kind of medium is it ? Network drive, Internal, USB, etc ?
local hard drive (installed in my computer, not a network drive or flash drive)
Then use a normal shell, if memory serves well, you should have somewhere a set of links which opens a Visual Studio activated environment. If not, then do it manually.
Its normall shell... with settings for visual studio (just google about it), but still, for the sake of interest, I'll try to do it all through cmd
UPD: Nothing has changed through the command line (normal shell)
wrote on 27 Jul 2022, 01:50 last edited by@continue98 said in Build error 6.4 (configure):
UPD: Nothing has changed through the command line (normal shell)
Delete your entire build directory and any CMake cache directories after switching to a cmd shell.
-
@continue98 said in Build error 6.4 (configure):
UPD: Nothing has changed through the command line (normal shell)
Delete your entire build directory and any CMake cache directories after switching to a cmd shell.
wrote on 27 Jul 2022, 12:34 last edited by@mchinand it still causes a problem
-
@mchinand it still causes a problem
@continue98 said in Build error 6.4 (configure):
it still causes a problem
Same problem? Another one?
-
@continue98 said in Build error 6.4 (configure):
it still causes a problem
Same problem? Another one?
wrote on 27 Jul 2022, 14:11 last edited by@jsulm Same
-
Can you show how you started and prepared your command line before building Qt ?
-
wrote on 27 Jul 2022, 21:30 last edited by
@SGaist said in Build error 6.4 (configure):
Can you show how you started and prepared your command line before building Qt ?
Just run this:
And run this command:
git clone git://code.qt.io/qt/qt5.git qt6
git checkout 6.4
perl init-repository
mkdir build
cd build
../configure.bat -prefix E:/dev/qt6_install
-
Can you just test if an x64 build works ?
-
wrote on 29 Jul 2022, 21:03 last edited by
@SGaist all the same. I take version 6.4, maybe some other one is needed?
-
wrote on 28 Aug 2022, 23:27 last edited by
i resolved this. Perhaps someone will be useful. I had cmake 3.24-rc4 and they broke something with it. Here is the link: https://gitlab.kitware.com/cmake/cmake/-/issues/23759
Rolled back cmake to 3.23.3, everything works fine
@SGaist thk for trying to help