Closed GoogleCodeExporter closed 8 years ago
Version 0.5.1 addresses this error, thank you for your bug report.
Original comment by flyguy97
on 24 Apr 2011 at 3:42
Version 0.6.0 addressed this issue.
Original comment by flyguy97
on 30 Apr 2011 at 5:26
0.6.0 version have problems with build.
There was error when I run 'make':
Generating vlc python bindings...
cd pyvlc_bindings; \
make; \
cd ..
make[1]: Entering directory
`/home/user/rpmbuild/SOURCES/sopcast-player/pyvlc_bindings'
make[1]: *** No rule to make target `/usr/include/vlc/*.h', needed by
`generated/vlc.py'. Stop.
make[1]: Leaving directory
`/home/user/rpmbuild/SOURCES/sopcast-player/pyvlc_bindings'
install -p -m 0644 pyvlc_bindings/generated/* ./lib;
install: cannot stat `pyvlc_bindings/generated/*': No such file or directory
make: *** [byte-compile] Error 1
Original comment by alekc...@googlemail.com
on 30 Apr 2011 at 10:54
If anyone has a fix for this I would be incredibly grateful. I have no idea why
this error is being generated. Running make on just the vlc bindings produces
no errors. I am admittedly very weak with makefiles.
Original comment by flyguy97
on 30 Apr 2011 at 5:02
Original comment by flyguy97
on 30 Apr 2011 at 5:03
Build complete after I installed files /usr/include/vlc/*.h from vlc-devel
package.
Sorry it was my mistake that I not installed vlc-devel before (it was not
needed for previous versions).
Original comment by alekc...@googlemail.com
on 30 Apr 2011 at 5:20
Thank you for pointing this out, now I can fix my ubuntu ppa. Do you mind if I
credit you for your contribution, if yes, how would you like your name to show
up?
Original comment by flyguy97
on 30 Apr 2011 at 5:47
I think that libvlc-dev should be listed only in "Build Dependencies" in
INSTALL but not in "Runtime Dependencies". At least 0.6.2 works here without
vlc-devel package.
I am not much can contribute.
Original comment by alekc...@googlemail.com
on 3 May 2011 at 9:05
Tested with Hardy, Lucid and Maverick. Definently requires libvlc-dev on those
releases to run. Leaving the dependency greatly eases deployment to Launchpad.
If you wish to use SopCast Player without this dependency please compile from
source.
Original comment by flyguy97
on 7 May 2011 at 4:38
Original issue reported on code.google.com by
alekc...@googlemail.com
on 24 Apr 2011 at 12:59