On 30/10/2015 14:33, SeVlaT wrote:
> Thank you.
> 
> And yet another error: line 532
> 
> yasm_options(plat, ...)
> 
> plat here is a tuple, while yasm_options required an element of this tuple. 
> As a result, mpirconfig always generate mpn/x86_64w for include path for 
> yasm, even for win32 platforms.
> 
> Probably should be:
> 
> yasm_options(pl, ...)
> 

Yes - its great to have a new bug hunter on board - keep up the good work!

By the way there are several problems and bugs in the part of the code
that writes the *.sln file.  You may need to update this paqrt of your
code later because the bugs need to be removed as they might prevent
Visual Studio loading the solution file in some circumstances.

   Brian

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mpir-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to