On Jan 10, 10:53 am, Bill Hart <goodwillh...@googlemail.com> wrote:
> I get this on eno when compiling with --enable-cxx
>
> ../../gmp.h:532: error: âstd::FILEâ has not been declared
>
> I thought we'd fixed this issue ages ago. But I don't recall the
> solution.

Including <cstdio> in the right condition should fix that problem.
Just make sure it is only included by C++ guards so people with only a
C compiler won't get screwed :)

> Bill.

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-devel@googlegroups.com
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to