Advertisement
Guest User

Untitled

a guest
Jul 27th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. httprequest.cpp: In member function ‘void HTTPRequest::FormatFileResponse(const QString&)’:
  2. httprequest.cpp:913:90: error: ‘RFC2822Date’ is not a member of ‘Qt’
  3. QDateTime ims = QDateTime::fromString(GetRequestHeader("if-modified-since", ""), Qt::RFC2822Date);
  4. ^
  5. Makefile:449: recipe for target 'httprequest.o' failed
  6. make[2]: *** [httprequest.o] Error 1
  7. make[2]: *** Waiting for unfinished jobs....
  8. make[2]: Leaving directory '/home/mserv/build/mythtv/mythtv/libs/libmythupnp'
  9. Makefile:205: recipe for target 'sub-libmythupnp-make_default' failed
  10. make[1]: *** [sub-libmythupnp-make_default] Error 2
  11. make[1]: Leaving directory '/home/mserv/build/mythtv/mythtv/libs'
  12. Makefile:67: recipe for target 'libs' failed
  13. make: *** [libs] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement