hi all
all the deps were met,and autotools & ./configure run smooth,but make fails with the following error,tried with gcc2 & gcc4 environement,the same error, i hope to find some help here.
here it is:
In file included from xine.c:33:0:
/boot/develop/headers/bsd/string.h:16:7: error: expected declaration specifiers or '...' before '(' token
/boot/develop/headers/bsd/string.h:16:7: error: expected declaration specifiers or '...' before '(' token
xine.c: In function 'xine_init':
xine.c:1791:7: warning: passing argument 4 of 'this->config->register_enum' from incompatible pointer type [enabled by default]
xine.c:1791:7: note: expected 'char **' but argument is of type 'const char * const*'
In file included from metronom.c:31:0:
/boot/develop/headers/bsd/string.h:16:7: error: expected declaration specifiers or '...' before '(' token
/boot/develop/headers/bsd/string.h:16:7: error: expected declaration specifiers or '...' before '(' token
make[2]: *** [libxine_la-xine.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [libxine_la-metronom.lo] Error 1
make[2]: Leaving directory /boot/home/Desktop/xine-lib-1.2.0/src/xine-engine' make[1]: *** [../src/xine-engine/libxine.la] Error 2 make[1]: Leaving directory
/boot/home/Desktop/xine-lib-1.2.0/misc'
make: *** [all-recursive] Error 1
~/Desktop/xine-lib-1.2.0>