Replies: 19 comments 2 replies
-
isabelj@PC5513:~/CombLayer_isaCave/isaCave_github/newCave$ cmake ./ CMake Error at test/CMakeLists.txt:32 (add_library): CMake Error at test/CMakeLists.txt:35 (target_include_directories): -- Configuring incomplete, errors occurred! |
Beta Was this translation helpful? Give feedback.
-
g++11 -v |
Beta Was this translation helpful? Give feedback.
-
gcc-11 -v |
Beta Was this translation helpful? Give feedback.
-
sudo apt install build-essential manpages-dev software-properties-common |
Beta Was this translation helpful? Give feedback.
-
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 110 --slave /usr/bin/g++ g++ /usr/bin/g++-11 --slave /usr/bin/gcov gcov /usr/bin/gcov-11 --slave /usr/bin/gcc-ar gcc-ar /usr/bin/gcc-ar-11 --slave /usr/bin/gcc-ranlib gcc-ranlib /usr/bin/gcc-ranlib-11 --slave /usr/bin/cpp cpp /usr/bin/cpp-11; |
Beta Was this translation helpful? Give feedback.
-
update-alternatives: error: alternative cpp can't be slave of gcc: it is a master alternative |
Beta Was this translation helpful? Give feedback.
-
make VERBOSE=1 |
Beta Was this translation helpful? Give feedback.
-
isabelj@PC5513:~/CombLayer_isaCave/isaCave_github/newCave$ make VERBOSE=1 |
Beta Was this translation helpful? Give feedback.
-
[ 1%] Built target transport |
Beta Was this translation helpful? Give feedback.
-
git stash |
Beta Was this translation helpful? Give feedback.
-
usr/include/boost/format/alt_sstream_impl.hpp: In instantiation of ‘boost::io::basic_altstringbuf<Ch, Tr, Alloc>::int_type boost::io::basic_altstringbuf<Ch, Tr, Alloc>::overflow(boost::io::basic_altstringbuf<Ch, Tr, Alloc>::int_type) [with Ch = char; Tr = std::char_traits; Alloc = std::allocator; boost::io::basic_altstringbuf<Ch, Tr, Alloc>::int_type = int]’: |
Beta Was this translation helpful? Give feedback.
-
[ 2%] Built target compWeights |
Beta Was this translation helpful? Give feedback.
-
sudo add-apt-repository universe |
Beta Was this translation helpful? Give feedback.
-
[ 14%] Building CXX object System/insertUnit/CMakeFiles/insertUnit.dir/insertSphere.cxx.o |
Beta Was this translation helpful? Give feedback.
-
sudo apt install libfmt-dev |
Beta Was this translation helpful? Give feedback.
-
sudo apt install libfmt-dev |
Beta Was this translation helpful? Give feedback.
-
ls /usr/local/include/fmt OR ls /usr/include/fmt |
Beta Was this translation helpful? Give feedback.
-
Hi, Stuart Here are the errors I got about the fmt module: Scanning dependencies of target objectMod |
Beta Was this translation helpful? Give feedback.
-
This is an online discussion to fix some issues
Beta Was this translation helpful? Give feedback.
All reactions