Powered by Invision Power Board


  
 
Reply to this topicStart new topicStart Poll

> Probleme beim Patchen (rejects)
R2D2
Geschrieben am: Samstag, 05.Juli 2008, 08:14 Uhr
Quote Post


Prinz
****

Gruppe: Moderators
Beiträge: 6149
Mitgliedsnummer.: 1131
Mitglied seit: 2005-10-30



Hallo Zusammen,

ich versuche gerade Gen2VDR HDTV beizubringen, leider hänge ich am letzten Patch.

Da ich nun wirklich nicht der Profi bin was das Auflösen rejects angeht, hänge ich die entsprechenden Files einfach mal an.

Evtl. hat ja einer von den Profis hier im Board mehr Glück als ich. :D

CODE
vdr02 VDR # patch -p1 < /usr/local/src/_div/eHD/vdr-1.7.0-truecolor-compile_fixes2.diff
patching file font.h
patching file osdbase.h
patching file osd.c
patching file osd.h
Hunk #10 FAILED at 441.
1 out of 12 hunks FAILED -- saving rejects to file osd.h.rej
patching file config.h
Hunk #1 FAILED at 193.
1 out of 1 hunk FAILED -- saving rejects to file config.h.rej
vdr02 VDR #


angehängte Datei ( Anzahl der Downloads: 179 )
angehängte Datei  rejects.tgz
Email PosterUsers WebsiteICQ
Top
HelAu
Geschrieben am: Samstag, 05.Juli 2008, 11:12 Uhr
Quote Post


Scheffe
****

Gruppe: Admin
Beiträge: 11285
Mitgliedsnummer.: 2
Mitglied seit: 2003-04-25



Hilft das ?!

angehängte Datei ( Anzahl der Downloads: 177 )
angehängte Datei  vdr_1.7.0_truecolor_compile_fixes2.diff.gz
Email PosterUsers WebsiteICQAOLYahoo
Top
R2D2
Geschrieben am: Samstag, 05.Juli 2008, 12:02 Uhr
Quote Post


Prinz
****

Gruppe: Moderators
Beiträge: 6149
Mitgliedsnummer.: 1131
Mitglied seit: 2005-10-30



QUOTE (HelAu @ Samstag, 05.Juli 2008, 11:12 Uhr)
Hilft das ?!

