-
Notifications
You must be signed in to change notification settings - Fork 158
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
Comments
OK. Making a library. |
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
<#52 (comment)>, 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
> <#52 (comment)>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AH52F76A42725MDAMDLFJ7TWFTQTJANCNFSM6AAAAAAROBQESA>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: