On 11/19/2015 02:25 PM, Bruno Turcksin wrote:
>
>
> right now, the preferred method to use deal.II on Windows is to use
> Visual Studio 13 with the development version of deal.II. The problem is
> that we don't use Windows, so we make deal.II work on Windows then, we
> write new code that breaks on Windows until someone let us know that
> there is a bug. So my advise to you is to try to use Visual Studio and
> if there is a bug let us know so we can fix it. People have been able to
> compile deal.II on Windows before so new bugs should be easy to fix.
To the best of my knowledge, one can also tweak the Visual Studio IDE in 
a way so that it uses the Intel C++ compiler (which is free) instead of 
the Microsoft compiler. ICC is a very good and standards compliant 
compiler. MSVC is, on the other hand, a terrible compiler that over the 
past 20 years has still not learned to understand a reasonable subset of 
C++, and consequently we keep getting into trouble with it because the 
standards compliant code we write does not pass MSVC :-(
If you have experience with the Intel compiler, you may be better off 
trying to go that route on Windows.
Best
  W.
-- 
------------------------------------------------------------------------
Wolfgang Bangerth               email:            
bang...@math.tamu.edu
                                 www: 
http://www.math.tamu.edu/~bangerth/