Actions
Bug #2427
opendefinitions.h:237:31: error: could not convert 'count' from 'eScraperHeaderST' to 'int'
Status:
New
Priority:
Normal
Assignee:
-
Start date:
07/09/2016
Due date:
% Done:
0%
Estimated time:
Description
Hi,
when compiling gcc-6.1.1 the following error message appears:
-hardened-cc1 -m64 -mtune=generic -fPIC -std=c++11 -c -DPLUGIN_NAME_I18N='"tvguideng"' -DLIBSKINDESIGNERAPIVERSION='"0.1.1"' -o setup.o setup.c In file included from tvguideng.c:14:0: definitions.h:237:31: error: could not convert 'count' from 'eScraperHeaderST' to 'int' title = eScraperHeaderST::count, ^~~~~ definitions.h:252:36: error: could not convert 'count' from 'eScraperHeaderIT' to 'int' daynumeric = eScraperHeaderIT::count, ^~~~~ definitions.h:378:25: error: could not convert 'count' from 'eScraperST' to 'int' title = eScraperST::count, ^~~~~ definitions.h:396:30: error: could not convert 'count' from 'eScraperIT' to 'int' daynumeric = eScraperIT::count, ^~~~~ Makefile:106: recipe for target 'tvguideng.o' failed
Files
Updated by marco over 8 years ago
- File tvguideng-gcc6.patch tvguideng-gcc6.patch added
marco wrote:
Hi,
when compiling gcc-6.1.1 the following error message appears:
[...]
could be solved with attached patch.
Updated by marco over 8 years ago
- File tvguideng-gcc6.patch tvguideng-gcc6.patch added
sorry for the corrupt patch, this one is the correct one.
Actions