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
After installing, I received this when I try execute make for my own program.
fatal error: libscapi/include/primitives/Prg.hpp: No such file or directory
26 | #include <libscapi/include/primitives/Prg.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Seems it is a library linkage problem, may I ask what can I do to solve this?
My OS using is Linux Ubuntu 20.04.3 LTS.
Thank you
The text was updated successfully, but these errors were encountered:
After installing, I received this when I try execute
make
for my own program.Seems it is a library linkage problem, may I ask what can I do to solve this?
My OS using is Linux Ubuntu 20.04.3 LTS.
Thank you
The text was updated successfully, but these errors were encountered: