On Sun, Jul 15, 2012 at 2:36 PM, Romeo Theriault <[email protected] > wrote:
> On Sun, Jul 8, 2012 at 8:24 PM, Romeo Theriault > <[email protected]> wrote: > Thought I'd follow up on this. I'm unfortunately still unable to > figure out how to get msgpack-python to compile with SunStudio cc. I > asked this here [1] and got some suggestions that got me a bit further > (I think) but am still unable to fully compile the software. > Basically, I'm able to get past the stdbool.h error by using these > EXTRA_CPPFLAGS += -D_XPG6 -xc99 but now seem to be running into other > errors that to my junior eye seems to be related to some C standard > compatibility. > > Errors like so: > > "msgpack/unpack_template.h", line 205: "default" outside switch > "msgpack/unpack_template.h", line 207: undefined label: _fixed_trail_again > 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. Romeo
_______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
