[Interest] Build report - QT 6.3 on FreeBSD 13.1

2022-06-18 Thread Chris Benesch
Hi all, I have gotten a successful build of QT 6.3 on FreeBSD latest. All things considered, it went pretty smoothly. Some pointers for anyone interested: Installing the Gnome desktop resolves the vast majority of dependencies, especially that annoying xcb stuff which for some reason on Linux i

Re: [Interest] Qt5.15 from source on centOS 7

2022-06-18 Thread Mike Rochefort
Alex, I'm going to echo Simon's suggestion from earlier. The Developer Toolsets are designed and provided for the purpose of enabling the use of newer toolchains on RHEL-compatible platforms. Compiled objects still dynamically link against the system libraries and will statically link in the pi

Re: [Interest] Qt5.15 from source on centOS 7

2022-06-18 Thread Alexander Carôt
> Assembler messages: > Fatal error: can't create .obj/Assimp.o: Datei oder Verzeichnis nicht gefunden > make[5]: *** [.obj/Assimp.o] Fehler 2 > make[5]: Leaving directory > `/var/www/vhosts/soundjack.eu/qt-everywhere-src-5.15.2/qtquick3d/src/plugins/assetimporters/assimp' > > What can I do with

Re: [Interest] Qt5.15 from source on centOS 7

2022-06-18 Thread Alexander Carôt
Thanks all – in fact I just needed to set tge LD_LIBRARY_PATH according to: https://stackoverflow.com/questions/20357033/usr-lib-x86-64-linux-gnu-libstdc-so-6-version-cxxabi-1-3-8-not-found and then it compiled fine also with the original libstc++.so.6 However, a new problem comes up when doing