Problems Building Pidgin 3.0.0 for Windows

Harald Schieche rehs at gmx.de
Fri Mar 27 06:03:25 EDT 2015


> > What can I do to pass the FARSTREAM condition?
> 
> You need farstream 0.2.7.
Yes, Pidgin 3.0.0 needs farstream 0.2.7
and farstream 0.2.7 needs libnice 0.1.8

But this packages are not provided by openSUSE-MinGW, right?

I download both from projects.
I open a terminal session.
On prompt I enter:
------------------
export PKG_CONFIG_PATH=/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig:/usr/i686-w64-mingw32/sys-root/mingw/share/pkgconfig
export PKG_CONFIG=/usr/bin/i686-w64-mingw32-pkg-config
cd ~/libnice-0.1.8
NOCONFIGURE=indeed ./autogen.sh
./configure --host=i686-w64-mingw32
make

In a super user terminal I enter:
---------------------------------
export PKG_CONFIG_PATH=/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig:/usr/i686-w64-mingw32/sys-root/mingw/share/pkgconfig
export PKG_CONFIG=/usr/bin/i686-w64-mingw32-pkg-config
make install

In the terminal session I enter
-------------------------------
cd ~/farstream-0.2.7/
NOCONFIGURE=indeed ./autogen.sh
./configure --host=i686-w64-mingw32

I get:
...
checking for NICE... no
configure: error: Need libnice >= 0.1.8

In config.log I find:
---------------------
configure:12802: checking for NICE
configure:12811: $PKG_CONFIG --exists --print-errors "\
       nice >= $NICE_REQUIRED"
Requested 'nice >= 0.1.8' but version of libnice is 0.1.7
configure:12815: $? = 1
configure:12832: $PKG_CONFIG --exists --print-errors "\
       nice >= $NICE_REQUIRED"
Requested 'nice >= 0.1.8' but version of libnice is 0.1.7
configure:12836: $? = 1
Requested 'nice >= 0.1.8' but version of libnice is 0.1.7
configure:12867: result: no
configure:12869: error: Need libnice >= 0.1.8
----------------------------------------------------------------------

Where is my mistake?



> Gesendet: Donnerstag, 26. März 2015 um 10:21 Uhr
> Von: "David Woodhouse" <dwmw2 at infradead.org>
> An: "Harald Schieche" <rehs at gmx.de>
> Cc: "Tomasz Wasilczyk" <twasilczyk at pidgin.im>, devel at pidgin.im
> Betreff: Re: Problems Building Pidgin 3.0.0 for Windows
>
> On Thu, 2015-03-26 at 10:04 +0100, Harald Schieche wrote:
> > checking for FARSTREAM... no
> > configure: error: 
> > Dependencies for voice/video were not met.
> > Install the necessary gstreamer and farstream packages first.
> > Or use --disable-vv if you do not need voice/video support.
> > 
> > What can I do to pass the FARSTREAM condition?
> 
> You need farstream 0.2.7.
> 
> -- 
> dwmw2
>



More information about the Devel mailing list