conda-forge / qt-feedstock

A conda-smithy repository for qt.
BSD 3-Clause "New" or "Revised" License
12 stars 57 forks source link

No recent version with qt available on all platforms with icu=67 #173

Closed xhochy closed 4 years ago

xhochy commented 4 years ago

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.

I 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 of qt. Updating qtlocation requires a qt minor version with builds on all of the OSes.

Options here:

ocefpaf commented 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.

isuruf commented 4 years ago

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

isuruf commented 4 years ago

Done

isuruf commented 4 years ago

Note to future self. Above error happens when the build directory path length is too long.

xhochy commented 4 years ago

Thanks!

ocefpaf commented 4 years ago

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

mingwandroid commented 4 years ago

I am tempted to add some build/max_build_dir_len so we can exit build attempts that try to exceed that?