You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2018. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!The text was updated successfully, but these errors were encountered: