Hi,
I'm on Ubuntu 14.10 Kernel Linux 3.16.0-31-generic(i686)
I'm installing openpliPC-master
The command ./build_openpliPC.sh. 2>&1 | tee build_log.log
I got this error:
Makefile:664: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1
An error occured while building xine-lib
Please help
Here is the end of the log:
In file included from osd.c:30:0:
/usr/include/zlib.h:1511:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
ZEXTERN int ZEXPORT gzclose OF((gzFile file));
^
osd.c: In function 'osd_free_object':
osd.c:1697:50: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
memset( this->event.object.overlay, 0, sizeof(this->event.object.overlay) );
^
osd.c: In function '_x_osd_renderer_init':
osd.c:1893:46: warning: passing argument 4 of 'this->stream->xine->config->register_enum' from incompatible pointer type
textpalettes_str,
^
osd.c:1893:46: note: expected 'char **' but argument is of type 'const char * const*'
Makefile:844: recipe for target 'libxine_la-osd.lo' failed
make[2]: *** [libxine_la-osd.lo] Error 1
make[2]: Leaving directory '/home/write/Downloads/openpliPC-master/xine-lib/src/xine-engine'
Makefile:1105: recipe for target '../src/xine-engine/libxine.la' failed
make[1]: *** [../src/xine-engine/libxine.la] Error 2
make[1]: Leaving directory '/home/write/Downloads/openpliPC-master/xine-lib/misc'
Makefile:664: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1
An error occured while building xine-lib
plese give an help
thanks
