chenyunecjtu / coreavc-for-linux

Automatically exported from code.google.com/p/coreavc-for-linux
GNU General Public License v2.0
0 stars 1 forks source link

cp: cannot stat `../loader/registercodec': No such file or directory #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. cp dshowserver /usr/local/bin
2. cp ../loader/registercodec /usr/local/bin

What is the expected output? What do you see instead?

I'm not sure what the expected output should be, but this is what I see
instead:

jeremy@jeremy-desktop:~/coreavc-for-linux$ cp dshowserver /usr/local/bin
cp: omitting directory `dshowserver'
jeremy@jeremy-desktop:~/coreavc-for-linux$ cp ../loader/registercodec
/usr/local/bin 
cp: cannot stat `../loader/registercodec': No such file or directory

What version of the product are you using? On what operating system?

The newest MPlayer, CoreAVC 1.7.0, and Ubuntu 8.10 Intrepid Ibex.

Please provide any additional information below.

I am attempting to get CoreAVC working with MPlayer on Ubuntu 8.10.  I am
trying to install dshowserver and, sadly, I am stuck on step 2.

This is what my terminal looks like:

jeremy@jeremy-desktop:~$ svn checkout
http://coreavc-for-linux.googlecode.com/svn/trunk/ coreavc-for-linux 

Checked out revision 82.
jeremy@jeremy-desktop:~$ cd coreavc-for-linux
jeremy@jeremy-desktop:~/coreavc-for-linux$ 
jeremy@jeremy-desktop:~/coreavc-for-linux$ make -C dshowserver
make: Entering directory `/home/jeremy/coreavc-for-linux/dshowserver'
make -C ../loader 
make[1]: Entering directory `/home/jeremy/coreavc-for-linux/loader'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jeremy/coreavc-for-linux/loader'
make: Leaving directory `/home/jeremy/coreavc-for-linux/dshowserver'
jeremy@jeremy-desktop:~/coreavc-for-linux$ cp dshowserver /usr/local/bin
cp: omitting directory `dshowserver'
jeremy@jeremy-desktop:~/coreavc-for-linux$ cp ../loader/registercodec
/usr/local/bin 
cp: cannot stat `../loader/registercodec': No such file or directory
jeremy@jeremy-desktop:~/coreavc-for-linux$ 

Any help or suggestions anyone?

Thanks in advance.

Original issue reported on code.google.com by jeremy...@gmail.com on 27 Nov 2008 at 3:01

GoogleCodeExporter commented 8 years ago
try cp dshowserver/registercodec

Original comment by Kazu.sem...@googlemail.com on 30 Nov 2008 at 12:31

GoogleCodeExporter commented 8 years ago
Yeah I ran into this issue too.  The guides should just be updated to the 
proper path
and then this issue can be closed.  It shouldn't be too hard to do that.

Original comment by pyra...@gmail.com on 30 Nov 2008 at 1:02

GoogleCodeExporter commented 8 years ago
Registercodec is no longer supported.  Only installation via Wine and use of
dshowserver+wine will work properly

Original comment by alannis...@gmail.com on 3 Jan 2010 at 12:09