Thursday, December 9, 2010

pulseaudio mixer applet - building on ubuntu 10.10

trying to build this, i ran into a bunch of errors about build-aux, ltmain.sh and install-sh. you need to run the developer build tools
bzr branch lp:pama
libtoolize
aclocal
autoheader
automake --add-missing
autoconf
# omit CFLAGS for defaults
# might also want to pass PKG_CONFIG_PATH, eg to use a debug-enabled gtk+
CFLAGS="-g -O0" ./configure
make
make install

if you use a custom install prefix, you'll have to copy install/lib/bonobo/servers/PulseAudioMixerApplet.server to /usr/lib/bonobo/servers/ -- gnome-panel looks like a mess. no easy way to "inject" an applet from the command line :(

netbeans 6.9.1 + cnd: create a new C project from existing sources, choose the automatic configuration

No comments: