Re: Problem compiling DVD-BURN plugin

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2005-08-25 at 15:51 +0100, Linux TV homemaillist wrote:
> >> 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
> >>
> <snip>
> > There where similar problems with Imlib2-1.2.0 in the Freevo project,
> > and the solution was just to downgrade to 1.1.2. Maybe the the Imlib2
> > maintainers should be asked on what's actually going on...
> 
> Thanks.  Any idea how to drive Imlib2?  How and what is being called to
> get the above errors?

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.*



[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux