hellopcl
hellopcl copied to clipboard
VTK not found in xcode
Hi,
I tried to make it work but impossible to compile. I have this error :
clang: warning: libstdc++ is deprecated; move to libc++
clang: warning: libstdc++ is deprecated; move to libc++
ld: framework not found pcl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I don't understand because vtk is on the project. As well, I added the library path, the framework path and the header search path to vtk.
Is anyone can help me ?
thank