jakint0sh
jakint0sh
There were two separate things causing the build failure here. One was a file-scope global variable not being declared as extern in a header, causing it to be defined multiple...
This is yet another fix for yet another instance of cairo now needing to link against libstdc++, which the package's build process isn't expecting, which causes the linker to throw...
After the update to version 2.80.0, glib will now fail to configure (and subsequently fail to build) unless the Python 3 module `packaging` is installed. This was initially found in...
Honestly I don't have a clue what's causing this: ``` ../../../../../../../../ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/vnl_bignum.cxx: In member function 'vnl_bignum::operator float() const': ../../../../../../../../ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/vnl_bignum.cxx:716:37: error: 'numeric_limits' is not a member of 'std' 716 | if (this->is_infinity())...
It seems there is a C++ standard configuration error for freeimage, lotsa complaints about stuff not being okay in C++ 17. Terminal output and logfile: https://gist.github.com/jakint0sh/de909bfcca8a4a20dd89cf86cd52fefa