Re: [deal.II] Is "-- Configuring incomplete, errors occurred!" OK?

2018-10-12 Thread Yuxiang Wang
Thank you so much Matthias! Sorry that I thought it would just compile without Trilinos in that case. I did: cmake -DCMAKE_INSTALL_PREFIX=/mnt/e/dealii/abq1d/installed -DDEAL_II_WITH_TRILINOS=OFF And it ran perfectly. Best, Shawn On Fri, Oct 12, 2018 at 4:59 PM Matthias Maier wrote: > You hav

Re: [deal.II] Is "-- Configuring incomplete, errors occurred!" OK?

2018-10-12 Thread Matthias Maier
You have a faulty trilinos installation, in particular the project configuration file /usr/lib/x86_64-linux-gnu/cmake/Trilinos/TrilinosConfig.cmake is broken (See lines 355 - 2432 of your output file). You can either * disable Trilinos for the time being by configuring with -DWITH_TRILINOS

Re: [deal.II] Is "-- Configuring incomplete, errors occurred!" OK?

2018-10-12 Thread Wolfgang Bangerth
On 10/10/2018 03:33 PM, Yuxiang Wang wrote: > > -- Configuring incomplete, errors occurred! > See also "/mnt/e/dealii/abq1d/dealii/build/CMakeFiles/CMakeOutput.log". > > > > Is this OK and just indicating that there are external dependencies not > met (which is OK for me)? My intent is

Re: [deal.II] Compilation problems with MS Visual Studio, 2017

2018-10-12 Thread Rochan Upadhyay
Dear Luca, I just wanted a Windows installer to run some training examples at my leisure on my laptop. So your binaries should be just fine. I will test them later today. I have compiled source from git with all the external dependencies in linux without any problems for more serious work if n

Re: [deal.II] Compilation problems with MS Visual Studio, 2017

2018-10-12 Thread Wolfgang Bangerth
Rochan, > From Google, it seems that using "designated initializers" such as > const std::vector &marked_vertices = std::vector() in the > function declaration in the header file is not allowed in Visual Studio. > It needs building with C99 support which is not there. Luca's solution with b

Re: [deal.II] Compilation problems with MS Visual Studio, 2017

2018-10-12 Thread luca.heltai
Dear Rochan, you can find prebuilt static binaries of deal.II 8.5.0 for windows, with no external libraries, here: https://github.com/luca-heltai/dealii/releases/tag/9.5.pre-windows I also know of people that successfully compiled and used deal.II 9.0.0 on windows. L. > On 12 Oct 2018, at 4