Hi,
mike lewis wrote:
freevo vdr-1.3.20 # locate input_vdr.h /usr/local/include/xine/input_vdr.h /build/xine-lib/src/vdr/input_vdr.h
Do these two files have the same content?
Aah, no. They did not. So i did this: freevo root # rm -fr /usr/local/include/xine freevo root # cd /build/xine-lib freevo xine-lib # make install ...lots of out put. no obvious errors.. freevo vdr-1.3.20 # locate input_vdr.h /build/xine-lib/src/vdr/input_vdr.h
OK, so its not installing *all* the files?
I've no idea.
Any ideas why? Make install did re-create ../include/xine and copieda wholebunch of stuff accross..
Maybe filtering the output gives an idea what's going wrong. This is the result on my machine:
video:/soft/src/xine-lib # make install 2>&1 | grep input_vdr . . . /usr/bin/install -c -m 644 input_vdr.h /soft/xine-lib-cvs/include/xine/input_vdr.h video:/soft/src/xine-lib #
cp /build/xine-lib/src/vdr/input_vdr.h /usr/local/include/xine/. fixed the problem.
Bye.