Archived

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

Patch #7 for Ice 3.5.1: fix for slice2cpp and symbolic links

xdm
xdm La Coruña, Spain
The attached patch fixed a bug in lib Slice where the compiler will generate incorrect include directives when the Slice files are symbolic links.

To apply the source patch to a fresh Ice 3.5.1 source distribution:
Code:
> cd Ice-3.5.1
> patch --binary -p1 < patch-3.5.1-7.txt

After applying the patch you need to rebuild lib Slice, follow the instructions from the Ice release notes to build a source distribution.

Regards