<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin: 0px; font-size: 11px; font-family: Monaco;">
<div style="margin: 0px; font-family: Menlo;">dear all</div>
<div style="margin: 0px; font-family: Menlo;"><br>
</div>
<div style="margin: 0px; font-family: Menlo;">When building the examples the following error comes up </div>
<div style="margin: 0px; font-family: Menlo;"><br>
</div>
<div style="margin: 0px; font-family: Menlo; color: rgb(52, 189, 38);"><span style="color: #000000">[ 65%]
</span>Building CXX object examples/polarcoord/CMakeFiles/example_polarcoord_scalar.dir/main.cpp.o</div>
<div style="margin: 0px; font-family: Menlo;">In file included from /Users/etijskens/Downloads/vc-vc/examples/polarcoord/main.cpp:26:</div>
<div style="margin: 0px; font-family: Menlo;">In file included from /Users/etijskens/Downloads/vc-vc/include/Vc/Vc:22:</div>
<div style="margin: 0px; font-family: Menlo;">In file included from /Users/etijskens/Downloads/vc-vc/include/Vc/vector.h:26:</div>
<div style="margin: 0px; font-family: Menlo;">In file included from /Users/etijskens/Downloads/vc-vc/scalar/vector.h:495:</div>
<div style="margin: 0px; font-family: Menlo;"><b>/Users/etijskens/Downloads/vc-vc/scalar/math.h:77:7:
</b><span style="color: #c33720"><b>error: </b></span><b>no member named 'sincos' in the global namespace; did you mean '__sincos'?</b></div>
<div style="margin: 0px; font-family: Menlo;">    ::sincos(x.data(), &sin->data(), &cos->data());</div>
<div style="margin: 0px; font-family: Menlo; color: rgb(52, 189, 38);"><b>    ~~^~~~~~</b></div>
<div style="margin: 0px; font-family: Menlo; color: rgb(52, 189, 38);">      __sincos</div>
<div style="margin: 0px; font-family: Menlo;"><b>/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:647:29: note:
</b>'__sincos' declared here</div>
<div style="margin: 0px; font-family: Menlo;">__header_always_inline void __sincos(double __x, double *__sinp, double *__cosp) {</div>
<div><br>
</div>
<div>After replacing sincos with __sincos as suggested, everything builds fine, but maybe this breaks the code on other systems</div>
<div><br>
</div>
<div><span style="font-family: Helvetica; font-size: 12px;">i am compiling on a machine with </span><span style="font-family: Helvetica; font-size: 12px; line-height: 23px;">Intel® Core™ i7-3615QM Processor and Mac OS X (maverick) </span><span style="font-family: Helvetica; font-size: 12px;">using
 the clang 5.0 compiler</span><span style="font-family: Helvetica; font-size: 12px; line-height: 23px;">.</span> </div>
<div><br>
</div>
<div>kindest regards,</div>
<div>bert</div>
</div>
</body>
</html>