You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This helps in fixing some issues during installation.
Also... If you want npiet support, I made a pull request on the npiet repo for newer distro's that can't compile with sys/malloc.h causing issues during c compilation. sys/malloc.h has been deprecated and obsoleted in favor of stdlib.h in newer distro's. Which is already imported by npiet.
Simply remove the include to malloc.h inside the two c and y files and it should compile on modern distributions.
This might also help in fixing these issues inside the Dockerfile.
If you want I can make a pull request for the requirements.txt, but it's not a big issue I suppose.
The text was updated successfully, but these errors were encountered:
Hi there,
Please change requirements.txt to include:
This helps in fixing some issues during installation.
Also... If you want npiet support, I made a pull request on the npiet repo for newer distro's that can't compile with sys/malloc.h causing issues during c compilation. sys/malloc.h has been deprecated and obsoleted in favor of stdlib.h in newer distro's. Which is already imported by npiet.
Simply remove the include to malloc.h inside the two c and y files and it should compile on modern distributions.
This might also help in fixing these issues inside the Dockerfile.
If you want I can make a pull request for the requirements.txt, but it's not a big issue I suppose.
The text was updated successfully, but these errors were encountered: