Search found 1 match

Go to advanced search

by jfront
02 Jan 2012 16:49
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compiling VLC on Ubuntu
Replies: 9
Views: 9199

Re: Compiling VLC on Ubuntu

I was able to get past this (on 10.04) by manually building the latest version of xcb and installing to /usr/local: $ cd /usr/local/src $ curl http://xcb.freedesktop.org/dist/libxcb-1.7.tar.bz2 | tar xjf - $ cd libxcb-1.7 $ ./configure $ make $ sudo make install All other dependencies (including xcb...

Go to advanced search