-
Notifications
You must be signed in to change notification settings - Fork 119
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
make error #2
Comments
You could add c++11 support into CMakeLists.txt: set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") |
I get this error when I make the code (and I set the flag in CMAKE to std11)
Can you help me with this? |
me too; |
I experienced the same error. Installing sudo apt-get install libvtk7-dev libvtk7-qt-dev solved the problem, on Ubuntu 18.04 (bionic). Also libvtk6 caused plenty of build errors, maybe building vtk-8.1 from source could also be ok. |
Unable to locate package libvtk7-dev? should add some channel? |
some errors when I make the code, such as:
/home/zqk/code/tool/point-cloud-annotation-tool/visualizer.cpp:87:14: error: ‘type’ does not name a type for(auto type : *(Annotation::getTypes())){
/home/zqk/code/tool/point-cloud-annotation-tool/visualizer.cpp:99:5: error: expected ‘;’ before ‘ui’ ui->groupBox_Types->setLayout(layout);
how to fix it ? thanks!
The text was updated successfully, but these errors were encountered: