Just can't stay away
Joined: 2006/11/26 16:47 Last Login
: 10/28 22:08
Group:
Registered Users
|
QT seems to clash with the amigaos sdk?
The last three projects i tried to compile gave me this error:
In file included from /SDK/newlib/include/sys/time.h:16, from /SDK/newlib/include/sys/resource.h:4, from /SDK/newlib/include/sys/reent.h:19, from /SDK/newlib/include/string.h:11, from /qt/include/QtCore/qbytearray.h:48, from /qt/include/QtCore/qstring.h:46, from /qt/include/QtCore/qobject.h:48, from /qt/include/QtCore/qcoreapplication.h:45, from /qt/include/QtGui/qapplication.h:45, from /qt/include/QtGui/QApplication:1, from main.cpp:1: /SDK/newlib/include/sys/select.h:80: error: expected ',' or '...' before 'protected'
in sys/select.h on line 80 we find: int waitselect _PARAMS ((int, fd_set *, fd_set *, fd_set *, struct timeval *, unsigned int *signals));
if i comment that line all compiles without problem, but, well, this is the wrong approach ofcourse. =)
|