I install qt4.5.2 on hpux 11.iv3 ,and got errors as follows:
the compile error occur when the aCC compiler complie ../src/corelib/kernel/qeventdispatcher_unix.cpp,the compiler indicate the select function ,
fd_set fd
select(...,&fd,....)
the fd_set * is incompatiable with int *

how can i resovle it ?