Archived

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

Ice 1.1.0 patch for Make.rules

Hi,

I am trying to compile Ice 1.1.0 under FreeBSD-CURRENT.
Nice job so far!

I have a problem though.

If mkshlib is not defined in the platform specific
Make.rules.${ARCH} , then the build keeps on going
and does not build any libraries. This causes
weird errors later on.

I suggest the following patch.

That way, if mkshlib is not defined, the build will fail.
This will force the user to define mkshlib in their Make.rules.${ARCH}
file.

Comments

  • bernard
    bernard Jupiter, FL
    Hi Craig,

    Thanks for the suggestion. It will be incorporated in the next patch release!

    Cheers,
    Bernard