-
Notifications
You must be signed in to change notification settings - Fork 133
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
Build issues in Mac OS X #91
Comments
Hi, |
I added the include statement, and it solved the particular issue, but some new errors popped up later.
|
I have no idea about MacOS, but it seems that it somehow does not define What I found through a quick Google search was this workaround: Unfortunately we have no possibility to test ABY on MacOS, so this is rather hard to debug from our side. |
The major problem I'm facing is that OS X doesn't yet support "filesystem". |
You could just use ABY before commit dafae66. |
I tried doing that. The problem is that I had some linking issues since the GMP that I have installed was compiled with clang. |
Having tried both the alternatives, I am stuck at this error:
|
Is C++ support enabled in your GMP library? |
Yes. It is enabled. cmake was able to locate the gmpyxx.dylib as well. |
I managed to install a previous version of the library.
and
|
For the missing circuit files see #83 . |
I ran the
cmake ..
command successfully.On running the
make
command, I saw the following error messages:Can someone suggest any changes to Makefile that will resolve this issue?
The text was updated successfully, but these errors were encountered: