xdelta
xdelta copied to clipboard
Compile error on windows with VS2015
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.
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? :/
Where the include-path points to.
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.