Fw: [Boost-Users] Pb with threads on Mac OS X Carbon.
Peter Dimov wrote:
degaine1966 wrote:
Hi,
I'd like to use shared pointers with CodeWarrior 8.3 in a Carbon application. I have some preprocessing errors, the first one being relative to a thread Macro being undefined:
lightweight_mutex.hpp line 86 # error Unrecognized threading platform
I read in boot/config/plateform/macos.hpp that Boost was thread safe under Carbon but apparently there is no macro to define the usable type of thread...
Boost.Threads has a Mac Carbon port, but unfortunately lightweight_mutex does not, and nobody familiar with Carbon has contributed one.
I reference the message solely because it's the LAST message I've received
from the user list
Since the notice that we'd changed list servers, I've gotten exactly two
messages. One was my reply (which originally bounced (I hadn't yet read
the notification from Jon Kalb
Peter Dimov wrote:
degaine1966 wrote:
Hi,
I'd like to use shared pointers with CodeWarrior 8.3 in a Carbon application. I have some preprocessing errors, the first one being relative to a thread Macro being undefined:
lightweight_mutex.hpp line 86 # error Unrecognized threading platform
I read in boot/config/plateform/macos.hpp that Boost was thread safe under Carbon but apparently there is no macro to define the usable type of thread...
Boost.Threads has a Mac Carbon port, but unfortunately lightweight_mutex does not, and nobody familiar with Carbon has contributed one.
Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Victor A. Wagner Jr. http://rudbek.com The five most dangerous words in the English language: "There oughta be a law"
participants (2)
-
Peter Dimov
-
Victor A. Wagner, Jr.