PDA

View Full Version : qt4.5.2 install on hp-ux 11.iv3



hawk70
3rd January 2011, 02:18
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 ?