From: Robert L K. <rl...@al...> - 2000-05-02 23:21:29
|
Date: Tue, 02 May 2000 20:15:40 +0200 From: Michael Natterer <mit...@cs...> > gimp_color_window.c : In function gimp_create_color_adjust_window > 78 : warning : implicit declaration of function gimp_dialog_new > 79 : 'gimp_plugin_help_func' undeclared (first use in this function) > > etc. > > The unsuccessful compilation was made on Linux (Suse 6.3) whith > version 1.1.11 of gimp (and 2.91.66 of gcc). The gimp-devel package > is installed. I think the problem is with gimp. Do I need to upgrade > to the latest version (I would rather not) ? Unfortunately, you have to upgrade if you want the ui with the libgimp widgets. The problem is that it didn't compile. It would be OK to degrade to the GTK-only version if the necessary Gimp stuff is missing; it's not OK for it to fail to compile. Again, unfortunately, this means that all people with versions lower than 1.1.21 will see only one ui (will not have the choice of two menu entries). That's fine, just as long as people with lower versions can compile the plugin. |