[vtkusers] Activiz 6.2 with VTK-6.2 and .NET 4.0 Build Success

Matias Montroull matimontg at gmail.com
Mon Sep 21 09:34:49 EDT 2015


Hi Oscar,

When I downloaded mummy I did it from git:
git clone git://public.kitware.com/mummy.git

Then I created the .snk file with SDK and modified the Cmakelist.txt file
to set the path to my .snk file

One important step is to add these lines in mummy/CMakeLists.txt:

SET(gccxml_compiler "${CMAKE_CXX_COMPILER}")
IF(MSVC80)
  SET(gccxml_compiler "msvc8")
ENDIF(MSVC80)
IF(MSVC90)
  SET(gccxml_compiler "msvc9")
ENDIF(MSVC90)
SET (GCCXML_EXTRA_D_ARGS "_HAS_TR1=0")


   - This must be at the top of the file or else the variable
   GCCXML_EXTRA_D_ARGS will not be set for CMakeLists.txt. Best to add after
   CMAKE_MINIMUM_REQUIRED line.


Then make sure you select Visual 9 in Cmake, I assume you instaklled Visual
C++ 2008

El lun., 21 de sept. de 2015 a la(s) 10:26 a. m., oscarafone77 <
oscar.cainelli at smarthydrosol.com> escribió:

> Hi Matias,
>
> I am interested in knowing what tweaks you did to get it work.
> Whatever I do I only get the runtime.unmanaged dll but not the
> runtime.managed one
>
> Thank you
> Oscar
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/Activiz-6-2-with-VTK-6-2-and-NET-4-0-Build-Success-tp5733889p5734032.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
-- 
Matias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150921/a531a2a4/attachment.html>


More information about the vtkusers mailing list