<div dir="ltr">If my memory is correct CMake doesn't have explicit global objc or objc++ flag variables. Instead what you can try todo is to set the  COMPILE_FLAGS  property on each mm file to be "-stdlib=libstdc++"</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 17, 2014 at 2:07 PM, Biddiscombe, John A. <span dir="ltr"><<a href="mailto:biddisco@cscs.ch" target="_blank">biddisco@cscs.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">For compatibility with some other libraries, I tried compiling paraview on OSX using libc++ instead of libstdc++.<br>
Everything is fine except some link errors coing from vtkCocoa… classes. I have never worked with these before, but see all the classes causing me trouble emanate from code which has an mm extension.<br>
<br>
Looking at the make rules, I cannot see anything obviously wrong, but does anyone know of a reason why the vtkCocoa classes cause this trouble. Are they using a libstdc++ from the system (via some cocoa related link) which I can’t work around?<br>
<br>
Thanks for any hints.<br>
<br>
JB<br>
<br>
Linking CXX shared library ../../../lib/libvtkRenderingOpenGL-pv4.2.dylib<br>
Undefined symbols for architecture x86_64:<br>
  "vtkObjectBase::PrintHeader(std::ostream&, vtkIndent)", referenced from:<br>
      vtable for vtkCocoaRenderWindowInteractor in vtkCocoaRenderWindowInteractor.mm.o<br>
      vtable for vtkCocoaRenderWindow in vtkCocoaRenderWindow.mm.o<br>
  "vtkObjectBase::PrintTrailer(std::ostream&, vtkIndent)", referenced from:<br>
      vtable for vtkCocoaRenderWindowInteractor in vtkCocoaRenderWindowInteractor.mm.o<br>
      vtable for vtkCocoaRenderWindow in vtkCocoaRenderWindow.mm.o<br>
  "vtkOpenGLRenderWindow::PrintSelf(std::ostream&, vtkIndent)", referenced from:<br>
      vtkCocoaRenderWindow::PrintSelf(std::ostream&, vtkIndent) in vtkCocoaRenderWindow.mm.o<br>
  "vtkRenderWindowInteractor::PrintSelf(std::ostream&, vtkIndent)", referenced from:<br>
      vtkCocoaRenderWindowInteractor::PrintSelf(std::ostream&, vtkIndent) in vtkCocoaRenderWindowInteractor.mm.o<br>
  "std::string::c_str() const", referenced from:<br>
      vtkCocoaRenderWindow::ReportCapabilities() in vtkCocoaRenderWindow.mm.o<br>
  "std::string::length() const", referenced from:<br>
      vtkCocoaRenderWindow::ReportCapabilities() in vtkCocoaRenderWindow.mm.o<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtk-developers" target="_blank">http://public.kitware.com/mailman/listinfo/vtk-developers</a><br>
<br>
</blockquote></div><br></div>