(IMG:http://i31.tinypic.com/1h5z46.gif) 1000 Dank großer Meister, genau das war die Lösung.


CODE
vdr02 vdr-1.7.0-hdtv # patch -p1 < /usr/local/src/_div/eHD/vdr-1.7.0-truecolor-compile_fixes2.diff
patching file font.h
patching file osdbase.h
patching file osd.c
patching file osd.h
patching file config.h
Hunk #1 succeeded at 273 (offset 80 lines).
vdr02 vdr-1.7.0-hdtv #
Email PosterUsers WebsiteICQ
Top
R2D2
Geschrieben am: Samstag, 05.Juli 2008, 12:29 Uhr
Quote Post


Prinz
****

Gruppe: Moderators
Beiträge: 6149
Mitgliedsnummer.: 1131
Mitglied seit: 2005-10-30



Sch.....ade, zu früh gefreut. :(

Das Patchen lief anstandslos durch, - jetzt hängts beim "maken"

QUOTE
vdr02 vdr-1.7.0-hdtv # cd /usr/local/src/vdr-1.7.0-hdtv/PLUGINS/src/reelbox
vdr02 reelbox # make
g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -c -DUSE_ANALOGTV -DUSE_ATSC -DUSE_CHANNELSCAN -DUSE_CMDSUBMENU -DUSE_CUTTERLIMIT -DUSE_CUTTERQUEUE -DUSE_CUTTIME -DUSE_DDEPGENTRY -DUSE_DELTIMESHIFTREC -DUSE_DOLBYINREC -DUSE_DVBPLAYER -DUSE_DVBSETUP -DUSE_DVDARCHIVE -DUSE_DVLRECSCRIPTADDON -DUSE_DVLVIDPREFER -DUSE_DVLFRIENDLYFNAMES -DUSE_EM84XX -DUSE_GRAPHTFT -DUSE_HARDLINKCUTTER -DUSE_IPTV -DUSE_JUMPPLAY -DUSE_LIEMIKUUTIO -DUSE_LIRCSETTINGS -DUSE_LIVEBUFFER -DUSE_LNBSHARE -DUSE_MAINMENUHOOKS -DUSE_MENUORG -DUSE_NOEPG -DUSE_OSDMAXITEMS -DUSE_PINPLUGIN -DUSE_PLUGINMISSING -DUSE_ROTOR -DUSE_SETTIME -DUSE_SOURCECAPS -DUSE_SORTRECORDS -DUSE_SYNCEARLY -DUSE_TIMERCMD -DUSE_TIMERINFO -DUSE_TTXTSUBS -DUSE_VALIDINPUT -DUSE_VOLCTRL -DUSE_WAREAGLEICON -DUSE_YAEPG -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"reelbox"' -DPLAYER_VERSION=\"\" -D__LINUX__ -DNOT_THEME_LIKE -I/usr/local/src/DVB/linux/include -I../../../include -I/usr/local/src/DVB/linux/include -I../../../../temp/docimage/libs/alsa-lib/include -I./utils/bspshm -I./utils/bspshm/include -I./utils/hdshm3/src -I./utils/hdshm3/src/include -I../../../../temp/docimage/libs/libmad reelbox.c
In file included from reelbox.h:30,
                from reelbox.c:23:
BspCommChannel.h:30:24: error: bspchannel.h: No such file or directory
In file included from /usr/include/hdchannel.h:43,
                from HdCommChannel.h:31,
                from reelbox.c:27:
/usr/include/hdshmlib.h:4:29: error: ../driver/hdshm.h: No such file or directory
BspCommChannel.h:79: error: ISO C++ forbids declaration of 'bspd_data_t' with no type
BspCommChannel.h:79: error: expected ';' before 'volatile'
BspCommChannel.h:80: error: ISO C++ forbids declaration of 'bsp_channel_t' with no type
BspCommChannel.h:80: error: expected ';' before '*' token
BspCommChannel.h:81: error: ISO C++ forbids declaration of 'bsp_channel_t' with no type
BspCommChannel.h:81: error: expected ';' before '*' token
BspCommChannel.h:82: error: ISO C++ forbids declaration of 'bspshm_area_t' with no type
BspCommChannel.h:82: error: expected ';' before '*' token
BspCommChannel.h: In static member function 'static int Reel::Bsp::BspCommChannel::BspAlive()':
BspCommChannel.h:111: error: 'class Reel::Bsp::BspCommChannel' has no member named 'bspd'
BspCommChannel.h:113: error: 'class Reel::Bsp::BspCommChannel' has no member named 'bspd'
Mutex.h: In constructor 'Reel::Mutex::Mutex()':
Mutex.h:94: error: braces around scalar initializer for type 'int'
/usr/include/hdshmlib.h: At global scope:
/usr/include/hdshmlib.h:13: error: expected constructor, destructor, or type conversion before '*' token
/usr/include/hdshmlib.h:14: error: variable or field 'hd_unmap_area' declared void
/usr/include/hdshmlib.h:14: error: 'hdshm_area_t' was not declared in this scope
/usr/include/hdshmlib.h:14: error: 'handle' was not declared in this scope
/usr/include/hdshmlib.h:15: error: variable or field 'hd_free_area' declared void
/usr/include/hdshmlib.h:15: error: 'hdshm_area_t' was not declared in this scope
/usr/include/hdshmlib.h:15: error: 'handle' was not declared in this scope
/usr/include/hdshmlib.h:16: error: 'hdshm_area_t' was not declared in this scope
/usr/include/hdshmlib.h:16: error: 'bah' was not declared in this scope
/usr/include/hdshmlib.h:17: error: expected constructor, destructor, or type conversion before '*' token
/usr/include/hdshmlib.h:18: error: 'hdshm_area_t' was not declared in this scope
/usr/include/hdshmlib.h:18: error: 'handle' was not declared in this scope
/usr/include/hdchannel.h:62: error: expected ';' before '*' token
/usr/include/hdchannel.h:63: error: expected ';' before '*' token
reelbox.c: In constructor 'Reel::Plugin::Plugin()':
reelbox.c:69: error: 'BSP_VMM_SD' was not declared in this scope
reelbox.c:70: error: 'BSP_VSM_YUV' was not declared in this scope
reelbox.c:71: error: 'BSP_VM_DISPLAY_43' was not declared in this scope
reelbox.c:72: error: 'BSP_VM_ASPECT_WSS' was not declared in this scope
reelbox.c:73: error: 'BSP_VM_FRATE_AUTO1' was not declared in this scope
reelbox.c:74: error: 'BSP_VM_NORM_PAL50_60' was not declared in this scope
reelbox.c:75: error: 'BSP_VM_RESOLUTION_800x600' was not declared in this scope
make: *** [reelbox.o] Error 1
vdr02 reelbox #
Email PosterUsers WebsiteICQ
Top
Thema wird von 1 Benutzer(n) gelesen (1 Gäste und 0 Anonyme Benutzer)
0 Mitglieder:

Topic Options Reply to this topicStart new topicStart Poll