When compile lttctl 0.58 in fc9, I got following error message:
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 25 Nov 2008 06:42:07 +0000 (06:42 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 25 Nov 2008 06:42:07 +0000 (06:42 +0000)
commit7967f7c3ae01d9b9aad66167dceb2d266ace4ab1
tree232fd6bcd26f4682b6110518a05d0ecefe09435a
parent4e1c69e6aff49427e5158a306a341e04e5a84bb9
When compile lttctl 0.58 in fc9, I got following error message:

Making all in lttd
make[2]: Entering directory `/home/zl/ltt-control-0.58-23112008/lttd'
gcc -DHAVE_CONFIG_H -I.. -I..     -g -O2 -MT lttd.o -MD -MP -MF
.deps/lttd.Tpo
+-c -o lttd.o lttd.c
In file included from /usr/include/asm/fcntl.h:2,
                 from /usr/include/linux/fcntl.h:5,
                 from /usr/include/linux/inotify.h:12,
                 from lttd.c:55:
/usr/include/asm-generic/fcntl.h:117: error: redefinition of 'struct
flock'
/usr/include/asm-generic/fcntl.h:140: error: redefinition of 'struct
flock64'
lttd.c: In function 'read_subbuffer':
lttd.c:467: warning: passing argument 2 of 'splice' from incompatible
pointer
+type
make[2]: *** [lttd.o] Error 1
make[2]: Leaving directory `/home/zl/ltt-control-0.58-23112008/lttd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/zl/ltt-control-0.58-23112008'
make: *** [all] Error 2
$

git-svn-id: http://ltt.polymtl.ca/svn@3162 04897980-b3bd-0310-b5e0-8ef037075253
trunk/ltt-control/lttd/lttd.c
This page took 0.029988 seconds and 4 git commands to generate.