[vtkusers] Re: [vtk-developers] VTK on a Cray XT3
Mathieu Malaterre
mathieu.malaterre at kitware.com
Mon Sep 26 14:10:53 EDT 2005
Randy,
Could you run :
$ make VERBOSE=1
So that we see if the -L back to VTK/Common is there or not. I suspect
this is a problem with the make command you are using. If you have
access to GNU make, please use this one instead (you'll need to change
CMAKE_MAKE_PROGRAM in your cmake cache).
HTH
Mathieu
David Cole wrote:
> Randall Hand wrote:
>
>> Ok then, found it.
>>
>> So can't cmake/gmake find it then? I'm doing an out-of-core build, as
>> was previously recommended. Has this changed, and we're back to
>> in-core builds?
>>
>> On 9/26/05, *Amy Squillacote* <amy.squillacote at kitware.com
>> <mailto:amy.squillacote at kitware.com>> wrote:
>>
>> At 12:57 PM 9/26/2005, Randall Hand wrote:
>> >I'm trying to get VTK to compile on a Cray XT3, using the VTK-5-0
>> >branch, and not having much luck. The cmake works just fine
>> >(configured to use the GNU compilers, gcc/g++), but when compiling I
>> >get an initial error in vtkCommonInstantiator.cxx that
>> >vtkCommonInstantiator.h cannot be found, then hundreds of errors
>> >related to that.
>> >
>> >I've tried adding -I/u/rhand/src/VTK/comp to all the compiler lines
>> >and that gets a little further, but then it fails not finding
>> >"vtkInstantiator.h", which I can't find anywhere. Where does this
>> >file come from, and why don't I have it?
>>
>> vtkInstantiator.h is in the VTK source tree in the Common directory.
>>
>> - Amy
>>
>>
>>
>>
>> --
>> Randall Hand
>> Visualization Scientist,
>> ERDC-MSRC Vicksburg, MS
>> Homepage: http://www.yeraze.com
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> vtk-developers mailing list
>> vtk-developers at vtk.org
>> http://www.vtk.org/mailman/listinfo/vtk-developers
>>
>>
>
> _______________________________________________
> This is the private VTK discussion list. Please keep messages on-topic.
> Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
More information about the vtk-developers
mailing list