Re: osx compilation issues?
Steve Dekorte <[email protected]>
| Newsgroups | gmane.comp.lang.io |
|---|---|
| Message-ID | <[email protected]> |
Are you on OSX 10.7 and Xcode 4.1? On 2011-08-01 Mon, at 07:39 PM, Paul Sanwald wrote: > > > 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 > > > > > >