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

torchttprequest conversion error #4

Open
stevenvandenbrandenstift opened this issue Oct 21, 2013 · 6 comments
Open

torchttprequest conversion error #4

stevenvandenbrandenstift opened this issue Oct 21, 2013 · 6 comments
Assignees

Comments

@stevenvandenbrandenstift

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);

@mark-kendall
Copy link
Member

What system are you compiling on? Can you attach the contents of config.mak

thanks, Mark

@ghost ghost assigned mark-kendall Oct 22, 2013
@stevenvandenbrandenstift
Copy link
Author

im using archlinux 64 bit
3.11.6-1-ARCH

http://pastecode.org/index.php/view/71465c6f

@stevenvandenbrandenstift
Copy link
Author

ps i used the gmake command to set it to qmake-qt5 command ill try recompile tomorrow

@stevenvandenbrandenstift
Copy link
Author

still getting the error, any info on why this is happening and how to fix it?

@ghost
Copy link

ghost commented Feb 7, 2014

I'm seeing the same issue on Ubuntu 13.10 amd64

http/torchttprequest.cpp: In member function ‘void TorcHTTPRequest::Respond(QTcpSocket_, int_)’:
http/torchttprequest.cpp:545:122: error: 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);

@neond
Copy link

neond commented Dec 14, 2014

I'm seeing the same error again, compiling on Fedora 21. Was there a fix for this?

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

3 participants