Re: Compilation error with 3.22.28

2018-03-08 Thread Ingo Brückl
> ./.libs/libgtk-3.so: undefined reference to 
> `_gtk_marshal_BOOLEAN__BOXED_BOXED'
> collect2: error: ld returned 1 exit status

> Any ideas?

The provided gtkmarshalers.c is crappy!
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: Compilation error with 3.22.28

2018-03-08 Thread Ingo Brückl
> ./.libs/libgtk-3.so: undefined reference to 
> `_gtk_marshal_BOOLEAN__BOXED_BOXED'
> collect2: error: ld returned 1 exit status

> Any ideas?

The provided gtkmarshalers.c is crappy!
___
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list


Re: fdwalk

2018-03-08 Thread Philip Withnall
On Fri, 2018-01-12 at 13:15 +, Markus Teich via gtk-devel-list
wrote:
> Heyho,
> 
> I discovered you have a fdwalk implementation in glib/gspawn.c which
> is not exported as a usable symbol. Is there any reason for this? If
> not, I'd suggest exporting that symbol and maybe even another wrapper
> that takes a list of FDs to keep open instead of the callback pointer
> and closes all other ones. Closing all fds except some specific ones
> is a common pattern before exec()ing.

GLib provides higher-level subprocess handling functionality with
GSubprocess; the g_subprocess_launcher_take_fd() and
g_subprocess_launcher_set_child_setup() functions are relevant here.
I’m not sure there’s enough demand to expose an fdwalk() implementation
to everyone.

Philip

signature.asc
Description: This is a digitally signed message part
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: What's the deal with 'pango-bidi-type.c' ?

2018-03-08 Thread John Emmas

On 08/03/2018 10:03, Behdad Esfahbod wrote:
On Thu, Mar 8, 2018 at 1:36 AM, John Emmas > wrote:


On 07/03/2018 22:05, Behdad Esfahbod wrote:

Yes. You need the external fribidi library now.


Okay Behdad, thanks.

I installed fribidi (from (git) and decided to use it as my first
foray into building with meson.


I haven't used meson, so someone else should jump in.


No problem - I've just posted the same question on the fribidi mailing 
list but if anyone here can help with msvc/meson builds, I'd appreciate 
any advice.  Thanks,


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


Re: What's the deal with 'pango-bidi-type.c' ?

2018-03-08 Thread Behdad Esfahbod
On Thu, Mar 8, 2018 at 1:36 AM, John Emmas  wrote:

> On 07/03/2018 22:05, Behdad Esfahbod wrote:
>
>> Yes. You need the external fribidi library now.
>>
>>
> Okay Behdad, thanks.
>
> I installed fribidi (from (git) and decided to use it as my first foray
> into building with meson.


I haven't used meson, so someone else should jump in.


>   I installed meson and ran this command after reading the "quick start"
> guide:-
>
>  meson builddir && cd builddir
>
> According to the quick guide, meson will produce VC and XCode project
> files.  It did produce a "builddir" subdirectory but the builddir seems to
> be mostly empty.  It's built something called 'sanitycheck.exe' but I'm not
> seeing a built library, nor any project files for building one.  This is my
> first attempt at meson so I'm probably doing something stupid.  Do I need
> to use a different command?
>
>
> John
> ___
> gtk-i18n-list mailing list
> gtk-i18n-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gtk-i18n-list
>



-- 
behdad
http://behdad.org/
___
gtk-i18n-list mailing list
gtk-i18n-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-i18n-list


Re: What's the deal with 'pango-bidi-type.c' ?

2018-03-08 Thread John Emmas

On 07/03/2018 22:05, Behdad Esfahbod wrote:

Yes. You need the external fribidi library now.



Okay Behdad, thanks.

I installed fribidi (from (git) and decided to use it as my first foray 
into building with meson.  I installed meson and ran this command after 
reading the "quick start" guide:-


 meson builddir && cd builddir

According to the quick guide, meson will produce VC and XCode project 
files.  It did produce a "builddir" subdirectory but the builddir seems 
to be mostly empty.  It's built something called 'sanitycheck.exe' but 
I'm not seeing a built library, nor any project files for building one.  
This is my first attempt at meson so I'm probably doing something 
stupid.  Do I need to use a different command?


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