I tried compiling with gimp 2.9, but it failed with a missing definition of GIMP_LAYER_MODE_NORMAL.
At least my version (2.9.5) uses GIMP_NORMAL_MODE, so I have to take out the #if clause in nufraw_main-gimp.c
Then compile succeeds.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tried compiling with gimp 2.9, but it failed with a missing definition of GIMP_LAYER_MODE_NORMAL.
At least my version (2.9.5) uses GIMP_NORMAL_MODE, so I have to take out the #if clause in nufraw_main-gimp.c
Then compile succeeds.
fixed on v0.42