Details
Description
A lack of thread-local storage prevents a build on the Mac:
g++ -DHAVE_CONFIG_H -I. -Igen -I./gen -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -g -O2 -MT qpid/sys/posix/AsynchIO.lo -MD -MP -MF qpid/sys/posix/.deps/AsynchIO.Tpo -c qpid/sys/posix/AsynchIO.cpp -fno-common -DPIC -o qpid/sys/posix/.libs/AsynchIO.o
qpid/sys/posix/AsynchIO.cpp:61: error: thread-local storage not supported for this target
qpid/sys/posix/AsynchIO.cpp:62: error: thread-local storage not supported for this target
qpid/sys/posix/AsynchIO.cpp:63: error: thread-local storage not supported for this target
qpid/sys/posix/AsynchIO.cpp:64: error: thread-local storage not supported for this target
qpid/sys/posix/AsynchIO.cpp:65: error: thread-local storage not supported for this target
qpid/sys/posix/AsynchIO.cpp:66: error: thread-local storage not supported for this target
Attachments
Attachments
Issue Links
- relates to
-
QPID-1868 Implicit TLS variables in AsyncIO can cause access violation when dynamically loading qpidcommon and qpidclient DLLs
- Closed