So Pat and I reimplemented our threading and mutex classes in terms of GThreads, which are pretty nice. We're hoping to use threads in the upcoming cursor class and Gabe can make better use of them in his download file dialog once we implement XP condition variables. Yes, this does mean that your platform must implement the ut_threadImpl.h and ut_mutexImpl.h contracts in the very near future or things will just stop running.
Diving make is most likely broken. You need to do something similar to `pkg-config --libs --cflags gthread-2.0` somewhere probably if it is broken. Dom & Pat CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: configure.ac configure.in ac-helpers/abi-glib-gtk.m4 CVS: src/af/util/unix/ut_mutexImpl.h CVS: src/af/util/unix/ut_threadImpl.h src/af/util/xp/ut_thread.cpp CVS: src/af/util/xp/ut_thread.h src/af/xap/unix/xap_UnixApp.cpp CVS: ----------------------------------------------------------------------
