error: incomplete type 'qhttp::server::QHttpResponse' named in nested name specifier
When I open the project in qhttpserverresponse.cpp I get numerous errors: error: incomplete type 'qhttp::server::QHttpResponse' named in nested name specifier
Do I miss something?
OK. Making a library. After ./update-dependencies.sh doing qmake -r qhttp.pro and get WARNING: Failure to find: ../3rdparty/http-parser/http_parser.c WARNING: Failure to find: ../3rdparty/http-parser/http_parser.h
Seems that you forgot to clone submodules. Run:
git clone --recurse-submodules https://github.com/Targoman/QHttp.git
Thank you.
On Sat, Oct 29, 2022 at 10:52 AM S. Mehran M. Ziabary < @.***> wrote:
Seems that you forgot to clone submodules. Run:
git clone --recurse-submodules https://github.com/Targoman/QHttp.git
— Reply to this email directly, view it on GitHub https://github.com/azadkuh/qhttp/issues/52#issuecomment-1295775403, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH52F76A42725MDAMDLFJ7TWFTQTJANCNFSM6AAAAAAROBQESA . You are receiving this because you authored the thread.Message ID: @.***>
Hello,
Finally I've managed to compile the project. I see in /home/pi/qhttp/xbin a shortcut to libqhttp.so. And include it LIBS += -lqhttp But when I compile my project I get error: cannot find -lqhttp Where is the library located?
Best regards. Evgeny.
On Sun, Oct 30, 2022 at 10:13 AM Evgeny Erenburg @.***> wrote:
Thank you.
On Sat, Oct 29, 2022 at 10:52 AM S. Mehran M. Ziabary < @.***> wrote:
Seems that you forgot to clone submodules. Run:
git clone --recurse-submodules https://github.com/Targoman/QHttp.git
— Reply to this email directly, view it on GitHub https://github.com/azadkuh/qhttp/issues/52#issuecomment-1295775403, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH52F76A42725MDAMDLFJ7TWFTQTJANCNFSM6AAAAAAROBQESA . You are receiving this because you authored the thread.Message ID: @.***>