Le mercredi 29 novembre 2006 à 21:25 +0100, keeper 7 a écrit : > I've got some troubles compiling pigment to run lately elisa. I've read > README and INSTALL files and I think I've installed all dependencies. > Nevertheless, I couldn't compile it, obteining the next message: > > In file included from pgmrendersink.c:19: > pgmrendersink.h:25:29: error: gst/video/video.h: No such file or directory > pgmrendersink.h:26:36: error: gst/video/gstvideosink.h: No such file or > directory > In file included from pgmrendersink.c:19: > pgmrendersink.h:40: error: expected specifier-qualifier-list before > 'GstVideoSink' > pgmrendersink.h:54: error: expected specifier-qualifier-list before > 'GstVideoSinkClass' > pgmrendersink.c:28: error: 'GST_VIDEO_CAPS_RGB' undeclared here (not in a > function) > ....................... > > I could not find this library... > Did someone know how can I solve this problem??
Are you trying to compile SVN or 0.1.0 ? Anyway in both cases you need to install libgstreamer-plugins-base0.10-dev (if running on ubuntu) or gsreamer-plugins-base-devel (if running fedora) These dependencies are liste in the README in SVN, but the one in 0.1.0 is not up-to-date. Philippe
