New Windows builds

The instructions I wrote on RawPedia were valid for GTK2 and GTK+ up to 3.18. I haven’t updated my MSYS2 install since then, so I can’t update the instructions for GTK+ >= 3.20.

Does anyone have a new master build for Windows XP 32-bit?

Yes

for Windows 32bit users you can download from my RT W32 drive release and debug builds for following branches:
master 4.2.1203
gtk3-bugfix 4.2.1408 (gtk3 3.22.1) (cannot be run on XP)
pixelshift 4.2.1232
locallab 4.2.1249

And for Windows 64 bits users, you will find in my RT W64 drive the corresponding 64bits builds.

@floessie @heckflosse when compiling locallab/iplocallab with debug option I get an error saying Mytime is undefined. Where is it defined ?

3 Likes

Can you post the error message?

D:/RAWTHERAPEE/RTSOURCE/rawtherapee/rtengine/iplocallab.cc: In member function ’ void rtengine::ImProcFunctions::Lab_Local(int, int, float**, rtengine::LabImage* , rtengine::LabImage*, int, int, int, int, int, int, int, int, bool, int, const rtengine::LocretigainCurve&, double&, double&, double&)':
D:/RAWTHERAPEE/RTSOURCE/rawtherapee/rtengine/iplocallab.cc:2212:9: error: ‘MyTim e’ was not declared in this scope
MyTime t1e, t2e;
^~~~~~
D:/RAWTHERAPEE/RTSOURCE/rawtherapee/rtengine/iplocallab.cc:2213:9: error: ‘t1e’ was not declared in this scope
t1e.set();
^~~
D:/RAWTHERAPEE/RTSOURCE/rawtherapee/rtengine/iplocallab.cc:3107:13: error: ‘t2e’ was not declared in this scope
t2e.set();
^~~
make[2]: *** [rtengine/CMakeFiles/rtengine.dir/build.make:1143: rtengine/CMakeFi les/rtengine.dir/iplocallab.cc.obj] Error 1
make[2]: *** Attente des tùches non terminées

make[1]: *** [CMakeFiles/Makefile2:179: rtengine/CMakeFiles/rtengine.dir/all] Er ror 2
make: *** [Makefile:128: all] Error 2

Should be fixed now. Please pull again :slight_smile:

1 Like

yes compiles. thanks

Hey there
 Not sure if I should post here or a separate thread
 I finally completely uninstalled sguyader’s last build which got rid of the issue I posted about above with the ‘no disk in drive’ messages with your x64 builds. (Deleting my modified options file seemed to do the trick. I tried having them coexist side by side but still had the problem.)

Now I have noticed a new issue with your ‘release_gtk3-bugfix_4.2.1412’ build. It does not allow me to change the theme and only allows the ‘RawTherapee’ theme. I installed and ran the ‘debug_gtk3-bugfix_4.2.1412’ build as well but don’t know what I need to do to report this bug properly.

I’ve also installed your latest ‘locallab_4.2.1265’ and ‘pixelshift_4.2.1241’ and these two builds do not have the issue with the theme selection. In fact, I discovered that these have other themes I had not seen before and I really like them which makes me want to see the issue in gtk3 4.2.1412 resolved even more. :smiley:

So I will do whatever you ask of me if it can help. :wink:

Fwiw, I also just installed ‘release_gtk3-bugfix_4.2.1409’ and it also has the same problem as 1412. This is all on Windows 10


@todd

This will help with the theme: :slight_smile:
https://github.com/Beep6581/RawTherapee/issues/3540

1 Like

Indeed it does. Thanks!

By the way, your theme in this context has the issue where the left column on the editor screen bounces out, instead of staying sized over to maximize viewing area
 I recall you fixed this before but don’t recall specifics


The smallest possible width is smaller than the values in the navigator panel. That’s why it pops out when you move the mouse over the picture and the color values are shown.

This is not a theme issue and depends on the font and font size. What I can do is to increase the min. width, but what happens on Linux or Apple? Is the used font smaller or wider? :wink:

1 Like

Ha, I was lying. :laughing:
I could remove some pixel from the separator line and now it doesn’t pop out.
Will be fixed in next update.

1 Like

If you look at the aboutthisbuild.txt, you will notice that those branches are based on the gtk2 gui toolkit like the master branch.
gtk3-bugfix branch is still a work in progress done mainly by Hombre and also by Toowaboo. In a near future it will become the master branch.
I cannot help with issues except for build problems(e.g. missing dependencies). The best is to report on github.

Be aware that I frequently push updated builds in my RT32 and RT 64 drive without notifying here.

@TooWaBoo [quote=“TooWaBoo, post:411, topic:615”]
now it doesn’t pop out.Will be fixed in next update.
[/quote]

Is it possible also to correct the rawtherapee theme?
For my taste, left column an right column are too wide.

1 Like

This, you should better ask @Hombre.
I’ve changed the default font to Arial and this saves a lot of space.

You can try it yourself.
Make this change to the theme:

* {
    color: #AAAAAA;
--> font-family: Arial;
}
1 Like

Sorry to ask here but were can we find infos on Pixelshift?

2 Likes

fyi, the ‘no disk’ error is back for me on the latest gtk3 builds
 There is no disk in drive error messages with Windows gtk3 builds · Issue #3544 · Beep6581/RawTherapee · GitHub

Yay!! Deactivating the floppy in BIOS did the job for me, too! Startup time is down to maybe three secons from what was roughly 4 minutes before. Also the seetings menue is much quicker now. =)

Deactivating an floppy isn’t a solution for me because I haven’t any floppy proposed in my BIOS.
Anyway, it isn’t a good and definitive solution ; the problem is inside the software and dĂ©sactivating a floppy is as to get round the PB.

Have a look at the last six posts in this thread. There is no disk in drive error messages with Windows gtk3 builds · Issue #3544 · Beep6581/RawTherapee · GitHub