diff -ru gabber-0.8.7/configure gabber-0.8.7-patched/configure --- gabber-0.8.7/configure Mon Feb 18 00:19:10 2002 +++ gabber-0.8.7-patched/configure Wed Apr 3 18:52:41 2002 @@ -10906,7 +10906,7 @@ echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 CATOBJEXT=.mo - DATADIRNAME=lib + DATADIRNAME=share fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext INSTOBJEXT=.mo @@ -11845,10 +11845,6 @@ gtkmm_using_macro='' test "x${gtkmm_cv_cxx_ostringstream_in_std}" = "xno" && \ gtkmm_using_macro='namespace std {using ::ostringstream;}' - - cat >>confdefs.h <<_ACEOF -#define USING_STD_SSTREAM ${gtkmm_using_macro} -_ACEOF # Check whether --enable-static-gabber or --disable-static-gabber was given. if test "${enable_static_gabber+set}" = set; then diff -ru gabber-0.8.7/src/TCPTransmitter.cc gabber-0.8.7-patched/src/TCPTransmitter.cc --- gabber-0.8.7/src/TCPTransmitter.cc Sun Feb 17 23:29:51 2002 +++ gabber-0.8.7-patched/src/TCPTransmitter.cc Wed Apr 3 18:49:13 2002 @@ -37,7 +37,7 @@ #ifdef USING_STD_SSTREAM #include #else -#include +#include #endif #include #include @@ -1690,7 +1690,7 @@ #ifdef USING_STD_SSTREAM istringstream ist(_proxy.response_line); #else - istrstream ist(_proxy.response_line); + istrstream ist(_proxy.response_line.c_str()); #endif string skipstring;