Skip to content

Instantly share code, notes, and snippets.

@lbguilherme
Created August 25, 2013 12:53
Show Gist options
  • Select an option

  • Save lbguilherme/6333726 to your computer and use it in GitHub Desktop.

Select an option

Save lbguilherme/6333726 to your computer and use it in GitHub Desktop.
make[1]: Entering directory `/home/guilherme/lib/mxe'
uname -a
Linux guilherme-pc 3.8.0-29-generic #42-Ubuntu SMP Tue Aug 13 19:40:39 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
git show-branch --list --reflog=1
[refs/heads/master@{0}] (57 minutes ago) pull: Fast-forward
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Ubuntu
Description: Ubuntu 13.04
Release: 13.04
Codename: raring
rm -rf '/home/guilherme/lib/mxe/tmp-gdk-pixbuf'
mkdir -p '/home/guilherme/lib/mxe/tmp-gdk-pixbuf'
cd '/home/guilherme/lib/mxe/tmp-gdk-pixbuf' && xz -dc '/home/guilherme/lib/mxe/pkg/gdk-pixbuf-2.28.2.tar.xz' | tar xf -
cd '/home/guilherme/lib/mxe/tmp-gdk-pixbuf/gdk-pixbuf-2.28.2'
(cd '/home/guilherme/lib/mxe/tmp-gdk-pixbuf/gdk-pixbuf-2.28.2' && patch -p1 -u) < ./src/gdk-pixbuf-1-fixes.patch
patching file gdk-pixbuf/gdk-pixbuf-io.c
Hunk #1 succeeded at 207 (offset -23 lines).
patching file gdk-pixbuf-2.0.pc.in
patching file configure.ac
cd '/home/guilherme/lib/mxe/tmp-gdk-pixbuf/gdk-pixbuf-2.28.2' && aclocal
configure.ac:407: warning: macro `AM_PATH_GLIB_2_0' not found in library
cd '/home/guilherme/lib/mxe/tmp-gdk-pixbuf/gdk-pixbuf-2.28.2' && automake --add-missing
gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
docs/reference/gdk-pixbuf/Makefile.am:73: `gtk-doc.make' included from here
gtk-doc.make:54: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
docs/reference/gdk-pixbuf/Makefile.am:73: `gtk-doc.make' included from here
gtk-doc.make:55: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL
docs/reference/gdk-pixbuf/Makefile.am:73: `gtk-doc.make' included from here
gtk-doc.make:60: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL
docs/reference/gdk-pixbuf/Makefile.am:73: `gtk-doc.make' included from here
gtk-doc.make:259: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
docs/reference/gdk-pixbuf/Makefile.am:73: `gtk-doc.make' included from here
gtk-doc.make:32: EXTRA_DIST multiply defined in condition TRUE ...
docs/reference/gdk-pixbuf/Makefile.am:73: `gtk-doc.make' included from here
Makefile.decl:7: ... `EXTRA_DIST' previously defined here
docs/reference/gdk-pixbuf/Makefile.am:2: `Makefile.decl' included from here
gdk-pixbuf/Makefile.am:720: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL
make[1]: *** [build-only-gdk-pixbuf_i686-w64-mingw32] Error 1
make[1]: Leaving directory `/home/guilherme/lib/mxe'
real 0m3.686s
user 0m3.280s
sys 0m0.132s
settings.mk
JOBS := 4
MXE_TARGETS := i686-pc-mingw32 x86_64-w64-mingw32 i686-w64-mingw32
#SOURCEFORGE_MIRROR := downloads.sourceforge.net
#LOCAL_PKG_LIST := boost curl file flac lzo pthreads vorbis wxwidgets
#.DEFAULT local-pkg-list:
#local-pkg-list: $(LOCAL_PKG_LIST)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment