Project

General

Profile

Actions

Bug #2427

open

definitions.h:237:31: error: could not convert 'count' from 'eScraperHeaderST' to 'int'

Added by marco almost 8 years ago. Updated almost 8 years ago.

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

tvguideng-gcc6.patch (1.72 MB) tvguideng-gcc6.patch marco, 07/09/2016 11:41 AM
tvguideng-gcc6.patch (996 Bytes) tvguideng-gcc6.patch marco, 07/09/2016 08:39 PM
Actions #1

Updated by marco almost 8 years ago

marco wrote:

Hi,

when compiling gcc-6.1.1 the following error message appears:
[...]

could be solved with attached patch.

Actions #2

Updated by marco almost 8 years ago

sorry for the corrupt patch, this one is the correct one.

Actions

Also available in: Atom PDF