I always update to the latest André builds, but unfortunately don’t keep previous installers around. I had an older wavelet build still working, but lost that too when I tried a full uninstall of everything just now.
So these are the two latest from the keybase site that I tried:
RawTherapee_dev_5.6-182-g4bda0fb47_W64_skylake_190718.zip
RawTherapee_newlocallab_5.6-996-gf54b0f619_W64_skylake_190715.zip
When I try to launch them, nothing happens. Had to install ‘RawTherapee_5.6_WinVista_64.zip’ to have any working install.
As, providing the same builds would be pointless, I decided to generate mor optimised builds. Those builds can only be run on skylake processors and above.
So I suppose your processor is not compatible. Could you provide your CPU characteristics?
If you see a drawback or an issue in this situation, don’t hesitate to share.
I should have documented this modification. Sorry for inconvenience.
Can you provide a less specific build, which will work on most (though still not all win64 systems) with -msse4 for example. Not targeting a special cpu, but a feature?
Try this command to get what’s enabled on your machine and restrict the build to the features which you think of being available.
gcc -march=native -Q --help=target
Edit: Let me eloborate a bit more on this (for windows x64 builds):
There are only a few x64 cpus which do not support SSE4 and these cpus are quite old.
Means, providing a standard-build and a SSE4 build could be usefull.
Are these files supposed to be present/downloaded? They don’t seem to be there based on a couple sample searches I did in that folder. How do I download them? There look to be many thousands of files… Certainly I’m not expected to download each, one at at a time, am I?
If they do have to be downloaded, then it seems to say they have to then be downgraded. Pacman -U? And it says this has to be done for each of these many hundreds of files? I could never keep track of that even if I had days to try it…
I am having a severe migraine at the moment and my father is in ICU, so I am not thinking clearly. I think it ought to be in the makefile using the -DCMAKE_C_FLAGS and / or -DCMAKE_CXX_FLAGS.