[deal.II] Building UMFPACK with VS 2015

2017-04-19 Thread Bill Greene
I am continuing to try to use DEAL with Visual Studio. I have had some success but ran into a problem when I tried to include the bundled umfpack via the Cmake directive -D DEAL_II_WITH_UMFPACK=ON Deal II seemed to build without problems but when I tried to build example step-56, I got unsatisfie

Re: [deal.II] Re: Error during the builiding deal.ii 8.5.0 on Microsoft Visual Studio 2013

2017-04-17 Thread Bill Greene
I discovered that the C++ settings in the cmake-generated project for > step-1 were set to debug even in Release mode. After fixing that, this example built and ran OK. Thanks again for the help. Bill -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum option

Re: [deal.II] Re: Error during the builiding deal.ii 8.5.0 on Microsoft Visual Studio 2013

2017-04-16 Thread Bill Greene
> > > >deal_II.g.lib is the Debug version of the library. The Release version > > OK, thanks, I didn't understand the significance of the naming. Guess I was expecting it to be more VS-like with different directories for debug and release. I'm trying to build step-1. In VS. I change the configu

Re: [deal.II] Re: Error during the builiding deal.ii 8.5.0 on Microsoft Visual Studio 2013

2017-04-16 Thread Bill Greene
Rebuilt the library in Release mode but, unfortunately, still get the same error about not being able to open deal_II.g.lib. That lib is still over 2.6 GB in Release mode if, in fact, the size is the problem. I am building in 64-bit mode, as recommended, by the way. At this point, I assume I ha

[deal.II] Re: Error during the builiding deal.ii 8.5.0 on Microsoft Visual Studio 2013

2017-04-16 Thread Bill Greene
> > > > > However, there is another problem that has been present also in VS2013: > 75>LINK : fatal error LNK1104: cannot open file > *'..\..\lib\deal_II.g.lib'* > I am also getting this error message when trying to link using VS2015 in debug mode. For future releases, is there any possibilit