This patch corrects the issue reported here, in which slice2cs generates invalid code when the --tie option is used.
To apply the patch to the Ice 3.4.0 source distribution:
$ cd Ice-3.4.0
$ patch -p1 < patch-tie.txt
|
|
This patch corrects the issue reported here, in which slice2cs generates invalid code when the --tie option is used.
To apply the patch to the Ice 3.4.0 source distribution:
$ cd Ice-3.4.0
$ patch -p1 < patch-tie.txt
Mark,
Thanks for the patch.
Weird thing: I fed it into GnuWin32 patch 2.5.9 (on winXP 32bit), and it barfed out with:
patching file cpp/src/slice2cs/Gen.cpp
Assertion failed: hunk, file ../patch-2.5.9-src/patch.c, line 354
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Which version+platform did you use to produce/test the patch file?
Last edited by masariello; 05-10-2010 at 05:35 AM.
On Windows you need to use the --binary option when running patch:
> patch --binary -p1 < patch-tie.txt
Can you try that?
Regards,
Mark
It works
Thank you
Is slice2cs.exe with this patch applied available for x86 somewhere?
Ice 3.4.1 which was released yesterday contains this fix.
Dwayne Boone
There are currently 1 users browsing this thread. (0 members and 1 guests)