Since the latest wine builds wine don't finds the gstreamer-dev files. When i try to to compile wine 1.3.15 wine finds them but not for wine 1.3.27. I had a packages installed that are needed to build wine ( i installed them through apt-get build-dep wine1.3).This problem also happens at the building of the latest ppa packages for ubumtu amd64.
Thaodan wrote:> Since the latest wine builds wine don't finds the gstreamer-dev files.Make sure you have correct dev files. Gstreamer has separate development files for 32-bit and 64-bit. If all fails, look inside config.log for clues to what is missing.
http://web.archiveorange.com/archive/v/UmjnMEX2hOGfJ2q5lvyM Exactly where can one get the 32bit gstreamer dev files that will install on 64 bit ubuntu? -- and hey, let's be careful out there.
bubba wrote:> > Exactly where can one get the 32bit gstreamer dev files that will > install on 64 bit ubuntu? >Ask your distro.
dardack wrote:> > If my understanding is correct, then how would you get ./configure with > 32bit pkg-config to find the 32bit gstreamer headers? >On openSUSE I do: Code: PKG_CONFIG_PATH=/usr/lib/pkgconfig ./configure
dardack wrote:> Hmmm i'll have to try that when I get hope. Did you have to install the > 32bit pkgconfig?Yes; the 64 bit one is located in /usr/lib64 on openSUSE. You'll have to figure out the actual path to 32 bit pkgconfig on your system.
dardack wrote:> Sigh I tried: > > PKG_CONFIG_PATH=/usr/lib32/pkgconfig ./configure > > configure: gstreamer-0.10 base plugins 32-bit development files not found, > gstreamer support disabled > > > However: > > Laptop:/usr/lib32$ ls gstreamer* > gstreamer-0.10: > libgstcoreelements.so libgstcoreindexers.so > > gstreamer0.10: > gstreamer-0.10 > >You also need 32 bit glibconfig.h. On openSUSE it's found in /usr/lib/glib-2.0/include.
dardack wrote:> > How do you put this in the path?I just used PKG_CONFIG_PATH=/usr/lib/pkgconfig, and pkgconfig just found the 32 bit glibconfig.h. Are you sure you have all the 32 bit development files you need installed? The post from wine-devel that I linked to earlier said something about multiarch support not being enabled by default in Ubuntu. Maybe you have to do something to enable it, but I don't have a clue what, as I don't use Ubuntu. You might want to ask on the Ubuntu forum.