<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Thread-local storage not supported on compiler shipped with Xcode"
href="https://bugs.freedesktop.org/show_bug.cgi?id=98603">98603</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Thread-local storage not supported on compiler shipped with Xcode
</td>
</tr>
<tr>
<th>Product</th>
<td>PulseAudio
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</td>
</tr>
<tr>
<th>OS</th>
<td>Mac OS X (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>build-system
</td>
</tr>
<tr>
<th>Assignee</th>
<td>pulseaudio-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>philip.chimento@gmail.com
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>pulseaudio-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>CC</th>
<td>lennart@poettering.net
</td>
</tr></table>
<p>
<div>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>