Skip to content

Instantly share code, notes, and snippets.

@krofna
Created December 17, 2013 21:04
Show Gist options
  • Select an option

  • Save krofna/8012578 to your computer and use it in GitHub Desktop.

Select an option

Save krofna/8012578 to your computer and use it in GitHub Desktop.
make[1]: Entering directory `/home/mislav/Devel/mxe'
uname -a
Linux home 3.11-2-amd64 #1 SMP Debian 3.11.10-1 (2013-12-04) x86_64 GNU/Linux
git show-branch --list --reflog=1
[refs/heads/master@{0}] (66 minutes ago) pull: Fast-forward
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Debian
Description: Debian GNU/Linux unstable (sid)
Release: unstable
Codename: sid
rm -rf '/home/mislav/Devel/mxe/tmp-gdk-pixbuf'
mkdir -p '/home/mislav/Devel/mxe/tmp-gdk-pixbuf'
cd '/home/mislav/Devel/mxe/tmp-gdk-pixbuf' && xz -dc '/home/mislav/Devel/mxe/pkg/gdk-pixbuf-2.30.1.tar.xz' | tar xf -
cd '/home/mislav/Devel/mxe/tmp-gdk-pixbuf/gdk-pixbuf-2.30.1'
(cd '/home/mislav/Devel/mxe/tmp-gdk-pixbuf/gdk-pixbuf-2.30.1' && 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/mislav/Devel/mxe/tmp-gdk-pixbuf/gdk-pixbuf-2.30.1' && autoreconf -I'/home/mislav/Devel/mxe/usr/i686-pc-mingw32/share/aclocal'
configure.ac:338: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
configure.ac:338: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:338: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
configure.ac:89: error: required file './compile' not found
configure.ac:89: 'automake --add-missing' can install 'compile'
contrib/gdk-pixbuf-xlib/Makefile.am:9: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gtk-doc.make:32: warning: 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
docs/reference/gdk-pixbuf/Makefile.am:37: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gdk-pixbuf/Makefile.am:516: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gdk-pixbuf/pixops/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tests/Makefile.am:19: warning: noinst_PROGRAMS multiply defined in condition TRUE ...
glib.mk:24: ... 'noinst_PROGRAMS' previously defined here
tests/Makefile.am:1: 'glib.mk' included from here
tests/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
autoreconf: automake failed with exit status: 1
make[1]: *** [build-only-gdk-pixbuf_i686-pc-mingw32] Error 1
make[1]: Leaving directory `/home/mislav/Devel/mxe'
real 0m6.391s
user 0m4.980s
sys 0m0.144s
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