CMake err for determine type long long ??
cuke-amuse opened this issue · 1 comments
I try to install with the command "cmake -DCMAKE_BUILD_TYPE="buildtype" -DFOONATHAN_MEMORY_BUILD_EXAMPLES=OFF -DFOONATHAN_MEMORY_BUILD_TESTS=OFF -DFOONATHAN_MEMORY_BUILD_TOOLS=ON -DCMAKE_INSTALL_PREFIX=/usr/local ."
,but there occur an error, below is the record:
CMake Error at cmake/get_container_node_sizes.cmake:37 (message):
Unable to determine alignment of C++ type long long - no error text
matching align_of<..., ##> in compiler output |Change Dir:
use this way , the error not occur, temporarily close
cd /Fast-DDS/Fast-DDS/install -DBUILD_SHARED_LIBS=ON
git clone https://github.com/eProsima/foonathan_memory_vendor.git
mkdir foonathan_memory_vendor/build
cd foonathan_memory_vendor/build
cmake .. -DCMAKE_INSTALL_PREFIX=
cmake --build . --target install.