cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
configure CodeBlock for PCL
configure CodeBlock for PCL
Dec 8, 2013 at 6:47pm UTC
mifum
(8)
Hi all,
I installed PCL on my computer with Ubuntu 12.04 LTS folowing instructions find here:
http://pointclouds.org/downloads/linux.html
Then I followed the first tutorial found here:
http://pointclouds.org/documentation/tutorials/writing_pcd.php#writing-pcd
Then I typed this commands on terminal to generate CodeBlocks project: cmake -G"CodeBlocks - Unix Makefiles" /home/.../dev/PCL/CMakeLists.txt
I got the CodeBlock project. I compiled it without errors, but when I try to run it says: You can't "run" a commands-only target...
What is the problem?
Thank you a lot in advance!!
Topic archived. No new replies allowed.