Hi,
On Mon, 16 Oct 2006, Brian Nelson wrote:
> To what file should those lines be added? There isn't a buildd log for
> m68k on buildd.d.o, so I can't see the actual error.
Sorry, I indeed forgot to mention that. m68k is missing in the list at
src/corelib/io/qfilesystemwatcher_inotify.cpp
bye
Hi,
Is there any progress here?
If there is anything I can do to help, please ask, but please don't ignore
this bug...
Thanks.
bye, Roman
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: qt4-x11
Severity: important
qt4-x11 currently fails to build as it misses some defines for the
inotify system calls on m68k, adding this should fix the problem:
#elif defined (__mc68000__)
#define __NR_inotify_init 284
#define __NR_inotify_add_watch 285
#define __NR_inotify_rm_wat
3 matches
Mail list logo