Open AndreyMlashkin opened 2 years ago
@ericLemanissier
I started a test at https://github.com/eirikb/proof-of-conan/runs/5831051706?check_suite_focus=true, it failed later in the build process. It uses mingw-builds/11.2.0
as compiler. which package is stored in D:\.conan\fb39bb
on your machine ?
It's strawberryperl\5.30.0.1
please retry with -u
argument. strawberryperl should not have a compiler since https://github.com/conan-io/conan-center-index/commit/692cd9a955de9acb5aea7f369de014f57f157392
full_log.txt it is still showing an error
you disabled pcre2, but qt does not seem to like that:
-- The following REQUIRED packages have not been found:
* WrapPCRE2
qt_build_log.txt now it fails here
what compiler do you want to use, gcc or clang-cl ? your log has CC=clang-cl
qt_script.txt sorry, if was a wrong file
what package is stored in E:\.conan\5fc737
? if it's strawberryperl
again, then the solution is identical to last time: retry with -u
command line argument (or manually delete E:\.conan\5fc737
).
please join on slack => https://cpplang.slack.com/?id=conan to continue discussion
It's again stroberyperl. I am not allowed to join your workspace.
I think some path is missing here:
E:/.conan/8282aa/1/qtbase/src/tools/moc/moc_resource.rc:1:10: fatal error: windows.h: No such file or directory
1 | #include
it might be MinGW is case-sensitive and doesn't like #include "windows.h"
and wants #include "Windows.h"
, can you check that?
it's not relatedto mingw or case-sensitivity. Your build is using windres from strawberryperl
, which is wrong and easy to fix.
Package and Environment Details (include every applicable attribute)
Conan profile (output of
conan profile show default
orconan profile show <profile>
if custom profile is in use)Steps to reproduce (Include if Applicable)
Logs (Include/Attach if Applicable)
Click to expand log
``` qt/6.2.4: Applying build-requirement: cmake/3.22.0 qt/6.2.4: Applying build-requirement: ninja/1.10.2 qt/6.2.4: Applying build-requirement: pkgconf/1.7.4 qt/6.2.4: Applying build-requirement: strawberryperl/5.30.0.1 Downloading conan_sources.tgz completed [2.30k] Decompressing conan_sources.tgz completed [0.00k] qt/6.2.4: Configuring sources in D:\.conan\262902\1 Downloading qt-everywhere-src-6.2.4.tar.xz completed [646156.05k] qt/6.2.4: Building your package in D:\.conan\3d5abb\1 qt/6.2.4: Generator pkg_config created cmake.pc qt/6.2.4: Generator pkg_config created ninja.pc qt/6.2.4: Generator pkg_config created libpkgconf.pc qt/6.2.4: Generator pkg_config created strawberryperl.pc qt/6.2.4: Generator pkg_config created zlib.pc qt/6.2.4: Generator cmake_find_package created Findcmake.cmake qt/6.2.4: Generator cmake_find_package created Findninja.cmake qt/6.2.4: Generator cmake_find_package created Findpkgconf.cmake qt/6.2.4: Generator cmake_find_package created Findstrawberryperl.cmake qt/6.2.4: Generator cmake_find_package created FindZLIB.cmake qt/6.2.4: Generator cmake created conanbuildinfo.cmake qt/6.2.4: Aggregating env generators qt/6.2.4: Calling build() WARN: replace_in_file didn't find pattern '$<$