Closed xhochy closed 4 years ago
Someone rebuilds for Windows (@ocefpaf ?)
Sure. I'll try to build it tonight with my Windows laptop. Unless @isuruf beats me to it and test for the OVH machine.
Fails with %SRC_DIR%\qtbase\src\3rdparty\angle\src\libANGLE\renderer\d3d\d3d11\texture_format_table_autogen.cpp : fatal error C1083: Cannot open compiler generated file: '': Invalid argument
Done
Note to future self. Above error happens when the build directory path length is too long.
Thanks!
Note to future self. Above error happens when the build directory path length is too long.
BTW, you told me to change it to a shorter path a long time ago ;-p
I am tempted to add some build/max_build_dir_len so we can exit build attempts that try to exceed that?
Seems like we don't have a qt version which is available for OSX + Win + Linux at the same time and also supports icu=67. Thus I'm unable to finish up the
icu=67
migration.5.15.5
: No build for Windows andicu=67
5.15.6
: No OSX build5.15.9
: No Windows buildI need a version that is available for all OSes as https://github.com/conda-forge/qgis-feedstock/pull/147 is pinned through
qtlocation
to the minor version ofqt
. Updatingqtlocation
requires a qt minor version with builds on all of the OSes.Options here:
5.15.6
on a branch and get a build for OSX for that minor version.