Hello ,friends:
I met a issue when i compile gst-plugins-good-0.10.14 ,when i run ./configure ,i get the following message checking for GST... no no configure: No package 'gstreamer-0.10' found configure: error: no gstreamer-0.10 >= 0.10.22 (GStreamer) found but i have gstreamer-0.10 on my machine [root@localhost gst-plugins-good-0.10.14]# /usr/local/bin/gst-inspect --version gst-inspect-0.10 version 0.10.22 GStreamer 0.10.22 Unknown package origin this one is built from source ,and i think i compile and install gstreamer-core rightly .So i do not know why plugin report "No package 'gstreamer-0.10' found". Any one can help me ,thanks a lot! ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi,
You probably then need to set the pkgconfig path, before running the configure script. eg. export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ (considering you have installed in /usr/local) ~Regards Ved On Mon, Apr 13, 2009 at 6:30 PM, 王建伟 <[hidden email]> wrote: > Hello ,friends: > I met a issue when i compile gst-plugins-good-0.10.14 ,when i run > ./configure ,i get the following message > > checking for GST... no > no > configure: No package 'gstreamer-0.10' found > configure: error: no gstreamer-0.10 >= 0.10.22 (GStreamer) found > > but i have gstreamer-0.10 on my machine > > [root@localhost gst-plugins-good-0.10.14]# /usr/local/bin/gst-inspect > --version > gst-inspect-0.10 version 0.10.22 > GStreamer 0.10.22 > Unknown package origin > > > this one is built from source ,and i think i compile and install > gstreamer-core rightly .So i do not know why plugin report "No package > 'gstreamer-0.10' found". > > Any one can help me ,thanks a lot! > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > High Quality Requirements in a Collaborative Environment. > Download a free trial of Rational Requirements Composer Now! > http://p.sf.net/sfu/www-ibm-com > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by 王建伟
You have the binaries but you don't have the developer files.
Try to compile the gstreamer module before compiling any other module. Andoni 2009/4/13 王建伟 <[hidden email]>: > Hello ,friends: > I met a issue when i compile gst-plugins-good-0.10.14 ,when i run > ./configure ,i get the following message > > checking for GST... no > no > configure: No package 'gstreamer-0.10' found > configure: error: no gstreamer-0.10 >= 0.10.22 (GStreamer) found > > but i have gstreamer-0.10 on my machine > > [root@localhost gst-plugins-good-0.10.14]# /usr/local/bin/gst-inspect > --version > gst-inspect-0.10 version 0.10.22 > GStreamer 0.10.22 > Unknown package origin > > > this one is built from source ,and i think i compile and install > gstreamer-core rightly .So i do not know why plugin report "No package > 'gstreamer-0.10' found". > > Any one can help me ,thanks a lot! > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > High Quality Requirements in a Collaborative Environment. > Download a free trial of Rational Requirements Composer Now! > http://p.sf.net/sfu/www-ibm-com > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
2009/4/13 Andoni Morales <[hidden email]>:
> You have the binaries but you don't have the developer files. > Try to compile the gstreamer module before compiling any other module. > Andoni I dind't read that you already compiled the gstreamer core. You may need to export the the following flags: CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" PKG_CONFIG_PATH=/usr/local/lib/pkgconfig > > 2009/4/13 王建伟 <[hidden email]>: >> Hello ,friends: >> I met a issue when i compile gst-plugins-good-0.10.14 ,when i run >> ./configure ,i get the following message >> >> checking for GST... no >> no >> configure: No package 'gstreamer-0.10' found >> configure: error: no gstreamer-0.10 >= 0.10.22 (GStreamer) found >> >> but i have gstreamer-0.10 on my machine >> >> [root@localhost gst-plugins-good-0.10.14]# /usr/local/bin/gst-inspect >> --version >> gst-inspect-0.10 version 0.10.22 >> GStreamer 0.10.22 >> Unknown package origin >> >> >> this one is built from source ,and i think i compile and install >> gstreamer-core rightly .So i do not know why plugin report "No package >> 'gstreamer-0.10' found". >> >> Any one can help me ,thanks a lot! >> >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by: >> High Quality Requirements in a Collaborative Environment. >> Download a free trial of Rational Requirements Composer Now! >> http://p.sf.net/sfu/www-ibm-com >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >> >> > ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |