Project

General

Profile

Bug #2377

Build w/ 3.9.1838~gb1e1097 + HDhomerun fails

Added by Volker Schmidt about 10 years ago. Updated about 10 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
Configuration
Target version:
-
Start date:
2014-10-15
Due date:
% Done:

100%

Estimated time:
Found in version:
3.9.1838~gb1e1097
Affected Versions:

Description

libhdhomerun is installed. configure-script detects it w/o --enable-hdhomerun_client automaically. configure ends correctly. Arguments used:

./configure \
--prefix=/usr \
--mandir=/usr/share/man/man1 \
--python=python2 \
--enable-uriparser \
--enable-dvbcsa \
--release

doing a make fails with

/home/volker/builds/tvheadend-git/src/tvheadend/build.linux/build.h:73:28: error: missing whitespace after the macro name [-Werror]
#define CONFIG_LIBHDHOMERUN/HDHOMERUN 1

The lines in src/tvheadend/build.linux/build.h:

#define ENABLE_LIBHDHOMERUN/HDHOMERUN 1
#define CONFIG_LIBHDHOMERUN/HDHOMERUN 1

where inserted by failure. Removing them with

sed '/ENABLE_LIBHDHOMERUN\/HDHOMERUN/d' -i build.linux/build.h
sed '/CONFIG_LIBHDHOMERUN\/HDHOMERUN/d' -i build.linux/build.h

cleans this up. A make finishes now completely.

Linux used: Archlinux ARMv7 (Cubietruck), all current updates applied. Kernel 3.4.90-5-ARCH.

History

#1

Updated by Jaroslav Kysela about 10 years ago

  • Status changed from New to Fixed
  • % Done changed from 0 to 100

Applied in changeset commit:tvheadend|ee4043c6cb2c39055eab474113cd56fc89435959.

Also available in: Atom PDF