Hello,
When I try to compile ario I get this error message:
Making all in plugins
make[2]: Entering directory `/tmp/rmake/builds/ario/ario-1.5.1/plugins'
Making all in filesystem
make[3]: Entering directory `/tmp/rmake/builds/ario/ario-1.5.1/plugins/filesyste
m'
CC ario-filesystem.lo
In file included from ../../src/ario-util.h:21,
from ario-filesystem.c:28:
/usr/include/glib-2.0/glib/gslist.h:28:2: error: #error "Only <glib.h> can be in
cluded directly."
make[3]: *** [ario-filesystem.lo] Error 1
make[3]: Leaving directory `/tmp/rmake/builds/ario/ario-1.5.1/plugins/filesystem
'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/rmake/builds/ario/ario-1.5.1/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/rmake/builds/ario/ario-1.5.1'
:
How can I solve this one ?
I see that the package is not updated upstream since 2011.
Roelof
Hello,
Probably there is an issue in the source itself. that's usually
generated when a file don't have:
#include <glib.h>
Try to start with looking if it compiles without building the plugin only.
Can try to add inside recipe: --help in r.configure line, then you get
the help showed in terminal and can see what to use to disable the plugin.
But this is a issue from the source of the application.
// Tomas Forsman
_______________________________________________
Foresight-devel mailing list
[email protected]
https://lists.foresightlinux.org/mailman/listinfo/foresight-devel