For the record, "step-1.exe" does exist in the debug directory; however it appears to be corrupted.
I also tried this command from x64 Native Tools Command Prompt VS2017, but I am not sure if the syntax is correct: cmake $ make run step-1 logs confirm it is building, but say nothing about it running. Earl Fairall p. 815.419.8690 [email protected] On Wed, May 2, 2018 at 7:20 AM, Earl Fairall <[email protected]> wrote: > Hi everyone, > > I have installed dealii on my windows machine, and it went smoother than > expected; however, I am having an issue compiling the examples. > > I followed this instruction set: > https://github.com/dealii/dealii/wiki/Windows > Steps 1-6 work great. I see the .sln. > > Step 7 fails when I tried to build "example step-1" in Visual Studio. > > I think this is the same problem Hilbertdotx is having at the end of the > thread here: > https://github.com/dealii/dealii/issues/1921 > > Here is the exact message coming out of Visual Studio 2017 build logs: > > 1>------ Build started: Project: step-1, Configuration: Debug x64 ------ > 1>LINK : C:\dealii-master\examples\step-1\Debug\step-1.exe not found or > not built by the last incremental link; performing full link > 1>LINK : the 32-bit linker (C:\Program Files (x86)\Microsoft Visual > Studio\2017\Community\VC\Tools\MSVC\14.12.25827\bin\HostX86\x64\link.exe) > failed to do memory mapped file I/O on > `C:\dealii-master\build\lib\deal_II.g.lib' > and is going to restart linking with a 64-bit linker for better throughput > 1>LINK : failed to locate a 64-bit linker on %PATH%; continue the current > linking > > The build didn't technically fail, but it appears to have gone into an > infinite loop. It shouldn't take 20+ minutes to build right???? Is this > easier to run through a cmd prompt? > > Thanks for your help. > > Earl > -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
