Hello,
I tried to build Gstreamer with scratchbox. But I got the error: libs/gst/check/gstcheck.h:32:19: check.h: No such file or directory I hope to know how to fix it. Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! Try it! ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Mon, 2008-09-15 at 12:52 +0000, ext learning gst wrote:
> Hello, > > I tried to build Gstreamer with scratchbox. But I got the error: > libs/gst/check/gstcheck.h:32:19: check.h: No such file or directory > > I hope to know how to fix it. Try installing libcheck. Although It really doesn't make sense to check for libcheck when cross-compiling, somebody should fix that :) -- Felipe Contreras ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
hi all,
there is a report with a patch at: http://bugzilla.gnome.org/show_bug.cgi?id=551952 It works for me, please try it. Stefan Felipe Contreras schrieb: > On Mon, 2008-09-15 at 12:52 +0000, ext learning gst wrote: > >> Hello, >> >> I tried to build Gstreamer with scratchbox. But I got the error: >> libs/gst/check/gstcheck.h:32:19: check.h: No such file or directory >> >> I hope to know how to fix it. >> > > Try installing libcheck. > > Although It really doesn't make sense to check for libcheck when > cross-compiling, somebody should fix that :) > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by learning gst
Hello,
I compiled gst-plugins-basewith the command ./configure --prefix="$prefix" --disable-nls --disable-static --with-html-dir=/tmp/dumpBut I always get the error information: checking for LIBOIL... configure: error: liboil-0.3.14 or later is required. Actually I installed liboil in the :/usr/local/lib. How should I fix it? Thanks! Get news, entertainment and everything you care about at Live.com. Check it out! ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Tue, 2008-09-16 at 10:02 +0000, learning gst wrote:
Hi, (there's no need to send mails to both gstreamer-devel and gstreamer-embedded, pick whichever you think is the most suitable list and then send mails only to that list, thanks). > I compiled > > gst-plugins-base > with the command ./configure --prefix="$prefix" --disable-nls --disable-static --with-html-dir=/tmp/dump > But I always get the error information: > > checking for LIBOIL... configure: error: liboil-0.3.14 or later is > required. > > Actually I installed liboil in the :/usr/local/lib. > > How should I fix it? export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH Then re-run ./configure Cheers -Tim ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by learning gst
Hii,
Export the library path and configure it once
again.
export
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig
export
LD_LIBRARY_PATH=/usr/local/lib
Regards,
Irfan
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |