miyucy / brotli

MIT License
59 stars 14 forks source link

Can't build 0.1.4 #10

Closed yivo closed 7 years ago

yivo commented 7 years ago
compiling brotli.c
In file included from brotli.c:1:
In file included from ./brotli.h:6:
./enc/encode.h:12:10: fatal error: '../common/types.h' file not found
#include "../common/types.h"
         ^
1 error generated.
make: *** [brotli.o] Error 1

That's because path vendor/brotli/common doesn't exist in gemspec: https://github.com/miyucy/brotli/blob/master/brotli.gemspec#L18

yivo commented 7 years ago

Fixed in #11

miyucy commented 7 years ago

Thank you so much. it's my fault...

miyucy commented 7 years ago
∴ gem install brotli
Fetching: brotli-0.1.5.gem (100%)
Building native extensions.  This could take a while...
Successfully installed brotli-0.1.5
1 gem installed