getting following errors while compiling GStreamer...

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

getting following errors while compiling GStreamer...

Manish Rana
Hi,

I am getting the following errors while compiling Gstremaer.
I am using Ubuntu,  for the same purpose.
I have tried with the 0.10.20 as well as 0.10.18 release, both the cases the error is the same.

Please see if someone can guide me to resolve this.

(cd .libs && rm -f libgstreamer-0.10.so.0 && ln -s libgstreamer-0.10.so.0.16.0 libgstreamer-0.10.so.0)
(cd .libs && rm -f libgstreamer-0.10.so && ln -s libgstreamer-0.10.so.0.16.0 libgstreamer-0.10.so)
rm -fr .libs/libgstreamer-0.10.lax
mkdir .libs/libgstreamer-0.10.lax
rm -fr .libs/libgstreamer-0.10.lax/libgstparse.a
mkdir .libs/libgstreamer-0.10.lax/libgstparse.a
(cd .libs/libgstreamer-0.10.lax/libgstparse.a && ar x /root/Work/Open-Src GstCode/gstreamer-0.10.18.tar/gstreamer-0.10.18/gst/parse/.libs/libgstparse.a)
ar: /root/Work/Open-Src: No such file or directory
make[4]: *** [libgstreamer-0.10.la] Error 9
make[4]: Leaving directory `/root/Work/Open-Src GstCode/gstreamer-0.10.18.tar/gstreamer-0.10.18/gst'
make[3]: *** [all-recursive] Error 1

Thnaks a lot
Manish


-------------------------------------------------------------------------
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
Reply | Threaded
Open this post in threaded view
|

Re: getting following errors while compiling GStreamer...

michael smith-6-3
Manish,

The build system doesn't work with paths containing spaces. This is
unlikely to be fixed, as it'd be a lot of work - though if someone
wants to do that work, great.

So, you should use a directory containing only alphanumeric characters.

Mike


On Mon, Oct 6, 2008 at 12:45 AM, Manish Rana <[hidden email]> wrote:

> Hi,
>
> I am getting the following errors while compiling Gstremaer.
> I am using Ubuntu,  for the same purpose.
> I have tried with the 0.10.20 as well as 0.10.18 release, both the cases the
> error is the same.
>
> Please see if someone can guide me to resolve this.
>
> (cd .libs && rm -f libgstreamer-0.10.so.0 && ln -s
> libgstreamer-0.10.so.0.16.0 libgstreamer-0.10.so.0)
> (cd .libs && rm -f libgstreamer-0.10.so && ln -s libgstreamer-0.10.so.0.16.0
> libgstreamer-0.10.so)
> rm -fr .libs/libgstreamer-0.10.lax
> mkdir .libs/libgstreamer-0.10.lax
> rm -fr .libs/libgstreamer-0.10.lax/libgstparse.a
> mkdir .libs/libgstreamer-0.10.lax/libgstparse.a
> (cd .libs/libgstreamer-0.10.lax/libgstparse.a && ar x /root/Work/Open-Src
> GstCode/gstreamer-0.10.18.tar/gstreamer-0.10.18/gst/parse/.libs/libgstparse.a)
> ar: /root/Work/Open-Src: No such file or directory
> make[4]: *** [libgstreamer-0.10.la] Error 9
> make[4]: Leaving directory `/root/Work/Open-Src
> GstCode/gstreamer-0.10.18.tar/gstreamer-0.10.18/gst'
> make[3]: *** [all-recursive] Error 1
>
> Thnaks a lot
> Manish
>
>
> -------------------------------------------------------------------------
> 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
>
>

-------------------------------------------------------------------------
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
Reply | Threaded
Open this post in threaded view
|

Re: getting following errors while compiling GStreamer...

Manish Rana
Mike,

Thanks a lot.
It Worked well, after changing the Dir name.

Thanks
Manish

On Mon, Oct 6, 2008 at 10:46 PM, Michael Smith <[hidden email]> wrote:
Manish,

The build system doesn't work with paths containing spaces. This is
unlikely to be fixed, as it'd be a lot of work - though if someone
wants to do that work, great.

So, you should use a directory containing only alphanumeric characters.

Mike


On Mon, Oct 6, 2008 at 12:45 AM, Manish Rana <[hidden email]> wrote:
> Hi,
>
> I am getting the following errors while compiling Gstremaer.
> I am using Ubuntu,  for the same purpose.
> I have tried with the 0.10.20 as well as 0.10.18 release, both the cases the
> error is the same.
>
> Please see if someone can guide me to resolve this.
>
> (cd .libs && rm -f libgstreamer-0.10.so.0 && ln -s
> libgstreamer-0.10.so.0.16.0 libgstreamer-0.10.so.0)
> (cd .libs && rm -f libgstreamer-0.10.so && ln -s libgstreamer-0.10.so.0.16.0
> libgstreamer-0.10.so)
> rm -fr .libs/libgstreamer-0.10.lax
> mkdir .libs/libgstreamer-0.10.lax
> rm -fr .libs/libgstreamer-0.10.lax/libgstparse.a
> mkdir .libs/libgstreamer-0.10.lax/libgstparse.a
> (cd .libs/libgstreamer-0.10.lax/libgstparse.a && ar x /root/Work/Open-Src
> GstCode/gstreamer-0.10.18.tar/gstreamer-0.10.18/gst/parse/.libs/libgstparse.a)
> ar: /root/Work/Open-Src: No such file or directory
> make[4]: *** [libgstreamer-0.10.la] Error 9
> make[4]: Leaving directory `/root/Work/Open-Src
> GstCode/gstreamer-0.10.18.tar/gstreamer-0.10.18/gst'
> make[3]: *** [all-recursive] Error 1
>
> Thnaks a lot
> Manish
>
>
> -------------------------------------------------------------------------
> 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
>
>

-------------------------------------------------------------------------
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


-------------------------------------------------------------------------
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