bino-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bino-list] Compilation for dummies


From: Tim Sampson
Subject: Re: [Bino-list] Compilation for dummies
Date: Mon, 25 Jun 2012 15:04:27 +0100
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20120614 Thunderbird/13.0.1

Hi


Thanks for the help so far. Can anyone help with this error from MXE?


[build]    glib

Failed to build package glib!
------------------------------------------------------------
checking for stdint.h... yes
checking for unistd.h... yes
checking for inflate in -lz... no
configure: error: *** Working zlib library and headers not found ***
make[1]: *** [build-only-glib] Error 1

Thanks
Tim


From: Joachim Tesch
Subject: Re: [Bino-list] Compilation for dummies
Date: Thu, 08 Mar 2012 16:50:29 +0100
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

Here's a summary of the issues I had to resolve early February in order to compile Bino 1.3.0 for Windows:
1. Using Ubuntu 11.10 in with latest updates (running in VirtualBox)

2. Used head revision mingw-cross-env (r2235, 20120208). r1955 has mingwrt download errors.
3. libvpx build failed. Removed it from src/ffmpeg.mk

4. Added "-lavfilter -lswresample" after "-lavdevice" in libavdevice_LIBS section in src/Makefile
This resolved the

  undefined reference to `_av_buffersink_get_buffer_ref'

error.

5. If you want console output under Windows then you also need to add the "-mconsole" flag at the proper place. I did it in the Makefile as a quick solution. Steps 4. and 5. could probably also be done by correctly invoking the configure script.
Cheers,
Joachim




reply via email to

[Prev in Thread] Current Thread [Next in Thread]