Matthias Gehre | 18 Jun 2012 14:01
Picon
Picon

[Mingw-cross-env-list] glib 2.32.3 fails to build

Hi,

I'm on current master (ab4f7763ba3583a0372210cfe08a78a29ab7dec5) and
glib fails to build
from clean tree. Message follows:

Thanks,
Matthias

log:
make[1]: Entering directory `/home/mgehre/Projects/lightspark/mxe'
rm -rf   '/home/mgehre/Projects/lightspark/mxe/tmp-glib'
mkdir -p '/home/mgehre/Projects/lightspark/mxe/tmp-glib'
cd '/home/mgehre/Projects/lightspark/mxe/tmp-glib' &&     xz -dc
'/home/mgehre/Projects/lightspark/mxe/pkg/glib-2.32.3.tar.xz' | tar xf
-
cd '/home/mgehre/Projects/lightspark/mxe/tmp-glib/glib-2.32.3'
(cd '/home/mgehre/Projects/lightspark/mxe/tmp-glib/glib-2.32.3' &&
patch -p1 -u) < ./src/glib-1-fixes.patch
patching file configure.ac
patching file glib/gi18n.h
patching file glib-2.0.pc.in
patching file gio/giomodule.c
patching file glib/glib-init.c
patching file configure.ac
patching file configure.ac
patching file gio-2.0.pc.in
patching file glib/gmain.c
patching file glib/gthread-win32.c
cd '/home/mgehre/Projects/lightspark/mxe/tmp-glib/glib-2.32.3' && ./autogen.sh
(Continue reading)

Mark Brand | 18 Jun 2012 14:46
Picon

Re: [Mingw-cross-env-list] glib 2.32.3 fails to build


> log:
> make[1]: Entering directory `/home/mgehre/Projects/lightspark/mxe'
> rm -rf   '/home/mgehre/Projects/lightspark/mxe/tmp-glib'
> mkdir -p '/home/mgehre/Projects/lightspark/mxe/tmp-glib'
> cd '/home/mgehre/Projects/lightspark/mxe/tmp-glib' &&     xz -dc
> '/home/mgehre/Projects/lightspark/mxe/pkg/glib-2.32.3.tar.xz' | tar xf
> -
> cd '/home/mgehre/Projects/lightspark/mxe/tmp-glib/glib-2.32.3'
> (cd '/home/mgehre/Projects/lightspark/mxe/tmp-glib/glib-2.32.3' &&
> patch -p1 -u) < ./src/glib-1-fixes.patch
> patching file configure.ac
> patching file glib/gi18n.h
> patching file glib-2.0.pc.in
> patching file gio/giomodule.c
> patching file glib/glib-init.c
> patching file configure.ac
> patching file configure.ac
> patching file gio-2.0.pc.in
> patching file glib/gmain.c
> patching file glib/gthread-win32.c
> cd '/home/mgehre/Projects/lightspark/mxe/tmp-glib/glib-2.32.3' && ./autogen.sh
> *** No GTK-Doc found, please install it ***

Yes, at least for the time being gtk-doc is a required package. I don't 
like this, but haven't figured out how to avoid it yet.

Mark

(Continue reading)

Mark Brand | 18 Jun 2012 16:59
Picon

Re: [Mingw-cross-env-list] glib 2.32.3 fails to build


>> cd '/home/mgehre/Projects/lightspark/mxe/tmp-glib/glib-2.32.3' && 
>> ./autogen.sh
>> *** No GTK-Doc found, please install it ***
>
> Yes, at least for the time being gtk-doc is a required package. I 
> don't like this, but haven't figured out how to avoid it yet.
>

As of f63051b483fdf9292d23de46416b48c1fa3418ce it should work without 
gtk-doc. Could you check that?

Mark

Matthias Gehre | 21 Jun 2012 16:51
Picon
Picon

Re: [Mingw-cross-env-list] glib 2.32.3 fails to build

works for me, thanks!

2012/6/18 Mark Brand <mabrand@...>:
>
>
>>> cd '/home/mgehre/Projects/lightspark/mxe/tmp-glib/glib-2.32.3' &&
>>> ./autogen.sh
>>> *** No GTK-Doc found, please install it ***
>>
>>
>> Yes, at least for the time being gtk-doc is a required package. I don't
>> like this, but haven't figured out how to avoid it yet.
>>
>
> As of f63051b483fdf9292d23de46416b48c1fa3418ce it should work without
> gtk-doc. Could you check that?
>
> Mark


Gmane