Re: [libssh2] Linux: Polling is completely broken.

2008-03-06 Thread Paul Thomas
Ah, another debian based user! Excellent. On Thu, Mar 6, 2008 at 5:06 PM, Daniel Stenberg <[EMAIL PROTECTED]> wrote: > On Thu, 6 Mar 2008, Paul Thomas wrote: > > > > I'll see what I can do to get you guys a decent example. Do any of you have > > a *nix development environment with (Trolltech's) Q

Re: [libssh2] Linux: Polling is completely broken.

2008-03-06 Thread Daniel Stenberg
On Thu, 6 Mar 2008, Paul Thomas wrote: > I'll see what I can do to get you guys a decent example. Do any of you have > a *nix development environment with (Trolltech's) Qt4 libs? A large portion > of my code is Qt based for ease of using cross-platform threads and such. If > I gave a qmake base

Re: [libssh2] Linux: Polling is completely broken.

2008-03-06 Thread Paul Thomas
I'll see what I can do to get you guys a decent example. Do any of you have a *nix development environment with (Trolltech's) Qt4 libs? A large portion of my code is Qt based for ease of using cross-platform threads and such. If I gave a qmake based project as an example, would you be able to use i

Re: [libssh2] Linux: Polling is completely broken.

2008-03-06 Thread Daniel Stenberg
On Thu, 6 Mar 2008, Paul Thomas wrote: > I've found a bug. Its causing me some grief. > > I've played and played with trying to poll channels on Linux and the > polling always returns 0, saying theres nothing to read on the > channel. Both > libssh2_poll() > libssh2_poll_channel_read() > > d