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

dshowserver r82 make issue #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When I try to compile r82 of dshowserver i get this errors:

make -C dshowserver

make[1]: *** [../objs/DS_Filter.o] Error 1
make[1]: Leaving directory `/root/install/coreavc-for-linux/loader'
make: *** [loader] Error 2
make: Leaving directory `/root/install/coreavc-for-linux/dshowserver'

It seems that this file is missing - [../objs/DS_Filter.o]

os: Debian Unstable
arch: x86_64
gcc: 4.3.2-2
libc: 2.7-16

Original issue reported on code.google.com by mgeorg...@gmail.com on 10 Jan 2009 at 10:20

GoogleCodeExporter commented 8 years ago
r74:

make -C dshowserver

make[1]: *** [driver.o] Error 1
make[1]: Leaving directory `/root/install/coreavc-for-linux/loader'
make: *** [../loader/libloader.a] Error 2
make: Leaving directory `/root/install/coreavc-for-linux/dshowserver'

Original comment by mgeorg...@gmail.com on 10 Jan 2009 at 1:05

GoogleCodeExporter commented 8 years ago
Can you give more details?

Why did you run "make -C dshowserver" instead of just "make"?

Original comment by dhanar.a...@gmail.com on 5 Feb 2009 at 8:35

GoogleCodeExporter commented 8 years ago
Running 'make' from the root dir should work fine as of R84

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