[gst-rtsp-server]compile error: Couldn't find include 'GstRtsp-0.10.gir'

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

[gst-rtsp-server]compile error: Couldn't find include 'GstRtsp-0.10.gir'

张世勇
Hello 

Today I fetch gst-rtsp-server from git://anongit.freedesktop.org/gstreamer/gst-rtsp-server, but met following compile error.

Who can tell me how to resolve ? Sorry, I'm a new guy for gstreamer. My environment is Ubuntu 10.10. Thanks in advance.

make[3]: Entering directory `/home/shiyong/workroom/gstreamer/gst-rtsp-server/gst/rtsp-server'
  GEN    GstRtspServer-0.10.gir
Couldn't find include 'GstRtsp-0.10.gir' (search path: ['/usr/local/share/gir-1.0', '/usr/local/share/gir-1.0', '/usr/local/share/gir-1.0', '/usr/share/gnome/gir-1.0', '/usr/local/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0'])
make[3]: *** [GstRtspServer-0.10.gir] Error 1
make[3]: Leaving directory `/home/shiyong/workroom/gstreamer/gst-rtsp-server/gst/rtsp-server'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/shiyong/workroom/gstreamer/gst-rtsp-server/gst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/shiyong/workroom/gstreamer/gst-rtsp-server'
make: *** [all] Error 2

Br

Shiyong Zhang


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: [gst-rtsp-server]compile error: Couldn't find include 'GstRtsp-0.10.gir'

张世勇
Hello

Does anybody help me ? or give me some tips ?

Thank you.


2011/4/1 张世勇 <shiyong.zhang.cn@gmail.com>
Hello 

Today I fetch gst-rtsp-server from git://anongit.freedesktop.org/gstreamer/gst-rtsp-server, but met following compile error.

Who can tell me how to resolve ? Sorry, I'm a new guy for gstreamer. My environment is Ubuntu 10.10. Thanks in advance.

make[3]: Entering directory `/home/shiyong/workroom/gstreamer/gst-rtsp-server/gst/rtsp-server'
  GEN    GstRtspServer-0.10.gir
Couldn't find include 'GstRtsp-0.10.gir' (search path: ['/usr/local/share/gir-1.0', '/usr/local/share/gir-1.0', '/usr/local/share/gir-1.0', '/usr/share/gnome/gir-1.0', '/usr/local/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0'])
make[3]: *** [GstRtspServer-0.10.gir] Error 1
make[3]: Leaving directory `/home/shiyong/workroom/gstreamer/gst-rtsp-server/gst/rtsp-server'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/shiyong/workroom/gstreamer/gst-rtsp-server/gst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/shiyong/workroom/gstreamer/gst-rtsp-server'
make: *** [all] Error 2

Br

Shiyong Zhang



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: [gst-rtsp-server]compile error: Couldn't find include 'GstRtsp-0.10.gir'

Peter Innerhofer
hi,
gir means Gobject introspection repository [1][2], try
$ sudo apt-cache search gir1.0
or
$ sudo apt-cache search gobject-introspection

i dont know what you need to install exactly (gir1.0-freedesktop
gir1.0-gst-plugins-base-0.10 gir1.0-gstreamer-0.10).
this is a typical error message when compiling and i can recommend you
to look at dependency's and google them!

Links:
[1]
http://blogs.gnome.org/johan/2008/06/01/introduction-to-gobject-introspection/
[2] http://live.gnome.org/GObjectIntrospection/

On 01.04.2011 10:38, 张世勇 wrote:

> Hello
>
> Does anybody help me ? or give me some tips ?
>
> Thank you.
>
>
> 2011/4/1 张世勇 <shiyong.zhang.cn <http://shiyong.zhang.cn>@gmail.com
> <http://gmail.com>>
>
>     Hello
>
>     Today I fetch gst-rtsp-server
>     from git://anongit.freedesktop.org/gstreamer/gst-rtsp-server, but
>     met following compile error.
>
>     Who can tell me how to resolve ? Sorry, I'm a new guy for gstreamer.
>     My environment is Ubuntu 10.10. Thanks in advance.
>
>     make[3]: Entering directory
>     `/home/shiyong/workroom/gstreamer/gst-rtsp-server/gst/rtsp-server'
>       GEN    GstRtspServer-0.10.gir
>     Couldn't find include 'GstRtsp-0.10.gir' (search path:
>     ['/usr/local/share/gir-1.0', '/usr/local/share/gir-1.0',
>     '/usr/local/share/gir-1.0', '/usr/share/gnome/gir-1.0',
>     '/usr/local/share/gir-1.0', '/usr/share/gir-1.0',
>     '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0'])
>     make[3]: *** [GstRtspServer-0.10.gir] Error 1
>     make[3]: Leaving directory
>     `/home/shiyong/workroom/gstreamer/gst-rtsp-server/gst/rtsp-server'
>     make[2]: *** [all-recursive] Error 1
>     make[2]: Leaving directory
>     `/home/shiyong/workroom/gstreamer/gst-rtsp-server/gst'
>     make[1]: *** [all-recursive] Error 1
>     make[1]: Leaving directory
>     `/home/shiyong/workroom/gstreamer/gst-rtsp-server'
>     make: *** [all] Error 2
>
>     Br
>
>     Shiyong Zhang
>
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: [gst-rtsp-server]compile error: Couldn't find include 'GstRtsp-0.10.gir'

