Search found 7 matches

Go to advanced search

by 00l0
16 Feb 2008 11:52
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error while compiling vlc trunk with debian etch (stable)
Replies: 16
Views: 5799

Re: Error while compiling vlc trunk with debian etch (stable)

sudo sed -e 's/define\s*_POSIX_SPIN_LOCKS\s*/define _POSIX_SPIN_LOCKS -1 \/\/ wrong: /g' -i /usr/include/bits/posix_opt.h wow, that fixed it as well, but now i happen to recieve a different error message, damnit; neverending ;( this is the output: ../../../../modules/access/dvb/access.c:57:23: erro...
by 00l0
07 Feb 2008 00:29
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error while compiling vlc trunk with debian etch (stable)
Replies: 16
Views: 5799

Re: Error while compiling vlc trunk with debian etch (stable)

-L/usr/include/nptl should read -L/usr/lib/nptl

ouch, still the same error ;( i changed those lines but no luck, i tried changing em both for the CFLAGS and LDFLAGS and separately
by 00l0
05 Feb 2008 22:55
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error while compiling vlc trunk with debian etch (stable)
Replies: 16
Views: 5799

Re: Error while compiling vlc trunk with debian etch (stable)

If you don't have spinlocks at all, the value has to be -1 (minus one). An alternative is to forcefully link VLC against NPTL: ./configure CFLAGS=-I/usr/include/nptl LDFLAGS=-L/usr/include/nptl but this may create other problems. i tried so but no luck, my output: In file included from ../../includ...
by 00l0
04 Feb 2008 16:34
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error while compiling vlc trunk with debian etch (stable)
Replies: 16
Views: 5799

Re: Error while compiling vlc trunk with debian etch (stable)

grep -r _POSIX_SPIN_LOCKS /usr/include output from that, i have the same problem as robertparson btw :] Debian etch fresh install as well. output: /usr/include/bits/posix_opt.h:#define _POSIX_SPIN_LOCKS 200112L /usr/include/nptl/bits/posix_opt.h:#define _POSIX_SPIN_LOCKS 200112L what should i do to...
by 00l0
09 Jul 2007 15:14
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Jack+ VLC
Replies: 11
Views: 2872

Re: Jack+ VLC

thank you very much, really, it is finally working, im happy now. the only thin missing now is being able to play *.divx files with vlc(example stage6.divx.com) but i think those videos are intended to be played with its own downloadable player. Also i heard some crackling when i play audio files in...
by 00l0
07 Jul 2007 00:13
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Jack+ VLC
Replies: 11
Views: 2872

Re: Jack+ VLC

it sure is not so easy....i tried but failed. I posted a comment including the error the compilation shows me...: checking for alsa/asoundlib.h... yes checking for main in -lasound... yes checking deschutes/libraries/hdmachinex225/PCMAudioPlayer.h usability... no checking deschutes/libraries/hdmachi...
by 00l0
05 Jul 2007 22:15
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Jack+ VLC
Replies: 11
Views: 2872

Jack+ VLC

hello, finally my firewiire interface does its job in my ubuntu, through jackd+freebob. I can listen to my music and do my audio arrangements with Ardour but the last thing missing is my VLC. I just cannot find the way to set VLC so it sends the audio out of my video file containers(avi) through my ...

Go to advanced search