https://bugs.freedesktop.org/show_bug.cgi?id=98603

            Bug ID: 98603
           Summary: Thread-local storage not supported on compiler shipped
                    with Xcode
           Product: PulseAudio
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Mac OS X (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: build-system
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

It's currently not possible to compile PulseAudio master on macOS 10.12 with
the compiler shipped with Xcode 8, which does not support thread-local storage.

  CC       pulsecore/libpulsecore_9.0_la-thread-mq.lo
pulsecore/thread-mq.c:35:1: error: thread-local storage is not supported for
the
      current target
PA_STATIC_TLS_DECLARE_NO_FREE(thread_mq);
^
./pulsecore/thread.h:100:12: note: expanded from macro
      'PA_STATIC_TLS_DECLARE_NO_FREE'
    static __thread void *name##_tls = NULL;                            \
           ^
1 error generated.

Is it possible to use a portable substitute if one exists? I know Boost has
one, though that doesn't help since this is C.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
pulseaudio-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to