Re: Glib question: Is PCRE in some intermediate state?
- From: John Emmas <johne53 tiscali co uk>
- To: gtk-devel-list gnome org
- Subject: Re: Glib question: Is PCRE in some intermediate state?
- Date: Fri, 30 Nov 2012 10:55:03 +0000
On 30 Nov 2012, at 09:49, John Emmas wrote:
>
> 3) In the Windows build, function g_get_monotonic_time() makes a call to the Windows function 'timeGetTime()'. AFAICT this is only available from mmtimer.lib which, in turn, is only built for ARM processors (not x86 processors).
>
I stand corrected.... for the x86 platform, timeGetTime() is available from winmm.lib.
So I can now build Glib successfully - albeit with an irritating dependency on libpthread. From what I can tell, the only functions used from libpthread are pthread_mutex_lock() and pthread_mutex_unlock(). Couldn't these have been implemented some other way??
John
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]