On Mon, Oct 26, 2009 at 9:10 AM, Tejas Bhanabhagavanwala <te...@oriolesoftware.com> wrote: > Hi Felipe, > After getting error in configuring gstreamer i have given > following command to re configure and i am successful in re configuration. > # sb2 ./configure --prefix=/opt/gstreamer_beagle/ --disable-nls > --disable-static --enable-binary-registry --disable-loadsave > --with-html-dir=/tmp/dump > --with-pkg-config-path=/opt/gstreamer_beagle/lib/pkgconfig/ > > After that when i give make install command it gives me > following error. > > [r...@fedora gstreamer-0.10.25]# sb2 make install > Making install in pkgconfig > /usr/bin/install -c -m 644 'gstreamer-0.10.pc' > '/opt/gstreamer_beagle/lib/pkgconfig/gstreamer-0.10.pc' > /usr/bin/install -c -m 644 'gstreamer-base-0.10.pc' > '/opt/gstreamer_beagle/lib/pkgconfig/gstreamer-base-0.10.pc' > /usr/bin/install -c -m 644 'gstreamer-check-0.10.pc' > '/opt/gstreamer_beagle/lib/pkgconfig/gstreamer-check-0.10.pc' > /usr/bin/install -c -m 644 'gstreamer-controller-0.10.pc' > '/opt/gstreamer_beagle/lib/pkgconfig/gstreamer-controller-0.10.pc' > /usr/bin/install -c -m 644 'gstreamer-dataprotocol-0.10.pc' > '/opt/gstreamer_beagle/lib/pkgconfig/gstreamer-dataprotocol-0.10.pc' > /usr/bin/install -c -m 644 'gstreamer-net-0.10.pc' > '/opt/gstreamer_beagle/lib/pkgconfig/gstreamer-net-0.10.pc' > Making install in gst > /bin/sh: glib-genmarshal: command not found > make[1]: *** [gstmarshal.h] Error 127 > make: *** [install-recursive] Error 1
Find glib-genmarshal and make sure it's in your PATH. Instead of --with-pkg-config-path=/opt/gstreamer_beagle/lib/pkgconfig/ you can do (once): export PKG_CONFIG_PATH=/opt/gstreamer_beagle/lib/pkgconfig/ Also, please avoid top-posting. A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? -- Felipe Contreras ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Gstreamer-embedded mailing list Gstreamer-embedded@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded