Hi.
I'm getting the following error when trying to compile this plugin :
make DVDDEV=/dev/hdc ISODIR=/video/vdr-1.3.27/plugins/DVDISO plugins make[1]: Entering directory `/home/vdruser/vdr-1.3.27-dvbpatched2/PLUGINS/src/burn-0.0.5' g++ -fPIC -g -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"burn"' -D_GNU_SOURCE -DDVDDEV='"/dev/hdc"' -DISODIR='"/video/vdr-1.3.27/plugins/DVDISO"' -I../../../include -I/lib/modules/2.6.11.8/build/include -o burn.o burn.c In file included from ../../../include/vdr/config.h:19, from vdr_compat.h:11, from menuburn.h:12, from burn.c:11: ../../../include/vdr/device.h:65: error: multiple definition of `enum eTrackType' common.h:70: error: previous definition here make[1]: *** [burn.o] Error 1
Any ideas?
Linux TV homemaillist wrote: ...
I'm getting the following error when trying to compile this plugin :
...
...
Any ideas?
Use the latest version of the burn plugin (currently vdr-burn-0.0.6h.tgz) from http://vdr.unetz.com/download/burn/
Carsten.
Thanks. What version of IMlib2 are you running? I have a problem with 1.2.0
BURN: Couldn't load image /video/vdr-1.3.27/plugins/burn/menu-bg.png imlib2 error code 14 BURN: Couldn't load image /video/vdr-1.3.27/plugins/burn/menu-bg-0.png imlib2 error code 4 BURN: Subprocess watcher stopped
When I do a 'imlib2_test' I get Segmentation Fault
Although the README says tested with Imlib2 1.0.5 I'm using 1.2.0 because I wasn't sure of the affect of downgrading.
Any idea how I can test Imlib2 further??
On Thu, 2005-08-25 at 15:51 +0100, Linux TV homemaillist wrote:
FWIW, linking the loaders with the main Imlib2 lib fixed this problem for me with 1.2.0. Quick and dirty hack to accomplish that in the imlib2 source dir before running ./configure:
perl -pi -e \ 's|^(\w+_la_LDFLAGS .*)|$1 -L$(top_builddir)/src/lib| ; s|^(\w+_la_LIBADD .*)|$1 -lImlib2|' src/modules/loaders/Makefile.*