|
From: Stefan K. <en...@ho...> - 2007-09-10 07:41:30
|
hi Bryan,
any change we could get an updated omega patch? I changed the =20
Makefile.am already to make autogen.sh pass, but now it fails to build.
Any chance that this tool could become part of valgrind svn?
Stefan
make[3]: Entering directory `/home/ensonic/projects/valgrind/omega'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../VEX/pub =20
-DVGA_x86=3D1 -DVGO_linux=3D1 -DVGP_x86_linux=3D1 -m32 =20
-mpreferred-stack-boundary=3D2 -O -g -Wmissing-prototypes -Winline -Wall =20
-Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations =20
-O2 -Wno-long-long -Wno-pointer-sign -Wdeclaration-after-statement =20
-fno-stack-protector -MT omega_x86_linux-o_main.o -MD -MP -MF =20
".deps/omega_x86_linux-o_main.Tpo" -c -o omega_x86_linux-o_main.o =20
`test -f 'o_main.c' || echo './'`o_main.c; \
then mv -f ".deps/omega_x86_linux-o_main.Tpo" =20
".deps/omega_x86_linux-o_main.Po"; else rm -f =20
".deps/omega_x86_linux-o_main.Tpo"; exit 1; fi
o_main.c: In function 'o_post_clo_init':
o_main.c:2567: warning: passing argument 1 of 'vgPlain_HT_construct' =20
makes pointer from integer without a cast
o_main.c:2570: warning: passing argument 1 of 'vgPlain_HT_construct' =20
makes pointer from integer without a cast
o_main.c:2573: warning: passing argument 1 of 'vgPlain_HT_construct' =20
makes pointer from integer without a cast
o_main.c: At top level:
o_main.c:2586: error: expected '=3D', ',', ';', 'asm' or '__attribute__' =20
before '*' token
o_main.c: In function 'o_pre_clo_init':
o_main.c:3535: error: 'o_instrument' undeclared (first use in this function)
o_main.c:3535: error: (Each undeclared identifier is reported only once
o_main.c:3535: error: for each function it appears in.)
make[3]: *** [omega_x86_linux-o_main.o] Error 1
make[3]: Leaving directory `/home/ensonic/projects/valgrind/omega'
m
|