bchunk icon indicating copy to clipboard operation
bchunk copied to clipboard

Minor compilation fixes

Open lelandyang opened this issue 8 years ago • 0 comments

I have to say there still some bugs while trying to compile the windows port: I made it after little modification, I write it here for reference so that other users might benefit from the issue. Visual studio does not support C99 standard and inttype.h is not included, one can obtain a copy from http://code.google.com/p/msinttypes/ extract the zip ball and edit bchunk.c : #include <inttypes.h> to #include "./inttypes.h" then run the bat file to build.make sure %VS90COMNTOOLS%is in your system path!

lelandyang avatar Jun 24 '17 08:06 lelandyang