jmacd / xdelta

open-source binary diff, delta/differential compression tools, VCDIFF/RFC 3284 delta compression

Home Page:http://xdelta.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile error on windows with VS2015

OscarKing888 opened this issue · 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.

commented

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

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

commented

Where the include-path points to.

commented

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

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

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.