Re: glib thread support & win32
- From: Sergei Steshenko <sergstesh yahoo com>
- To: Marko Lindqvist <cazfi74 gmail com>, "gtk-list gnome org" <gtk-list gnome org>
- Subject: Re: glib thread support & win32
- Date: Sun, 24 Jun 2012 11:41:13 -0700 (PDT)
----- Original Message -----
> From: Marko Lindqvist <cazfi74 gmail com>
> To: gtk-list gnome org
> Cc:
> Sent: Sunday, June 24, 2012 11:27 AM
> Subject: glib thread support & win32
>
> I'm tryin to cross-compile glib-2.32.x to mingw on linux host. I'm
> using scripts, and configure options, that used to work for earlier
> versions. Now compilation fails because there's no pthread.h.
>
> What is supposed to happen there?
> 1) Glib should not use pthread.h, but native windows threads.
> 2) It should fail configure time already
>
> Relevant part of stderr:
> configure: WARNING: I can't find the MACRO to enable thread safety on your
> platform (normally it's _REENTRANT). I'll not use any
> flag on
> compilation now, but then your programs might not work.
> Please provide information on how it is done on your system.
> configure: WARNING: the 'g_get_(user_name|real_name|home_dir|tmp_dir)'
> functions will not be MT-safe during their first call because
> there is no working 'getpwuid_r' on your system.
> configure: WARNING: the 'g_date_set_time' function will not be MT-safe
> because there is no 'localtime_r' on your system.
> /var/crosser/src/glib-2.32.3/glib/gatomic.c:630:21: error: pthread.h:
> No such file or directory
>
>
>
> - ML
> _______________________________________________
> gtk-list mailing list
> gtk-list gnome org
> https://mail.gnome.org/mailman/listinfo/gtk-list
>
I don't compile for Windows; still, there is http://sources.redhat.com/pthreads-win32/ - maybe this can help ?
Regards,
Sergei.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]