gstreamer-0.10 development libraries not found on Fedora 16

Questions about Wine on Linux
Locked
NSLW
Level 2
Level 2
Posts: 11
Joined: Fri Feb 20, 2009 9:17 am

gstreamer-0.10 development libraries not found on Fedora 16

Post by NSLW »

Hello all,

I try to compile 32 bit Wine (latest wine-git) on 64 bit Fedora 16 with gstreamer support, but after ./configure command I always get that my libraries are missing.

I did following to get all dependencies for building wine:
Building Wine on Fedora 14 x86_64
install-wine-deps.sh
yum-builddep wine.i686

I got following packages installed:
gstreamer i686 0.10.35-1.fc16 @fedora 3.2 M
gstreamer-devel i686 0.10.35-1.fc16 @fedora 2.5 M
gstreamer-plugins-bad-free i686 0.10.22-2.fc16.1 @fedora 4.1 M
gstreamer-plugins-bad-free-devel i686 0.10.22-2.fc16.1 @fedora 45 k
gstreamer-plugins-base i686 0.10.35-3.fc16 @updates 3.7 M
gstreamer-plugins-base-devel i686 0.10.35-3.fc16 @updates 1.4 M
gstreamer-python-devel i686 0.10.19-2.fc15 @fedora 79 k
gstreamer-rtsp i686 0.10.8-1.fc16 @fedora 177 k
gstreamer-rtsp-devel i686 0.10.8-1.fc16 @fedora 173 k

It seems that there is no other possibilities to try, so I would be thankful if anyone here is able to help me.
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: gstreamer-0.10 development libraries not found on Fedora

Post by dimesio »

NSLW wrote: I try to compile 32 bit Wine (latest wine-git) on 64 bit Fedora 16 with gstreamer support, but after ./configure command I always get that my libraries are missing.
http://www.winehq.org/pipermail/wine-de ... 91415.html
NSLW
Level 2
Level 2
Posts: 11
Joined: Fri Feb 20, 2009 9:17 am

Re: gstreamer-0.10 development libraries not found on Fedora

Post by NSLW »

dimesio wrote:
NSLW wrote: I try to compile 32 bit Wine (latest wine-git) on 64 bit Fedora 16 with gstreamer support, but after ./configure command I always get that my libraries are missing.
http://www.winehq.org/pipermail/wine-de ... 91415.html
Thanks but It doesn't work. Here is what I have got with pkg-config:

PKG_CONFIG_PATH=/usr/lib/pkgconfig/ pkg-config --cflags gstreamer-app-0.10

-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include

pkg-config --cflags gstreamer-app-0.10

-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: gstreamer-0.10 development libraries not found on Fedora

Post by vitamin »

NSLW wrote:Thanks but It doesn't work.
Look inside configure.log for what exactly failed.
Locked