[Linuxdcpp-team] [Branch ~dcplusplus-team/adchpp/trunk] Rev 457: fix disconnection issue when there's a lot of data, update test client

2011-01-11 Thread noreply
revno: 457 committer: Jacek Sieka branch nick: adchpp timestamp: Tue 2011-01-11 22:56:02 +0100 message: fix disconnection issue when there's a lot of data, update test client modified: adchpp/ManagedSocket.cpp test/PyClient.py --

[Linuxdcpp-team] [Bug 701391] Re: dcplusplus bzr rev 2390 fails to link in release mode with mingw g++ 4.5.2 and ld 2.21

2011-01-11 Thread cologic
Replacing my openssl/lib directories with the versions from 0.770 source was enough to build successfully both debug and release versions. Replacing both openssl/lib and openssl/include in bzr using 0.770 source allows both debug and release versions to build as well. -- You received this bug not

[Linuxdcpp-team] [Bug 701391] Re: dcplusplus bzr rev 2390 fails to link in release mode with mingw g++ 4.5.2 and ld 2.21

2011-01-11 Thread poy
this might be yet another mingw / mingw64 incompatibility - the latest openssl binaries in the repositories have been compiled with mingw64. then again, it works on mingw on Windows. to verify whether this is the cause, try to replace your openssl/include and openssl/lib directories with a previou

[Linuxdcpp-team] [Bug 701391] Re: dcplusplus bzr rev 2390 fails to link in release mode with mingw g++ 4.5.2 and ld 2.21

2011-01-11 Thread cologic
** Description changed: A reprise of my previous recent bug, but this time using http://mingw- cross-env.nongnu.org/ as suggested. The current release is only still gcc 4.5.1-based, but the development version at http://mingw-cross- env.nongnu.org/#development is 4.5.2, which was claimed t

[Linuxdcpp-team] [Bug 701391] [NEW] dcplusplus bzr rev 2390 fails to link in release mode with mingw g++ 4.5.2 and ld 2.21

2011-01-11 Thread cologic
Public bug reported: A reprise of my previous recent bug, but this time using http://mingw- cross-env.nongnu.org/ as suggested. The current release is only still gcc 4.5.1-based, but the development version at http://mingw-cross- env.nongnu.org/#development is 4.5.2, which was claimed to have work