Hi
I am currently trying the same thing. Compiling the latest mixxx on AVL 5.03 as per
http://www.mixxx.org/wiki/doku.php/compiling_on_linuxThe first two errors
ERROR:root:Unmet dependency: Could not find libprotobuf or its development headers.
ERROR:root:Unmet dependency: Could not find libshout or its development headers. Please install it or compile Mixxx without Shoutcast support using the shoutcast=0 flag.
have been resolved by adding
libprotobuf & libprotobuf-dev
libshout3-dev & libspeex-dev
But i am stuck here:
Configuring Qt
Checking for QtCore (4.6 or higher)... yes
Package QtWebKit was not found in the pkg-config search path.
Perhaps you should add the directory containing `QtWebKit.pc'
to the PKG_CONFIG_PATH environment variable
No package 'QtWebKit' found
ERROR:root:Unmet dependency: 'pkg-config QtCore QtGui QtOpenGL QtXml QtSvg QtSql QtScript QtXmlPatterns QtWebKit --libs --cflags' exited 1
By guessing adding "qt4-dev-tools" gave me:
qt4-dev-tools:
Depends: libqt4-dbus (=4:4.6.3-4+squeeze1) but 4:4.7.3-8 is to be installed
Depends: libqt4-help (=4:4.6.3-4+squeeze1) but 4:4.7.3-8 is to be installed
Depends: libqt4-network (=4:4.6.3-4+squeeze1) but 4:4.7.3-8 is to be installed
Depends: libqt4-sql (=4:4.6.3-4+squeeze1) but 4:4.7.3-8 is to be installed
Depends: libqt4-webkit (=4:4.6.3-4+squeeze1) but 4:4.7.3-5 is to be installed
Depends: libqt4-xml (=4:4.6.3-4+squeeze1) but 4:4.7.3-8 is to be installed
Depends: libqt4-xmlpatterns (=4:4.6.3-4+squeeze1) but 4:4.7.3-8 is to be installed
Depends: libqtcore4 (=4:4.6.3-4+squeeze1) but 4:4.7.3-8 is to be installed
Depends: libqtgui4 (=4:4.6.3-4+squeeze1) but 4:4.7.3-8 is to be installed
Recommends: qt4-designer but it is not going to be installed
What do i need to add here?
Thx.