Fwd: [vtkusers] Building VTK

Mathieu Malaterre mathieu.malaterre at kitware.com
Tue Jun 14 11:59:05 EDT 2005


>
> Yes I do it, every night. What is the build problem ? Could you send  
> the compiler log ?
>
> Here is the script I use for setting up properly the env var on cygwin:
>
> -----------  freec++ ------------
> export PATH='/cygdrive/c/Program  
> Files/CMake20/bin/:/cygdrive/c/Program Files/Microsoft Visual C++  
> Toolkit 2003/bin:/cygdrive/c/Program Files/Microsoft  
> SDK/Bin/Win64/':$PATH
> export LIB="C:\Program Files\Microsoft Visual C++ Toolkit  
> 2003\lib;C:\Program Files\Microsoft SDK\lib"
> export INCLUDE="C:\Program Files\Microsoft Visual C++ Toolkit  
> 2003\include;C:\Program Files\Microsoft SDK\include"
>
>
> Then all you do is :
>
> . ./freec++
>
> mkdir VTK-gcc
> cd VTK-gcc
> cmake ../VTK -G"NMake Makefiles"
> nmake
>
> After the nmake edit_cache / nmake rebuild_cache works fine.
>
> HTH
> Mathieu
> Ps another ctest script can be found here, it is used to compiled GDCM:
> http://public.kitware.com/GDCM/Testing/Sites/CHIRON.kitwarein/GDCM- 
> Win32-FreeC++-NMake/20050614-0100-Nightly/Notes.html
>
> On Jun 14, 2005, at 11:07 AM, Marcio Antonio Mathias wrote:
>
>> Has someone was succesful compiling the VTK nightly
>> release using Microsoft Visual C++ Toolkit 2003
>> commandline compiler?
>>
>> Thanks for any information,
>>
>> Marcio.
>>
>> Marcio Antonio Mathias <marcio_mathias at yahoo.com>
>> Registered Linux user number 248543
>> Get counted: http://counter.li.org/
>>
>> __________________________________________________
>> Do You Yahoo!?
>> Tired of spam?  Yahoo! Mail has the best spam protection around
>> http://mail.yahoo.com
>> _______________________________________________
>> 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 vtkusers mailing list