Mailing List archive

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

[vdr] Error compile text2skin plugin



Hello list,
	i test this plugin, but i don' t compile it, the error is:

root@vdrbox:/vdr/vdr-1.3.7/VDR# make plugins
make[1]: Entering directory `/vdr/vdr-1.3.7/VDR/PLUGINS/src/text2skin'
make[1]: Leaving directory `/vdr/vdr-1.3.7/VDR/PLUGINS/src/text2skin'
make[1]: Entering directory `/vdr/vdr-1.3.7/VDR/PLUGINS/src/text2skin'
g++ -O2 -Wall -Woverloaded-virtual -c -DHAVE_IMLIB -D_GNU_SOURCE
-DPLUGIN_NAME_I18N='"text2skin"' -I../../../include
-I../../../../DVB/include text2skin.c
g++ -O2 -Wall -Woverloaded-virtual -c -DHAVE_IMLIB -D_GNU_SOURCE
-DPLUGIN_NAME_I18N='"text2skin"' -I../../../include
-I../../../../DVB/include loader.c
g++ -O2 -Wall -Woverloaded-virtual -c -DHAVE_IMLIB -D_GNU_SOURCE
-DPLUGIN_NAME_I18N='"text2skin"' -I../../../include
-I../../../../DVB/include data.c
g++ -O2 -Wall -Woverloaded-virtual -c -DHAVE_IMLIB -D_GNU_SOURCE
-DPLUGIN_NAME_I18N='"text2skin"' -I../../../include
-I../../../../DVB/include display.c
g++ -O2 -Wall -Woverloaded-virtual -c -DHAVE_IMLIB -D_GNU_SOURCE
-DPLUGIN_NAME_I18N='"text2skin"' -I../../../include
-I../../../../DVB/include render.c
render.c: In constructor
`cText2SkinRender::cText2SkinRender(cText2SkinData*,
   eSkinSection)':
render.c:42: warning: too many arguments for format
g++ -O2 -Wall -Woverloaded-virtual -c -DHAVE_IMLIB -D_GNU_SOURCE
-DPLUGIN_NAME_I18N='"text2skin"' -I../../../include
-I../../../../DVB/include common.c
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 !!!



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



Home | Main Index | Thread Index