fo76utils

Results 43 comments of fo76utils

> Compilation is OK now :) I can share a DMG for Mac if you want for your fork Thanks, I can add the DMG to the next release in...

> A question on that : once the file release.yml is updated for MacOS, how to test it ? You can test workflows in a fork of the repository, any...

> There's something strange, the QT docs are referring to c++20 for QT6 CONFIG and c++2a / c++2b for QT5 CONFIG : am I missing something here ? This is...

I made some changes to NifSkope.pro so that Clang now uses similar command line options to GCC, and I also made the addition of x86 specific options conditional.

This is the actual error: make: /usr/local/opt/llvm/bin/clang++: No such file or directory It looks like an issue with the Clang paths.

Thanks, I added this to main.yml, and it does seem to [successfully compile](https://github.com/fo76utils/nifskope/actions/runs/10433554738) now. I made these changes: * Updated jurplel/install-qt-action to v4, as v2 is deprecated. * Added the...

This is a [known issue](https://github.com/hexabits/nifskope/issues/67), it has been fixed in my fork of NifSkope, and if I recall correctly also in Gavrant's.

> I'm running Windows 11. Should I use the win64qt6 clang or gcc archetype? The only difference between those packages is that one was compiled with Clang, and the other...

The same issue has also been fixed in [this fork](https://github.com/fo76utils/nifskope/releases), as well as a number of other bugs that have been introduced between dev8 and dev9.

> @fo76utils Your fork did not fix the issue in question. I did fix the specific issue reported by the OP, here is what the same or similar model looks...