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
#Delete the previous run
rm Run
#Run the server
g++ -std=c++11 Run.cpp -o Run -L /usr/lib/ -lboost_system -lboost_thread -lpthread -ggdb -lz -D CROW_ENABLE_DEBUG $(pkg-config --cflags --libs libmongocxx)
#clear
./Run
Hi when i run my script i got this error:
My code:
I USE UBUNTU AND I RUN THE CODE WITH :
Middleware.h
The text was updated successfully, but these errors were encountered: