Dear Deal.II team, I'm trying to use deal.ii library under windows. I have successfully compiled the static libraries of deal.ii using cygwin/gcc combination. Now I'm trying to compile the step-1 example. But I would really like to use fancy Visual Studio IDE and debugger. For that purpose I have the Intel C++ compiler for windows, which also includes the Visual Studio 2005 integration. The problem is that when I try to compile the step-1 example I get errors in *geometry_info.h* (like *const member "dealii::GeometryInfo<dim>::unit_normal_direction [with dim=1]" requires an initializer*). If I bypass this problem by replacing 'forward declarations' of constants with initialized versions from *geometry_info.cc*, I get linker errors because implementation of methods of template classes is put into 'cc' files.
Could you please give me any idea if it's possible to get deal.ii up and running with Visual Studio 2005 and Intel C++ compiler 11.0? Best regards, Rostislav --------------------------------------------------------------------------------------------- Rostislav Khlebnikov Research Assistant Graz Univercity of Technology Institute for Computer Graphics and Vision Inffeldgasse 16a, 8010 Graz ---------------------------------------------------------------------------------------------
_______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
