2009/5/21 Roman Jarosz :
> On Thu, 21 May 2009 16:46:17 +0200, Raphael Kubo da Costa
> wrote:
>
>> 2009/5/20 Raphael Kubo da Costa :
>>> 2009/5/20 Roman Jarosz :
Will it compile if you change the two Q_WS_X11 to Q_OS_LINUX (without
the
patch)?
>>> Yes, it did compile now.
>> Can I c
On Thu, 21 May 2009 16:46:17 +0200, Raphael Kubo da Costa
wrote:
> 2009/5/20 Raphael Kubo da Costa :
>> 2009/5/20 Roman Jarosz :
>>> Will it compile if you change the two Q_WS_X11 to Q_OS_LINUX (without
>>> the
>>> patch)?
>> Yes, it did compile now.
> Can I commit that?
I've already did tha
2009/5/20 Raphael Kubo da Costa :
> 2009/5/20 Roman Jarosz :
>> Will it compile if you change the two Q_WS_X11 to Q_OS_LINUX (without the
>> patch)?
> Yes, it did compile now.
Can I commit that?
___
kopete-devel mailing list
kopete-devel@kde.org
https://m
2009/5/20 Roman Jarosz :
> Will it compile if you change the two Q_WS_X11 to Q_OS_LINUX (without the
> patch)?
Yes, it did compile now.
___
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel
Will it compile if you change the two Q_WS_X11 to Q_OS_LINUX (without the
patch)?
On Wed, 20 May 2009 14:58:01 +0200, Raphael Kubo da Costa
wrote:
> 2009/5/20 Roman Jarosz :
>> Other platforms are fine because there's ifdef for linux.
>> As you said FreeBSD should also have this the only dif
2009/5/20 Roman Jarosz :
> Other platforms are fine because there's ifdef for linux.
> As you said FreeBSD should also have this the only difference is that
> the tcpi_last_ack_recv and tcpi_last_data_sent in FreeBSD have
> __tcpi_last_ack_recv and __tcpi_last_data_sent I don't know how to detect
>
I've created patch which may fix this (but I can't test it).
I don't know if Q_OS_BSD4 is the correct macro you may have to adjust that
the available macros are here http://doc.trolltech.com/4.5/qtglobal.html
Regards,
Roman
On Wed, 20 May 2009 09:16:54 +0200, Roman Jarosz
wrote:
Other pla
Other platforms are fine because there's ifdef for linux.
As you said FreeBSD should also have this the only difference is that
the tcpi_last_ack_recv and tcpi_last_data_sent in FreeBSD have
__tcpi_last_ack_recv and __tcpi_last_data_sent I don't know how to detect
FreeBSD but it should be possible