I installed a cloud point library from ppa on Ubuntu 11.10 x86_64 (including dev packages that are not necessarily relevant for the question, but for the sake of completeness I provide this detail). When I try to compile (make cmake on the makefile created) my own code that uses pcl, I get the CPU error that you selected does not support the x86-64 instruction set . What does this error mean and what should I check to remove the error?
source
share