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

circom compiler reads wrongly in the include statement #343

Closed
truthixify opened this issue Jan 29, 2025 · 0 comments
Closed

circom compiler reads wrongly in the include statement #343

truthixify opened this issue Jan 29, 2025 · 0 comments

Comments

@truthixify
Copy link

I'm trying to compile a file and I included the comparators.circom file from node_modules using include "../../node_modules/circomlib/circuits/comparators.circom";

The circom file to be compiled is in the contracts/circuits folder.

I decided to test this by including the comparators.circom file directly in the contracts/circuits folder and I still get the same error.

Even when the delete the include statement for comparators.circom file, I still get the same error.

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

1 participant