Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: incomplete type 'qhttp::server::QHttpResponse' named in nested name specifier #52

Open
jenya7 opened this issue Oct 25, 2022 · 4 comments

Comments

@jenya7
Copy link

jenya7 commented Oct 25, 2022

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?

@jenya7
Copy link
Author

jenya7 commented Oct 26, 2022

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

@ziabary
Copy link

ziabary commented Oct 29, 2022

Seems that you forgot to clone submodules. Run:

git clone --recurse-submodules https://github.com/Targoman/QHttp.git

@jenya7
Copy link
Author

jenya7 commented Oct 30, 2022 via email

@jenya7
Copy link
Author

jenya7 commented Nov 2, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants