bitlbee / bitlbee-steam

Steam protocol plugin for BitlBee
GNU General Public License v2.0
126 stars 12 forks source link

./autogen.sh --enable-debug doesn't seem to work (configure script problem?) #106

Closed Fyren closed 8 years ago

Fyren commented 8 years ago

If I run ./autogen.sh --enable-debug and then make bitlbee-steam, it doesn't seem like DEBUG_STEAM is actually getting set. If I run nm -C steam.so and then grep the output for "debug", the debug symbols aren't there. If I run CFLAGS="-DDEBUG_STEAM" ./configure instead, it does work.

jgeboski commented 8 years ago

Works for me. Try cleaning out your source tree, and try again?

git reset --hard
git clean -dfx
Fyren commented 8 years ago

Yeah, I dunno what happened here. Probably my fault.