Opened 20 years ago
Closed 20 years ago
#1795 closed patch (fixed)
Error when compiling httpstatus.cpp
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | compile httpstatus |
| Cc: | Ticket locked: | no |
Description
Hi, im cross-compiling on a amd64 to a C3 using Minimyth, and I get the following error:
httpstatus.cpp: In member function `int HttpStatus::PrintMachineInfo(QTextStream&, QDomElement)':
httpstatus.cpp:746: error: conversion from QString' to non-scalar type std::basic_string<char, std::char_traits<char>, std::allocator<char> >' requested
This simple patch cleans-up and removes this problem. Bjorn
Attachments (1)
Change History (2)
by , 20 years ago
| Attachment: | httpstatus.diff added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [10042]) Compilation fix for some oddly broken system.
Closes #1795.