Qt-interest Archive, April 2007
Qt4 and Redhat9
Message 1 in thread
Hello All,
Has anyone come across any issues with running Qt4 on a Redhat-9
machine.
I am forced to use Redhat-9 for my development and hence would like to
hear about user experiences.
Regards,
Zaheer.
DISCLAIMER:
This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses and defects. MindTree Consulting Limited (MindTree) will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.
--
[ signature omitted ]
Message 2 in thread
On Apr 3, 2007, at 5:06 AM, Zaheer A.M. wrote:
> Has anyone come across any issues with running Qt4 on a Redhat-9
> machine.
> I am forced to use Redhat-9 for my development and hence would like to
> hear about user experiences.
The *only* problem I've had with RH-9 and Qt4, which may exist on
other RH + Qt combinations, is some bizarre QUDPSocket behavior in a
multithreaded application when I *don't* configure with -no-glib. My
application receives UDP messages over many channels (10+) at fairly
high data rates on a gigabit ethernet LAN, and without the -no-glib
configure option, my receive threads would no longer receive the
readyRead signal from the QUDPSocket. Strange.
Also, be sure you set up your environment correctly to use your Qt4
install, and not any remnants of the Qt installed by RedHat.
Brad
--
[ signature omitted ]