lemire / FastPFor

The FastPFOR C++ library: Fast integer compression
Apache License 2.0
873 stars 123 forks source link

make example dosen't work #18

Closed 0x333333 closed 9 years ago

0x333333 commented 9 years ago

Hi @lemire , it seems that there is no more example in Makefile, or did I miss something? Thanks!

lemire commented 9 years ago

We have upgraded the build setup and it seems likely that the example will not build anymore according to the old instructions. This needs to be updated.

Sorry about the inconvenience.

0x333333 commented 9 years ago

Thanks for the reply! Actually I can build example.cpp manually by g++ -std=c++11 example.cpp libFastPFor.a -o example.

lemire commented 9 years ago

@jesusjzp

Exactly, but the make file should be able to do it for you. This is a bug.

0x333333 commented 9 years ago

Thanks @lemire :blush:

lemire commented 9 years ago

Issue has been resolved.

See

https://github.com/lemire/FastPFor/commit/08c75db91e6b84611d4f91ba3212c4aec4f0e988

Reopen if you disagree.

0x333333 commented 9 years ago

Yeah it works, thank you @lemire !