rich@rich-vb-kb18:~/Downloads/gimp-wavelet-denoise-master$ make
make -C po
make[1]: Entering directory '/home/rich/Downloads/gimp-wavelet-denoise-master/po'
msgfmt -c -v -o de.mo de.po
36 translated messages.
msgfmt -c -v -o ru.mo ru.po
36 translated messages.
msgfmt -c -v -o it.mo it.po
36 translated messages.
msgfmt -c -v -o et.mo et.po
36 translated messages.
msgfmt -c -v -o pl.mo pl.po
36 translated messages.
msgfmt -c -v -o sr.mo sr.po
36 translated messages.
msgfmt -c -v -o sr@latin.mo sr@latin.po
36 translated messages.
make[1]: Leaving directory '/home/rich/Downloads/gimp-wavelet-denoise-master/po'
make -C src
make[1]: Entering directory '/home/rich/Downloads/gimp-wavelet-denoise-master/src'
cc -O3 -ldl -Wall -pthread -I/usr/include/gegl-0.4 -I/usr/include/json-glib-1.0 -I/usr/include/babl-0.1 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gimp-2.0 -c -o plugin.o plugin.c
plugin.c: In function ‘run’:
plugin.c:92:3: warning: ‘gimp_drawable_get’ is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations]
   drawable = gimp_drawable_get (param[2].data.d_drawable);
   ^~~~~~~~
In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0,
                 from plugin.h:21,
                 from plugin.c:16:
/usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here
 GimpDrawable * gimp_drawable_get                    (gint32         drawable_ID);
                ^~~~~~~~~~~~~~~~~
plugin.c:116:4: warning: ‘gimp_drawable_detach’ is deprecated [-Wdeprecated-declarations]
    gimp_drawable_detach (drawable);
    ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0,
                 from plugin.h:21,
                 from plugin.c:16:
/usr/include/gimp-2.0/libgimp/gimpdrawable.h:53:16: note: declared here
 void           gimp_drawable_detach                 (GimpDrawable  *drawable);
                ^~~~~~~~~~~~~~~~~~~~
plugin.c:134:3: warning: ‘gimp_drawable_detach’ is deprecated [-Wdeprecated-declarations]
   gimp_drawable_detach (drawable);
   ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0,
                 from plugin.h:21,
                 from plugin.c:16:
/usr/include/gimp-2.0/libgimp/gimpdrawable.h:53:16: note: declared here
 void           gimp_drawable_detach                 (GimpDrawable  *drawable);
                ^~~~~~~~~~~~~~~~~~~~
cc -O3 -ldl -Wall -pthread -I/usr/include/gegl-0.4 -I/usr/include/json-glib-1.0 -I/usr/include/babl-0.1 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gimp-2.0 -c -o colorspace.o colorspace.c
cc -O3 -ldl -Wall -pthread -I/usr/include/gegl-0.4 -I/usr/include/json-glib-1.0 -I/usr/include/babl-0.1 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gimp-2.0 -c -o denoise.o denoise.c
denoise.c: In function ‘denoise’:
denoise.c:41:3: warning: ‘gimp_pixel_rgn_init’ is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations]
   gimp_pixel_rgn_init (&rgn_in, drawable, x1, y1, width, height, FALSE,
   ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0,
                 from plugin.h:21,
                 from denoise.c:16:
/usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here
 void      gimp_pixel_rgn_init       (GimpPixelRgn  *pr,
           ^~~~~~~~~~~~~~~~~~~
denoise.c:43:3: warning: ‘gimp_pixel_rgn_init’ is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations]
   gimp_pixel_rgn_init (&rgn_out, drawable, x1, y1, width, height,
   ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0,
                 from plugin.h:21,
                 from denoise.c:16:
/usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here
 void      gimp_pixel_rgn_init       (GimpPixelRgn  *pr,
           ^~~~~~~~~~~~~~~~~~~
denoise.c:47:3: warning: ‘gimp_tile_cache_ntiles’ is deprecated [-Wdeprecated-declarations]
   gimp_tile_cache_ntiles (drawable->width / gimp_tile_width () + 1);
   ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gimp-2.0/libgimp/gimp.h:63:0,
                 from plugin.h:21,
                 from denoise.c:16:
/usr/include/gimp-2.0/libgimp/gimptile.h:60:9: note: declared here
 void    gimp_tile_cache_ntiles (gulong     ntiles);
         ^~~~~~~~~~~~~~~~~~~~~~
denoise.c:73:7: warning: ‘gimp_pixel_rgn_get_row’ is deprecated: Use 'gegl_buffer_get' instead [-Wdeprecated-declarations]
       gimp_pixel_rgn_get_row (&rgn_in, line, x1, i + y1, width);
       ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0,
                 from plugin.h:21,
                 from denoise.c:16:
/usr/include/gimp-2.0/libgimp/gimppixelrgn.h:68:11: note: declared here
 void      gimp_pixel_rgn_get_row    (GimpPixelRgn  *pr,
           ^~~~~~~~~~~~~~~~~~~~~~
denoise.c:186:7: warning: ‘gimp_pixel_rgn_set_row’ is deprecated: Use 'gegl_buffer_set' instead [-Wdeprecated-declarations]
       gimp_pixel_rgn_set_row (&rgn_out, line, x1, i + y1, width);
       ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0,
                 from plugin.h:21,
                 from denoise.c:16:
/usr/include/gimp-2.0/libgimp/gimppixelrgn.h:92:11: note: declared here
 void      gimp_pixel_rgn_set_row    (GimpPixelRgn  *pr,
           ^~~~~~~~~~~~~~~~~~~~~~
denoise.c:208:3: warning: ‘gimp_drawable_flush’ is deprecated: Use 'gegl_buffer_flush' instead [-Wdeprecated-declarations]
   gimp_drawable_flush (drawable);
   ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0,
                 from plugin.h:21,
                 from denoise.c:16:
/usr/include/gimp-2.0/libgimp/gimpdrawable.h:55:16: note: declared here
 void           gimp_drawable_flush                  (GimpDrawable  *drawable);
                ^~~~~~~~~~~~~~~~~~~
cc -O3 -ldl -Wall -pthread -I/usr/include/gegl-0.4 -I/usr/include/json-glib-1.0 -I/usr/include/babl-0.1 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gimp-2.0 -c -o wavelet.o wavelet.c
cc -O3 -ldl -Wall -pthread -I/usr/include/gegl-0.4 -I/usr/include/json-glib-1.0 -I/usr/include/babl-0.1 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gimp-2.0 -c -o events.o events.c
cc -O3 -ldl -Wall -pthread -I/usr/include/gegl-0.4 -I/usr/include/json-glib-1.0 -I/usr/include/babl-0.1 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gimp-2.0 -c -o interface.o interface.c
interface.c: In function ‘user_interface’:
interface.c:46:3: warning: ‘gimp_drawable_preview_new’ is deprecated: Use 'gimp_drawable_preview_new_from_drawable_id' instead [-Wdeprecated-declarations]
   preview = gimp_drawable_preview_new (drawable, &settings.preview);
   ^~~~~~~
In file included from /usr/include/gimp-2.0/libgimp/gimpui.h:33:0,
                 from plugin.h:22,
                 from interface.c:16:
/usr/include/gimp-2.0/libgimp/gimpdrawablepreview.h:69:16: note: declared here
 GtkWidget    * gimp_drawable_preview_new                  (GimpDrawable        *drawable,
                ^~~~~~~~~~~~~~~~~~~~~~~~~
cc -O3 -ldl -Wall -pthread -I/usr/include/gegl-0.4 -I/usr/include/json-glib-1.0 -I/usr/include/babl-0.1 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gimp-2.0 -o wavelet-denoise plugin.o colorspace.o denoise.o wavelet.o events.o interface.o -lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0 -lgimp-2.0 -lgimpmath-2.0 -lgimpconfig-2.0 -lgimpcolor-2.0 -lgimpbase-2.0 -lgegl-0.4 -lgegl-npd-0.4 -lm -Wl,--export-dynamic -lgmodule-2.0 -pthread -ljson-glib-1.0 -lgio-2.0 -lbabl-0.1 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lm
make[1]: Leaving directory '/home/rich/Downloads/gimp-wavelet-denoise-master/src'
rich@rich-vb-kb18:~/Downloads/gimp-wavelet-denoise-master$ 
