Building Nufraw 0.4x / nufraw and Fuji

I’m attempting to build the latest versions of nufraw (0.40/0.41) from the source tarballs on Sourceforge on Ubuntu Xenial. I use a Fuji X-Pro2, which is not 100% supported in the 0.38 version currently available via the dhor ppa. After I run aclocal, automake --get-missing, and automake, I can’t find documentation on what to do next. ./configure doesn’t do anything, make asks for a target, and nothing else in the directory jumps out at me.

1 Like

Add your voice to and bump this issue https://sourceforge.net/p/nufraw/tickets/4/

There should not be a problem, I compiled 0.41 adjusted for Gimp 2.9 some weeks ago after that dumb file-raw-placeholder plugin was added.

A quick tryout in a Kubuntu 16.04 (stock Gimp 2.8.16) and nufraw 0.40 compiles and works ok. A few warnings but no errors.

rich@rich-VB:~/Downloads/nufraw-0.40$ ./autogen.sh 
running aclocal
running autoconf
running autoheader
running automake
configure.ac:6: installing './config.guess'
configure.ac:6: installing './config.sub'
configure.ac:8: installing './install-sh'
configure.ac:8: installing './missing'
Makefile.am: installing './depcomp'
now run './configure --enable-contrast && make'
rich@rich-VB:~/Downloads/nufraw-0.40$ ./configure --enable-contrast && make
......snip....

  GEN      nufraw-batch
  CC       nufraw_gimp-nufraw_main-gimp.o
  CCLD     nufraw-gimp
  CC       nufraw-nufraw_main.o
  CCLD     nufraw
make[2]: Leaving directory '/home/rich/Downloads/nufraw-0.40'
make[1]: Leaving directory '/home/rich/Downloads/nufraw-0.40'
rich@rich-VB:~/Downloads/nufraw-0.40$ 

In action looks like this https://i.imgur.com/zVMzF3s.jpg

However, there is a debian package at sourceforge Download nufraw from SourceForge.net Does that one not work?

1 Like

Aha! There we go! Now I just need to pull in the deps for building the gtk. I may be back… :slight_smile:

Success! Built 0.41 with gtk and extras. Now to figure out how to add wb profiles for my camera.

1 Like