View Single Post
daperl's Avatar
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#3
Just a guess, but if it's a debian package in scratchbox, maybe try:

Code:
fakeroot apt-get install libpulse-dev
If that does doesn't fix things, you would then have to add this

Code:
PULSE_SIMPLE_CFLAGS=`pkg-config --cflags libpulse-simple`
PULSE_SIMPLE_LIBS=`pkg-config --libs libpulse-simple`
AC_SUBST(PULSE_SIMPLE_CFLAGS)
AC_SUBST(PULSE_SIMPLE_LIBS)
to your configure.ac and then properly add those two variables to one of your Makefile.am files.

When done with that, do this from the project directory:

Code:
autoreconf --force
dpkg-buildpackage -b -d -nc -rfakeroot
__________________
N9: Go white or go home