Hallo,
i get following errors on try to compile vdr-plugin-iptv-2.2.1
...
i686-pc-linux-gnu-g++ -march=athlon-xp -O2 -pipe -fomit-frame-pointer
-std=c++11 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include
-DUSE_PLUGINMISSING -DUSE_MAINMENUHOOKS -
On Mon, May 16, 2016 at 02:35:28PM +0200, Joerg Bornkessel wrote:
Hallo,
i get following errors on try to compile vdr-plugin-iptv-2.2.1
common.c: In function ‘int select_single_desc(int, int, bool)’:
common.h:39:34: error: unable to find string literal operator
‘operator""errstr’ with ‘const c
Am 16.05.2016 um 15:02 schrieb Marko Mäkelä:
> On Mon, May 16, 2016 at 02:35:28PM +0200, Joerg Bornkessel wrote:
>> Hallo,
>>
>> i get following errors on try to compile vdr-plugin-iptv-2.2.1
>>
> Did you try to add spaces around the errstr parameter, like this:
>
> esyslog("[%s,%d]: " errst
On Mon, May 16, 2016 at 04:13:36PM +0200, Joerg Bornkessel wrote:
device.c: In destructor ‘virtual cIptvDevice::~cIptvDevice()’:
common.h:54:20: error: ‘typeof’ was not declared in this scope
typeof(*ptr) *tmp = ptr; \
^
device.c:62:3: note: in expansion of macro ‘DELE