Skip to content
This repository has been archived by the owner on Sep 17, 2018. It is now read-only.

Minor compilation fixes #1

Open
lelandyang opened this issue Jun 24, 2017 · 0 comments
Open

Minor compilation fixes #1

lelandyang opened this issue Jun 24, 2017 · 0 comments

Comments

@lelandyang
Copy link

lelandyang commented Jun 24, 2017

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant