Comment 3 for bug 509442

Revision history for this message
Niall Creech (sevenmachines-deactivatedaccount) wrote :

seems the sdl component fails to build due to the linker missing pulse-simple, adding libpulse-dev to build-deps fixes this. it will still fail on building cog though

configure:35725: checking for sdl-config
configure:35743: found /usr/bin/sdl-config
configure:35756: result: /usr/bin/sdl-config
configure:35765: checking for SDL - version >= 0.11.0
configure:35852: gcc -o conftest -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -L/usr/lib -lSDL -lpthread -lm -ldl -lasound -lm -ldl -lpthread -lesd -lpulse-simple -lpulse -L/usr/lib -ldirectfb -lfusion -ldirect -lpthread -laa -L/usr/lib -lcaca -lpthread >&5
/usr/bin/ld: cannot find -lpulse-simple
collect2: ld returned 1 exit status
configure:35852: $? = 1
configure: program exited with status 1