Re: osx compilation issues?
Paul Sanwald <[email protected]>
| Newsgroups | gmane.comp.lang.io |
|---|---|
| Message-ID | <CALWYPHWmn-dhnqXonL+ik_5tC5MXHJyVj5iFtYtVFn15JVJgfA@mail.gmail.com> |
Thanks Steve, I did a fresh git clone of the repo and got a lot further, but ran into another issue below. If there's anything I can do to help, let me know, as it would be a good learning opportunity for me as well. /Users/paulsanwald/Code/io/libs/iovm/source/IoObject_inline.h: In function ‘IoCoroutine_rawRunTarget’: /Users/paulsanwald/Code/io/libs/iovm/source/IoObject_inline.h:322: error: ‘always_inline’ function could not be inlined in call to ‘IoObject_rawGetSlot_’: recursive inlining /Users/paulsanwald/Code/io/libs/iovm/source/IoObject_inline.h:344: error: called from here make[2]: *** [libs/iovm/CMakeFiles/iovmall.dir/source/IoCoroutine.c.o] Error 1 make[1]: *** [libs/iovm/CMakeFiles/iovmall.dir/all] Error 2 make: *** [all] Error 2 --paul On Mon, Aug 1, 2011 at 9:45 PM, Steve Dekorte <[email protected]> wrote: > ** > > > > We've been working through issues with GCC's inconsistent inline semantics. > Please pull and try a clean build. > > > On 2011-07-31 Sun, at 07:21 PM, paulsanwald wrote: > > > ld: duplicate symbol _List_size in > CMakeFiles/basekit.dir/source/Stack.c.o and > CMakeFiles/basekit.dir/source/List.c.o for architecture x86_64 > > >