Archived

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

Ice 3.7.0 'make install' doesn't install slice definitions.

philip_lamb
philip_lamb Christchurch, New Zealand

Is there a reason why a 'make install' of Ice 3.7.0 for c++ doesn't bundle the slice definitions in the install tree?

On macOS, the Zeroc-supplied installer installs the slice definitions to ${prefix}/share, shouldn't this be done via a manual 'make install' too?

Comments

  • benoit
    benoit Rennes, France

    Hi,

    The Slice files are installed when running make install from the top-level ice directory. If you just want to install the Slice files, you can run make install-slice.

    Cheers,
    Benoit.

  • philip_lamb
    philip_lamb Christchurch, New Zealand

    OK, thanks.