Peter Innerhofer
In reply to this post by 张世勇
hi,
gir means Gobject introspection repository [1][2], try
$ sudo apt-cache search gir1.0
or
$ sudo apt-cache search gobject-introspection

i dont know what you need to install exactly (gir1.0-freedesktop
gir1.0-gst-plugins-base-0.10 gir1.0-gstreamer-0.10).
this is a typical error message when compiling and i can recommend you
to look at dependency's and google them!

Links:
[1]
http://blogs.gnome.org/johan/2008/06/01/introduction-to-gobject-introspection/
[2] http://live.gnome.org/GObjectIntrospection/

On 01.04.2011 10:38, 张世勇 wrote:

> Hello
>
> Does anybody help me ? or give me some tips ?
>
> Thank you.
>
>
> 2011/4/1 张世勇 <shiyong.zhang.cn <http://shiyong.zhang.cn>@gmail.com
> <http://gmail.com>>
>
>     Hello
>
>     Today I fetch gst-rtsp-server
>     from git://anongit.freedesktop.org/gstreamer/gst-rtsp-server, but
>     met following compile error.
>
>     Who can tell me how to resolve ? Sorry, I'm a new guy for gstreamer.
>     My environment is Ubuntu 10.10. Thanks in advance.
>
>     make[3]: Entering directory
>     `/home/shiyong/workroom/gstreamer/gst-rtsp-server/gst/rtsp-server'
>       GEN    GstRtspServer-0.10.gir
>     Couldn't find include 'GstRtsp-0.10.gir' (search path:
>     ['/usr/local/share/gir-1.0', '/usr/local/share/gir-1.0',
>     '/usr/local/share/gir-1.0', '/usr/share/gnome/gir-1.0',
>     '/usr/local/share/gir-1.0', '/usr/share/gir-1.0',
>     '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0'])
>     make[3]: *** [GstRtspServer-0.10.gir] Error 1
>     make[3]: Leaving directory
>     `/home/shiyong/workroom/gstreamer/gst-rtsp-server/gst/rtsp-server'
>     make[2]: *** [all-recursive] Error 1
>     make[2]: Leaving directory
>     `/home/shiyong/workroom/gstreamer/gst-rtsp-server/gst'
>     make[1]: *** [all-recursive] Error 1
>     make[1]: Leaving directory
>     `/home/shiyong/workroom/gstreamer/gst-rtsp-server'
>     make: *** [all] Error 2
>
>     Br
>
>     Shiyong Zhang
>
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: [gst-rtsp-server]compile error: Couldn't find include 'GstRtsp-0.10.gir'

张世勇
In reply to this post by Peter Innerhofer
Hi

Thanks, I found the reason: I didn't install libgstreamer-plugin-base0.10-dev.
After installing, I get file GstRtsp-0.10.gir in folder /usr/share/gir-1.0.

Br

Shiyong Zhang

在 2011年4月1日 下午5:43,Peter Innerhofer <[hidden email]>写道:
hi,
gir means Gobject introspection repository [1][2], try
$ sudo apt-cache search gir1.0
or
$ sudo apt-cache search gobject-introspection

i dont know what you need to install exactly (gir1.0-freedesktop
gir1.0-gst-plugins-base-0.10 gir1.0-gstreamer-0.10).
this is a typical error message when compiling and i can recommend you
to look at dependency's and google them!

Links:
[1]
http://blogs.gnome.org/johan/2008/06/01/introduction-to-gobject-introspection/
[2] http://live.gnome.org/GObjectIntrospection/

On 01.04.2011 10:38, 张世勇 wrote:
> Hello
>
> Does anybody help me ? or give me some tips ?
>
> Thank you.
>
>
> 2011/4/1 张世勇 <shiyong.zhang.cn <http://shiyong.zhang.cn>@gmail.com
> <http://gmail.com>>
>
>     Hello
>
>     Today I fetch gst-rtsp-server
>     from git://anongit.freedesktop.org/gstreamer/gst-rtsp-server, but
>     met following compile error.
>
>     Who can tell me how to resolve ? Sorry, I'm a new guy for gstreamer.
>     My environment is Ubuntu 10.10. Thanks in advance.
>
>     make[3]: Entering directory
>     `/home/shiyong/workroom/gstreamer/gst-rtsp-server/gst/rtsp-server'
>       GEN    GstRtspServer-0.10.gir
>     Couldn't find include 'GstRtsp-0.10.gir' (search path:
>     ['/usr/local/share/gir-1.0', '/usr/local/share/gir-1.0',
>     '/usr/local/share/gir-1.0', '/usr/share/gnome/gir-1.0',
>     '/usr/local/share/gir-1.0', '/usr/share/gir-1.0',
>     '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0'])
>     make[3]: *** [GstRtspServer-0.10.gir] Error 1
>     make[3]: Leaving directory
>     `/home/shiyong/workroom/gstreamer/gst-rtsp-server/gst/rtsp-server'
>     make[2]: *** [all-recursive] Error 1
>     make[2]: Leaving directory
>     `/home/shiyong/workroom/gstreamer/gst-rtsp-server/gst'
>     make[1]: *** [all-recursive] Error 1
>     make[1]: Leaving directory
>     `/home/shiyong/workroom/gstreamer/gst-rtsp-server'
>     make: *** [all] Error 2
>
>     Br
>
>     Shiyong Zhang
>
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel