colmap make failed with with error message error: parameter packs not expanded with ‘...’
Make sure you have gcc 10 and g++ 10, if not, install them first sudo apt install gcc-10 g++-10
Compiling colmap failed with error message Unsupported gpu architecture 'compute_native’
.
Check your GPU's Compute Capability. For example, GeForce RTX 3090 has Compute Capability 8.6, then compile with the number:
cmake .. -GNinja -DCMAKE_CUDA_ARCHITECTURES=86