|
From: Jeroen N. W. <jn...@xs...> - 2004-08-30 22:14:21
|
Then I'm afraid something went wrong with that commit. I cannot find 'struct vki_itimerspec' in file include/vg_kerneliface.h, and http://webcvs.kde.org/cgi-bin/cvsweb.cgi/valgrind/include/?sortby=date shows the file to be 2 weeks old. Jeroen. > In message <896...@we...> > "Jeroen N. Witmond" <jn...@xs...> wrote: > >> On Valgrind-CVS, updated Aug 30 (today) 23:28 CEST, I get compile >> errors: >> >> valgrind/coregrind/vg_syscalls.c: In function `before_timer_settime': >> valgrind/coregrind/vg_syscalls.c:5782: error: invalid application of >> `sizeof' to an incomplete type >> valgrind/coregrind/vg_syscalls.c:5785: error: invalid application of >> `sizeof' to an incomplete type >> valgrind/coregrind/vg_syscalls.c: In function `after_timer_settime': >> valgrind/coregrind/vg_syscalls.c:5792: error: invalid application of >> `sizeof' to an incomplete type >> valgrind/coregrind/vg_syscalls.c: In function `before_timer_gettime': >> valgrind/coregrind/vg_syscalls.c:5799: error: invalid application of >> `sizeof' to an incomplete type >> valgrind/coregrind/vg_syscalls.c: In function `after_timer_gettime': >> valgrind/coregrind/vg_syscalls.c:5805: error: invalid application of >> `sizeof' to an incomplete type >> >> The problem is in 'struct vki_itimerspec'. In what file is this struct >> defined? > > It's in include/vg_kerneliface.h and it was committed about half an > hour after the change to vg_syscalls.c because I forgot it at first. > > Tom > > -- > Tom Hughes (th...@cy...) > Software Engineer, Cyberscience Corporation > http://www.cyberscience.com/ > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > _______________________________________________ > Valgrind-developers mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-developers > |