Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

canot build for debain 64 #105

Closed
devorel opened this issue Jan 26, 2020 · 0 comments
Closed

canot build for debain 64 #105

devorel opened this issue Jan 26, 2020 · 0 comments

Comments

@devorel
Copy link

devorel commented Jan 26, 2020

g++ -I inc -I /usr/include/cryptopp -I sdk -std=c++0x -O0 -g -fstack-protector-all -Wall -D_FILE_OFFSET_BITS=64 -D_GLIBCXX_DEBUG -c src/file_cache_row.cpp -o src/file_cache_row.o
src/file_cache_row.cpp: In static member function ‘static int CacheManager::numChunks(size_t)’:
src/file_cache_row.cpp:72:59: error: ‘ceil’ was not declared in this scope
return 8 + ceil(float(pos-end)/(8.0*ChunkedHash::SEGSIZE));
^
Makefile:44: recipe for target 'src/file_cache_row.o' failed
make: *** [src/file_cache_row.o] Error 1

@devorel devorel closed this as completed Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant