Re: Glib question: Is PCRE in some intermediate state?



Hi John,

It shouldn't require pthreads at all. Please make sure that gthread-posix.c is not among the files you build, as it is not a source meant for native Windows builds. As you noted, the correct sources to build for threading support in GLib are glib/gthread.c and glib/gthread-win32.c.

With blessings.
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.<snip>  Couldn't these have been implemented some other way??

John




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]