Hi,

Two questions:


Question #1:
------------
Trying to build the latest mpir version from here:

https://github.com/BrianGladman/mpir

I'd like to add assembler optimised versions using the mpir_config.py script
running python 3.7.2, however I get these errors:


C:\Work\mpir-master\msvc>mpir_config.py
Traceback (most recent call last):
  File "C:\Work\mpir-master\msvc\mpir_config.py", line 21, in <module>
    from _msvc_project import Project_Type, gen_vcxproj
  File "C:\Work\mpir-master\msvc\_msvc_project.py", line 5, in <module>
    from enum import IntEnum
ImportError: No module named enum


Question #2:
------------
I've built the generic C dll_mpir_gc versions mpir.lib (import library) and 
mpir.dll (external DLL). Does adding the import library mpir.lib cause issues 
with LGPL? I could use LoadLibrary()/GetProcAddress() instead of mpir.lib but 
that seems silly.


Any ideas?

Thanks.

-- 
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