Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gmpxx.h is missing #4

Closed
zosrothko opened this issue Sep 20, 2017 · 1 comment
Closed

gmpxx.h is missing #4

zosrothko opened this issue Sep 20, 2017 · 1 comment

Comments

@zosrothko
Copy link

Context

Porting a Linux application that is using gmp on windows

Expected Behavior

The Linux application is including in several sources #include <gmpxx.h>

Actual Behavior

Include <gmpxx.h> not found

Steps to Reproduce

Not availabel

Your Environment

Windows10, VisualStudio 2015

Possible Fix

@Sibras
Copy link
Member

Sibras commented Sep 21, 2017

gmpxx.h is the C++ interface header whereas so far this library has only been tested using the standard C interface header. If you want to test to see if the C++ interface works then you can directly copy the missing header from this repository gmpxx.h and paste it in your include directory. If everything links correctly then let me know and i will update the releases to include gmpxx.h.

@Sibras Sibras closed this as completed in 022c68e Sep 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants