Archived

This forum has been archived. Please start a new discussion on GitHub.

Build error: LocalObject(const void**) not found

I'm trying to build Ice 3.3.0/cpp on Mac OSX 10.4 but the build fails because Ice::LocalObject::LocalObject(const void**) is not found.
This happens building Freeze, FreezeScript, IceStorm and IceGrid. Instead the rest compiles without problems.
Any Idea? Thanks for your time!
mario

Comments

  • benoit
    benoit Rennes, France
    Hi,

    Note that we no longer officially support Mac OS X 10.4.x. In any case, it looks like you're using a old compiler (gcc 4.0.0?), see here for a similar report. I recommend upgrading to a newer Xcode version.

    Cheers,
    Benoit.
  • It works!

    Upgraded Xcode to 2.2 and now Ice compiles fine (also without the two workarounds you mention).
    Thanks again!
    mario