What steps will reproduce the problem?
1. Remove the define for "VCDIFF_TOOLS"
2. Try to compile and watch it fail due to recent changes to xdelta-main.h
What is the expected output? What do you see instead?
To get it to compile again make the following changes to around line 3297
in xdelta-main.h:
#if VCDIFF_TOOLS
if ((cmd == CMD_MERGE || cmd == CMD_MERGE_ARG) &&
(ret = xd3_whole_state_init (& stream)))
{
XPR(NT XD3_LIB_ERRMSG (& stream, ret));
return EXIT_FAILURE;
}
#endif
What version of the product are you using? On what operating system?
Latest subversion revision (r263). MS VC++ 9.0 (aka 2008). MS Vista.
Original issue reported on code.google.com by wyatto...@gmail.com on 9 Aug 2008 at 9:44
Original issue reported on code.google.com by
wyatto...@gmail.com
on 9 Aug 2008 at 9:44