Hi,
attached is a patch that fixes a problem with the option parser for the various Ice command-line tools, such as slice2cpp, slice2java, etc.
Please apply this patch to src/IceUtil/Options.cpp if you are getting incorrect complaints from these tools about a repeated option that, in fact is not repeated (such as when using --source-ext or --header-ext), or if you are getting errors due to options following normal arguments, as in "slice2cpp x.ice -Isome_dir".
Cheers,
Michi.

Reply With Quote