Re: Composite GtkBuilder template

2013-05-09 Thread Nicola Fontana
Il Sun, 7 Apr 2013 23:50:10 -0400 Matthias Clasen  
scrisse:

> Here is a patch that seems to work ok.

The build fails during cross-compilation with:

./extract-strings.exe 
/home/aur/archlinux/fedora-mingw-w64-gtk3/src/gtk+-3.9.0/gtk/gtklockbutton.ui > 
gtklockbutton.ui.h
/bin/sh: ./extract-strings.exe: cannot execute binary file

Is it possible to include .ui.h files in dist just to avoid this? Patch
attached.

Ciao.
-- 
Nicola
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: Composite GtkBuilder template

2013-05-09 Thread Colomban Wendling
Le 09/05/2013 15:15, Nicola Fontana a écrit :
> Il Sun, 7 Apr 2013 23:50:10 -0400 Matthias Clasen  
> scrisse:
> 
>> Here is a patch that seems to work ok.
> 
> The build fails during cross-compilation with:
> 
> ./extract-strings.exe 
> /home/aur/archlinux/fedora-mingw-w64-gtk3/src/gtk+-3.9.0/gtk/gtklockbutton.ui 
> > gtklockbutton.ui.h
> /bin/sh: ./extract-strings.exe: cannot execute binary file
> 
> Is it possible to include .ui.h files in dist just to avoid this?

I'm not sure how to do this, but the right fix would rather be to build
extract-strings as a host (rather than target) executable;  including
.ui.h in the distribution would only fix cross-compiling from a tarball,
not e.g. directly from a repo clone.

Regards,
Colomban


PS:

> Patch attached.

Apparently the patch is missing ;)
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: Composite GtkBuilder template

2013-05-09 Thread Erik van Pienbroek
Nicola Fontana schreef op do 09-05-2013 om 15:15 [+0200]:

> The build fails during cross-compilation with:
> 
> ./extract-strings.exe 
> /home/aur/archlinux/fedora-mingw-w64-gtk3/src/gtk+-3.9.0/gtk/gtklockbutton.ui 
> > gtklockbutton.ui.h
> /bin/sh: ./extract-strings.exe: cannot execute binary file

Some days ago I filed a bug for this issue:
https://bugzilla.gnome.org/show_bug.cgi?id=699690



___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: Composite GtkBuilder template

2013-05-09 Thread Nicola Fontana
Il Thu, 09 May 2013 15:21:11 +0200 Colomban Wendling 
 scrisse:

> PS:
> 
> > Patch attached.
> 
> Apparently the patch is missing ;)

Holidays required...

Ciao.
-- 
Nicola


0001-Include-.ui.h-files-in-dist.patch
Description: Binary data
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list