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
hello i am a beginner
Could you explain me how to compile this project?
I tried:
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
but I get this error:
poco_restful_webservice/include/Infrastructure/Persistence/ConnectionManager.h:24:10: fatal error: Poco/SQL/Session.h: No such file or directory
24 | #include "Poco/SQL/Session.h"
What am I doing wrong?
Can you help me ?
The text was updated successfully, but these errors were encountered:
hello i am a beginner
Could you explain me how to compile this project?
I tried:
but I get this error:
poco_restful_webservice/include/Infrastructure/Persistence/ConnectionManager.h:24:10: fatal error: Poco/SQL/Session.h: No such file or directory
24 | #include "Poco/SQL/Session.h"
What am I doing wrong?
Can you help me ?
The text was updated successfully, but these errors were encountered: