RSS/Atom feed Twitter
Site is read-only, email is disabled

Compiling "denoise" plug-in

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Compiling "denoise" plug-in Jim Sabatke 22 Dec 16:47
  Compiling "denoise" plug-in Tor Lillqvist 24 Dec 23:03
Jim Sabatke
2007-12-22 16:47:53 UTC (almost 17 years ago)

Compiling "denoise" plug-in

I downloaded and tried to compile Roland Simmen's "DeNoise" plug-in. It only comes with source files, no Makefile, no configure to make the Makefile. gimptool-2.0 doesn't seem to like multiple *.c source files.

Would someone please point me in the right direction to get this plug-in compiled and working?

TIA,

Jim

Tor Lillqvist
2007-12-24 23:03:56 UTC (almost 17 years ago)

Compiling "denoise" plug-in

I downloaded and tried to compile Roland Simmen's "DeNoise" plug-in. It only comes with source files, no Makefile, no configure to make the Makefile. gimptool-2.0 doesn't seem to like multiple *.c source files.

Well, I don't know anything about DeNoise in particular, but have you tried then just running gimptool-2.0 --dry-run with some dummy.c filename to see the correct flags to use, then copy-paste the output of that, i.e. the command to use to compile a plug-in with just one source file dummy.c, replaceing dummy,c with the actual source files of DeNoise?

--tml