Mailing List archive

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

[vdr] Re: Error compile text2skin plugin



tinconn@virgilio.it a écrit :

...
g++ -O2 -Wall -Woverloaded-virtual -c -DHAVE_IMLIB -D_GNU_SOURCE
-DPLUGIN_NAME_I18N='"text2skin"' -I../../../include
-I../../../../DVB/include bitmap.c
bitmap.c:8:20: Imlib2.h: No such file or directory
bitmap.c: In constructor `cText2SkinBitmap::cText2SkinBitmap()':
bitmap.c:11: error: `imlib_set_cache_size' undeclared (first use this
function)
bitmap.c:11: error: (Each undeclared identifier is reported only once
for each
function it appears in.)
bitmap.c: In constructor `cText2SkinBitmap::cText2SkinBitmap(const
char*)':
bitmap.c:15: error: `imlib_set_cache_size' undeclared (first use this
function)
bitmap.c: In member function `bool cText2SkinBitmap::LoadPng(const
char*)':
bitmap.c:40: error: `Imlib_Image' undeclared (first use this function)
bitmap.c:40: error: parse error before `;' token
bitmap.c:41: error: `image' undeclared (first use this function)
bitmap.c:41: error: `imlib_load_image' undeclared (first use this
function)
bitmap.c:44: error: `imlib_context_set_image' undeclared (first use this
function)
bitmap.c:45: error: `imlib_image_get_width' undeclared (first use this
function)
bitmap.c:45: error: `imlib_image_get_height' undeclared (first use this
function)
bitmap.c:47: error: `imlib_image_get_data_for_reading_only' undeclared
(first
use this function)
bitmap.c:60: error: `imlib_free_image' undeclared (first use this
function)
make[1]: *** [bitmap.o] Error 1
make[1]: Leaving directory `/vdr/vdr-1.3.7/VDR/PLUGINS/src/text2skin'
make: *** [plugins] Error 2

Can you help me please !!!

You need to install libimlib2-dev


--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index