Hi everybody, I'm a beginner in clutter developping. So I try to do
beginner tutorial from tuxradar.
http://www.tuxradar.com/content/clutter-beginners-tutorialhttp://www.tuxradar.com/content/clutter-beginners-tutorial
<http://www.tuxradar.com/content/clutter-beginners-tutorial>
But when I compile example.com, I have this error..
gcc example.c -o clutterapp `pkg-config clutter-1.0 --cflags --libs`
/usr/include/clutter-1.0/clutter/clutter-json.h:9,
from /usr/include/clutter-1.0/clutter/clutter-scriptable.h:34,
from /usr/include/clutter-1.0/clutter/clutter.h:64,
from example.c:1:
/usr/include/clutter-1.0/clutter/json/json-types.h:25:2: erreur: #error
"Only <json-glib/json-glib.h> can be included directly."
I am on Fedora 12 and I installed packages
clutter-1.0.6-1.fc12.i686
gtk+
libX11
I've found this bugs http://bugs.gentoo.org/show_bug.cgi?id=240433
but I don't understand what gnome-base/gail-1000 is
should I work on an Ubuntu or a Debian instead of Fedora ?
Thanks for your answer
Regards, Bastien