xdelta icon indicating copy to clipboard operation
xdelta copied to clipboard

Compile error on windows with VS2015

Open OscarKing888 opened this issue 8 years ago • 6 comments

I'm using VS2015. When open xdelta3.vcxproj and compile will get: xdelta3.h(243): fatal error C1189: #error: Bad configure script

I checked the compile options in Debug|Win32 C/C++ -> General -> Additional Include Direcories, there is ../xz/include.

Is some file missed in the github? Also I can't find the config.h :(

The version I used is xdelta-release3_1_apl.

OscarKing888 avatar Sep 07 '16 09:09 OscarKing888

You need the compiled windows-version of xz for the include-files. http://tukaani.org/xz/ http://tukaani.org/xz/xz-5.2.1-windows.zip

hurda avatar Sep 13 '16 13:09 hurda

same problem here, already got XZ, but where do i put them? :/

shkarface avatar Nov 01 '16 17:11 shkarface

Where the include-path points to.

hurda avatar Nov 01 '16 21:11 hurda

same problem. all above done. still #error: Bad configure script

mkranga avatar Mar 14 '17 17:03 mkranga

same problem. all above done. still #error: Bad configure script

zmsoft avatar Jun 21 '17 06:06 zmsoft

SIZEOF_SIZE_xxxx are not in the xz headers - at least not in the xz-5.2.1-windows.zip I did find them in the xz git repository.

ClayBorkholm avatar Jun 29 '17 15:06 ClayBorkholm