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

Failed to build - 'ext/pool_allocator.h' file not found #37

Closed
yosiat opened this issue Apr 17, 2014 · 4 comments
Closed

Failed to build - 'ext/pool_allocator.h' file not found #37

yosiat opened this issue Apr 17, 2014 · 4 comments
Assignees

Comments

@yosiat
Copy link

yosiat commented Apr 17, 2014

Hi,
I am getting the next error while I am trying to build qfs on Mac -

make all 
test -d build || mkdir build
cd build && \
    { test -d release || mkdir release; } && \
    cd release && \
    cmake -D CMAKE_BUILD_TYPE=RelWithDebInfo ../.. && \
    /Library/Developer/CommandLineTools/usr/bin/make install
-- The C compiler identification is Clang 5.1.0
-- The CXX compiler identification is Clang 5.1.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   regex
--   system
-- Boost-includes = /usr/local/include
-- Boost-libs = /usr/local/lib/libboost_regex-mt.dylib;/usr/local/lib/libboost_system-mt.dylib
-- Found JNI: -framework JavaVM  
-- System name: Darwin
-- System processor: i386
-- qcrs: enabling ssse3
-- Performing Test MY_LAXVEC_CONV
-- Performing Test MY_LAXVEC_CONV - Success
-- qcrs: enabling -O3 flag
-- JNI found: building qfs_access
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/yosy/code/research/qfs/build/release
Scanning dependencies of target qcdio
[  0%] Building CXX object src/cc/qcdio/CMakeFiles/qcdio.dir/QCDiskQueue.o
[  1%] Building CXX object src/cc/qcdio/CMakeFiles/qcdio.dir/QCFdPoll.o
[  1%] Building CXX object src/cc/qcdio/CMakeFiles/qcdio.dir/QCIoBufferPool.o
[  2%] Building CXX object src/cc/qcdio/CMakeFiles/qcdio.dir/QCMutex.o
[  2%] Building CXX object src/cc/qcdio/CMakeFiles/qcdio.dir/QCThread.o
[  3%] Building CXX object src/cc/qcdio/CMakeFiles/qcdio.dir/QCUtils.o
Linking CXX static library libqfs_qcdio.a
[  3%] Built target qcdio
Scanning dependencies of target version
[  3%] Built target version
Scanning dependencies of target kfsCommon
[  4%] Building CXX object src/cc/common/CMakeFiles/kfsCommon.dir/BufferedLogWriter.o
In file included from /Users/yosy/code/research/qfs/src/cc/common/BufferedLogWriter.cc:53:
In file included from /Users/yosy/code/research/qfs/src/cc/common/Properties.h:34:
/Users/yosy/code/research/qfs/src/cc/common/StdAllocator.h:41:13: fatal error: 'ext/pool_allocator.h' file not found
#   include <ext/pool_allocator.h>
            ^
1 error generated.
make[3]: *** [src/cc/common/CMakeFiles/kfsCommon.dir/BufferedLogWriter.o] Error 1
make[2]: *** [src/cc/common/CMakeFiles/kfsCommon.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [release] Error 2
@wjiang-qc
Copy link
Contributor

Which mac os version are you using?

@yosiat
Copy link
Author

yosiat commented Apr 29, 2014

10.9.2

@silviusrus
Copy link
Contributor

We will revisit build issues when we prepare the next release 1.1.

@fsareshwala
Copy link
Contributor

Hi there,

This issue is now being tracked on the QFS JIRA instance. The reference ticket is: https://quantcast.atlassian.net/browse/QFS-37

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

4 participants