I'm running Slackware 10.1, and bbpager cvs (as of
20050626) wouldn't compile. It complained about
various Xft functions not being defined in
bt::whatever. I think this is because my Blackbox is
compiled with Xft support. Anyway, after configuring,
I added -lXft to LIBS in the src/Makefile and it worked
fine. bbpager should probably check for this, or at
least add a configure option or something.
Logged In: YES
user_id=552033
The Xft library should be added when needed.
If blackbox is compiled with Xft it should be defined in the
pkgconfig file libbt.pc.
Can you please post your libbt.pcc file