Good day!

I've been trying to build mpir from repo:
https://github.com/BrianGladman/mpir .

I've cloned the repo.
I've run 'mpir_config.py 17', chose 16 (broadwell_avx). [python 3.7.2-x64]
Load solution. [vs2017-15.9.11]
Change to x64.
Build.

This gives the following output:

1>------ Rebuild All started: Project: lib_mpir_broadwell_avx,
Configuration: Debug x64 ------
1>building MPIR for broadwell\avx (x64) from directory
mpn\x86_64w\broadwell\avx
1>creating mpir.h for x64
1>creating config.h from vs17\cdata\mpn\x86_64w\broadwell\avx\
1>Assembling add_err1_n.asm ==> x64\Debug\add_err1_n.obj
1>Y:\REPOS\mpir\msvc\vsyasm.targets(81,5): error MSB3721: The command
""Y:\COMMANDS\"vsyasm.exe -Xvc -f x64 -g cv8 -i "..\..\..\mpn\x86_64w\\" -o
"x64\Debug\mpn\add_err1_n.obj" -rnasm -pnasm
..\..\..\mpn\x86_64w\add_err1_n.asm" exited with code 1.
1>Done building project "lib_mpir_broadwell_avx.vcxproj" -- FAILED.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

vsyasm-1.3.0 exits with -1 (not very helpful [of yasm])
There's 2 things that strike me as slightly odd on that error message.
the quotes around  "Y:\COMMANDS\"and then a bit further, the double
back-slash "..\..\..\mpn\x86_64w\\". The latter is possibly the culprit.

I'll obviously keep looking for the solution, but iff some-one could help,
that's most welcome.

Have a nice day,

degski
-- 
*Microsoft, please kill Paint3D*

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mpir-devel+unsubscr...@googlegroups.com.
To post to this group, send email to mpir-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/mpir-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to