(a repost...looks like this group is still alive.) 1) The README should probably state where to place either the realplayer sdk tarball or a symlink to the sdk, as trplayer configure script will check for the realplayer sdk in /usr/local/rmasdk_6_0
(I had to look over the configure.in file to find where configure was looking for the sdk files so that knew where to put them) 2) I had build issues with slang. My slang includes are located in /usr/include/slang and building the official release of slang resulted in main.cc not finding slang.h. Once the slang includes were located, it then had the following undeclared identifier: c++ -DPACKAGE=\"trplayer\" -DVERSION=\"1.2.0\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBSLANG=1 -I. -I. -I/usr/local/rmasdk_6_0/include -D_UNIX -D_LINUX -I/usr/include/slang -g -O2 -c main.cc main.cc: In function `int main(int, char**)': main.cc:729: `time' undeclared (first use this function) main.cc:729: (Each undeclared identifier is reported only once for each function it appears in.) And, on checking to see if this was resolved on the cvs build (after specifying -I/usr/include/slang), c++ -DPACKAGE=\"trplayer\" -DVERSION=\"1.2.0\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBSLANG=1 -I. -I. -I/usr/local/rmasdk_6_0/include -D_UNIX -D_LINUX -I/usr/include/slang -g -O2 -c main.cc main.cc: In function `int setup_slang()': main.cc:580: invalid conversion from `void (*)(const char*, char*)' to `void (*)(char*, char*)' main.cc:590: `PKGDATADIR' undeclared (first use this function) main.cc:590: (Each undeclared identifier is reported only once for each function it appears in. -- Roger http://www.eskimo.com/~roger/index.html
