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 Feb 3, 2024. It is now read-only.
Hi!I tried to cache the extracted structures in cache directories ,so I run ./src/cacher -i bpdfs.txt --compact --values -c cache-ben/ \-t10 -m256 as you said in the Readme.rst. The terminal returned me this:
bash: ./src/cacher: No such file or directory
Then I thought maybe I should compile the cacher.cpp ,so I triedgcc cacher.cpp -o cacher. Unfortunately it gave me error again! like this:
cacher.cpp:227: confused by earlier errors, bailing out
Preprocessed source stored into /tmp/ccHybzCk.out file, please attach this to your bugreport.
How can I fix this error? Thank you!
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.
Hi!I tried to cache the extracted structures in cache directories ,so I run
./src/cacher -i bpdfs.txt --compact --values -c cache-ben/ \-t10 -m256
as you said in the Readme.rst. The terminal returned me this:How can I fix this error? Thank you!
The text was updated successfully, but these errors were encountered: