Archived

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

icecpp doesn't build on Solaris

There are two problems building icecpp on Ice 1.0.1:

1) icecpp/config.h need to accomodate Solaris in a similar way to what was done for FreeBSD

2) The Makefile need to invoke the C compiler with CFLAGS
so that -DSUNOS can be specified in the Make.rules file.

This forum only allows one file to be attached to a post so I am attaching just the fixed header file.
The Makefile needs to change $(CC) ... to $(CC) $(CFLAGS) ...

Regards,

Andrew M.