[Paraview-developers] Question on building git master on mac?

Joshua Murphy Joshua.Murphy at lasp.colorado.edu
Wed Aug 8 14:41:45 EDT 2012


Hi All,

Not sure if I just got a snapshot that doesn't work, or if there is something additional I have to do, but I am trying to compile the git repository (I am new to git, so I may be doing something wrong) version of ParaView on my Mac laptop running OS X 10.7.4… Everything works until we get to 22% in the VTK build… I get the following error:

[ 22%] Building C object VTK/ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/builds/unix/ftsystem.c.o
Linking C shared library ../../../../lib/libvtkfreetype-6.0.dylib
Undefined symbols for architecture x86_64:
  "_autofit_module_class", referenced from:
      _ft_default_modules in ftinit.c.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[5]: *** [lib/libvtkfreetype-6.0.1.dylib] Error 1
make[4]: *** [VTK/ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/all] Error 2
make[3]: *** [all] Error 2
make[2]: *** [ParaView-prefix/src/ParaView-stamp/ParaView-build] Error 2
make[1]: *** [CMakeFiles/ParaView.dir/all] Error 2
make: *** [all] Error 2

I checked out from the repository with the command:
$ git clone -- recursive git://paraview.org/ParaView.git
$ git clone -- recursive git://paraview.org/ParaViewData.git

Updated to the most recent versions with:
$ git pull
$ git submodule update --init

I have made no local changes to the repository, and am building from a build directory outside of the ParaView directory.

Any thoughts? I pulled the most recent revisions just before I tried to build it…
If it is just that it is an unstable revision, that is fine, but if there is something I can do, I would like to follow how things are going.

Thanks,
Josh


[cid:8D166916-1C03-41F1-B8CF-D4DD8D9DEC71]
Joshua J. Murphy
Computer Scientist
Laboratory for Atmospheric and Space Physics
University of Colorado, Boulder

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20120808/12c6f343/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 36D271C8-17E0-42C0-B061-11024F0E4A49[2].png
Type: image/png
Size: 16467 bytes
Desc: 36D271C8-17E0-42C0-B061-11024F0E4A49[2].png
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20120808/12c6f343/attachment.png>


More information about the Paraview-developers mailing list