<div class="gmail_quote">On Sun, Jul 15, 2012 at 2:36 PM, Romeo Theriault <span dir="ltr"><<a href="mailto:romeotheriault@opencsw.org" target="_blank">romeotheriault@opencsw.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Sun, Jul 8, 2012 at 8:24 PM, Romeo Theriault<br>
<<a href="mailto:romeotheriault@opencsw.org">romeotheriault@opencsw.org</a>> wrote:<br>
</div></div>Thought I'd follow up on this. I'm unfortunately still unable to<br>
figure out how to get msgpack-python to compile with SunStudio cc. I<br>
asked this here [1] and got some suggestions that got me a bit further<br>
(I think) but am still unable to fully compile the software.<br>
Basically, I'm able to get past the stdbool.h error by using these<br>
EXTRA_CPPFLAGS += -D_XPG6 -xc99 but now seem to be running into other<br>
errors that to my junior eye seems to be related to some C standard<br>
compatibility.<br>
<br>
Errors like so:<br>
<br>
"msgpack/unpack_template.h", line 205: "default" outside switch<br>
"msgpack/unpack_template.h", line 207: undefined label: _fixed_trail_again<br></blockquote><div><br></div><div>Finally, got this going with Sun's cc with a patch to one of the source files. The source was expecting a gcc feature (case ranges) that aren't supported with Sun's cc. Once I patched that, it build and runs fine.</div>
<div><br></div><div>Romeo</div></div>