-
Notifications
You must be signed in to change notification settings - Fork 2
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
torchttprequest conversion error #4
Comments
What system are you compiling on? Can you attach the contents of config.mak thanks, Mark |
im using archlinux 64 bit |
ps i used the gmake command to set it to qmake-qt5 command ill try recompile tomorrow |
still getting the error, any info on why this is happening and how to fix it? |
I'm seeing the same issue on Ubuntu 13.10 amd64 http/torchttprequest.cpp: In member function ‘void TorcHTTPRequest::Respond(QTcpSocket_, int_)’: |
I'm seeing the same error again, compiling on Fedora 21. Was there a fix for this? |
http/torchttprequest.cpp:475:122: fout: invalid conversion from ‘qint64* {aka long long int_}’ to ‘_off64_t {aka long int*}’ [-fpermissive]
qint64 send = sendfile64(Socket->socketDescriptor(), m_responseFile->handle(), &offset, remaining);
The text was updated successfully, but these errors were encountered: