[vtkusers] MacPort VTK6.1.0 failed

David Gobbi david.gobbi at gmail.com
Mon Nov 24 16:17:06 EST 2014


Hi Simon,

In the output you sent, cmake is simply checking to see if ieeefp.h
is there, so after the "file not found" cmake is supposed to continue
along after recording the fact that ieeefp.h doesn't exist on your
system.

I don't use macports, but when I do a manual build of VTK on my
system I see this output: (on OS X 10.9):

-- Looking for 28 include files stdio.h, ..., ieeefp.h
-- Looking for 28 include files stdio.h, ..., ieeefp.h - not found
-- Looking for 28 include files stdio.h, ..., math.h
-- Looking for 28 include files stdio.h, ..., math.h - found
-- Looking for 29 include files stdio.h, ..., nan.h
-- Looking for 29 include files stdio.h, ..., nan.h - not found

and then it keeps going until it's done.  So it's odd that, for your build,
it stops after ieeefp.h instead of continuing.  Is there any other output
that your build produced when it failed?  VTK undergoes nightly build
tests on many platforms (including OS X 10.10), but not specifically
with macports.

 - David



On Mon, Nov 24, 2014 at 12:11 PM, Simon Hewitt <simon.d.hewitt at gmail.com>
wrote:

> I ran sudo port vtk @6.1.0
>
> It failed within a cmake element looking for ieeefp.h
> I can't find out much about this (except it may be Intel 486 specific??)
>
> I have tried every way I can find and cannot get VTK running
> MacBook Pro (retina 13 inch mid 2014)
> OS X 10.10.1
>
> any suggestions welcome.
> Thanks
> Simon
>
>
> acports.org_release_tarballs_ports_graphics_vtk/vtk/work/build/CMakeFiles/CMakeTmp'
> /opt/local/bin/cmake -E cmake_progress_report
> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_vtk/vtk/work/build/CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec3525172040.dir/CheckIncludeFiles.c.o
> /usr/bin/clang   -pipe -Os -arch x86_64   -w -w  -arch x86_64
> -mmacosx-version-min=10.10   -o
> CMakeFiles/cmTryCompileExec3525172040.dir/CheckIncludeFiles.c.o   -c
> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_vtk/vtk/work/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_vtk/vtk/work/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10:
> fatal error: 'ieeefp.h' file not found
> #include <ieeefp.h>
>          ^
> 1 error generated.
> --
> Simon Hewitt
> (+44) 07584 658227
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20141124/c745c247/attachment.html>


More information about the vtkusers mailing list