[Goodies-dev] Problem to compile my plugin (genmon) after "big cleanup"
Juju
jujucece at gmail.com
Tue Oct 10 14:32:04 CEST 2006
Hi,
I've just updated my local SVN from the repository and I see that
"nick" have made a "big cleanup" in the genmon plugin repository.
But now, the plugin doesn't compile any more :
1. The AM_CONFIG_HEADER([config.h]) line in the "configure.ac" should
be replaced by :
AM_CONFIG_HEADER(config.h) to avoid problems like :
config.status: error: cannot find input file: [config.h].in ;-)
2. When I execute ./autogen.sh, I've got the Warning :
configure.ac: 2355: required file `./ltmain.sh' not found
3. When I change the line with config.h, the augen.sh runs OK but the
make returns me errors :
...
config_gui.h:29:21: error: gtk/gtk.h: Aucun fichier ou répertoire de ce type
config_gui.h:31:39: error: libxfce4util/libxfce4util.h: Aucun fichier
ou répertoire de ce type
config_gui.h:32:33: error: libxfcegui4/dialogs.h: Aucun fichier ou
répertoire de ce type
config_gui.h:33:45: error: libxfce4panel/xfce-panel-plugin.h: Aucun
fichier ou répertoire de ce type
...
So, I've nothing against cleaning the code, but the minimum is to test
the modifications (but I know it's hard to do this on dozens of
plugins).
So now, I would like to know, what should I do to make this plugin
compile. (Sorry, but I'm not a autotools specialist).
Thanks in advance,
Juju
More information about the Goodies-dev
mailing list