Re: More patches for building MoarVM on Solaris

2014-01-20 Thread Andy Dougherty
Just following up: This patch, to 3rdparty/dyncall/dynload/dynload_syms_elf.c, is still needed. On Tue, Sep 10, 2013 at 08:51:08AM -0400, Andy Dougherty wrote: > On Tue, Sep 10, 2013 at 08:46:53AM -0400, Andy Dougherty wrote: > > I have attached a new batch of patches to work towards building Moa

Re: More patches for building MoarVM on Solaris

2013-09-10 Thread Andrew Dougherty
On Tue, Sep 10, 2013 at 03:29:35PM +0200, Gerhard R. wrote: > Appreciated. > > > The only really invasive non-obvious one is patch 4. Solaris cc doesn't > > support anonymous unions, but MVMOSHandleBody uses them extensively. > > I had to give the anonymous union a name everywhere in order to get

Re: More patches for building MoarVM on Solaris

2013-09-10 Thread Gerhard R.
Appreciated. > The only really invasive non-obvious one is patch 4. Solaris cc doesn't > support anonymous unions, but MVMOSHandleBody uses them extensively. > I had to give the anonymous union a name everywhere in order to get it > to compile. Is this actually necessary if you pass -features=ex

Re: More patches for building MoarVM on Solaris

2013-09-10 Thread Andy Dougherty
On Tue, Sep 10, 2013 at 08:46:53AM -0400, Andy Dougherty wrote: > I have attached a new batch of patches to work towards building MoarVM on > Solaris 11/x86 with Sun's compiler suite. One additional patch is needed > to the 3rdparty/dyncall module, but since that's in a git submodule, > I'll send