iut-ibk / DynaMind-ToolBox

DynaMind-ToolBox
www.dance4water.org
GNU General Public License v2.0
9 stars 6 forks source link

Windows Build and Compiler lock in in windows #271

Closed christianurich closed 9 years ago

christianurich commented 9 years ago

@abroxos

I tried to make a windows build that includes SFCGAL but failed. The problem is that vc 9.0 is getting really old and things start to fall apart. Particularly boost/cgal/sfcgal start to make problems in the newer version with compilers that don't support the new C++ standard.

Shifting to python 3.4 would help us to pump the compiler version to visual studio 10 which would hopefully resolve a lot of the problems but I have no idea how long that would take.

Any thoughts?

ghost commented 9 years ago

Are there any python modules needed / used at the moment? I personally am not using Python Modules and am happy with a temporary "python construction area"

christianurich commented 9 years ago

I unfortunately have a few... that whole windows python dll thing is just nuts.... But I might have found a combination of library versions that with a few patches compile SFCGAL.

christianurich commented 9 years ago

OK I got it to work and it runs...

I had to patch SFCGAL to compile with vc9.0 this can be found here