|
From: Swapnil K. R. <swa...@re...> - 2005-11-04 11:21:58
|
=A0=0AHello,=0A=0AI am trying to install Valgrind [valgrind-3.0.1] on =0A= =0A[uname -a]=0ALinux decy766c 2.4.21-4.ELsmp #1 SMP Fri Oct 3 17:52:56 EDT= 2003 i686 i686 i386 GNU/Linux=0A=0ACan someone help me resolve this error = ....=0A=0AMaking all in m_aspacemgr=0Amake[4]: Entering directory `/user/de= mxc8w3/learn/valgrind-3.0.1/coregrind/m_aspacemgr'=0Asource=3D'read_procsel= fmaps.c' object=3D'read_procselfmaps.o' libtool=3Dno \=0ADEPDIR=3D.deps dep= mode=3Dgcc /bin/sh ../../depcomp \=0Agcc -DHAVE_CONFIG_H -I. -I. -I../.. -= I../../coregrind -I../.. -I../../coregrind/x86 -I../../coregrind/linux -I..= /../coregrind/x86-linux -I../../include -I/user/demxc8w3/learn/valgrind-3.0= .1/VEX/pub -DVGA_x86=3D1 -DVGO_linux=3D1 -DVGP_x86_linux=3D1 -mpreferred= -stack-boundary=3D2 -Wmissing-prototypes -Winline -Wall -Wshadow -O -g -Wno= -long-long -c read_procselfmaps.c=0Asource=3D'aspacemgr.c' object=3D'aspace= mgr.o' libtool=3Dno \=0ADEPDIR=3D.deps depmode=3Dgcc /bin/sh ../../depcomp = \=0Agcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../coregrind -I../.. -I../../= coregrind/x86 -I../../coregrind/linux -I../../coregrind/x86-linux -I../../i= nclude -I/user/demxc8w3/learn/valgrind-3.0.1/VEX/pub -DVGA_x86=3D1 -DVGO_li= nux=3D1 -DVGP_x86_linux=3D1 -mpreferred-stack-boundary=3D2 -Wmissing-pro= totypes -Winline -Wall -Wshadow -O -g -Wno-long-long -c aspacemgr.c=0Aaspac= emgr.c: In function `vgPlain_setup_pointercheck':=0Aaspacemgr.c:1284: parse= error before `ldt'=0Aaspacemgr.c:1296: `ret' undeclared (first use in this= function)=0Aaspacemgr.c:1296: (Each undeclared identifier is reported only= once=0Aaspacemgr.c:1296: for each function it appears in.)=0Amake[4]: *** = [aspacemgr.o] Error 1=0Amake[4]: Leaving directory `/user/demxc8w3/learn/va= lgrind-3.0.1/coregrind/m_aspacemgr'=0Amake[3]: *** [all-recursive] Error 1= =0Amake[3]: Leaving directory `/user/demxc8w3/learn/valgrind-3.0.1/coregrin= d'=0Amake[2]: *** [all] Error 2=0Amake[2]: Leaving directory `/user/demxc8w= 3/learn/valgrind-3.0.1/coregrind'=0Amake[1]: *** [all-recursive] Error 1=0A= make[1]: Leaving directory `/user/demxc8w3/learn/valgrind-3.0.1'=0Amake: **= * [all] Error 2=0A=0A=0A=0ABest Regards=0ASwapnil K. Raktale=0A=0AWe aspire= for perfection --=0AWe'll settle for excellence=0A |
|
From: Tom H. <to...@co...> - 2005-11-04 11:27:56
|
In message <200...@we...>
Swapnil Kumar Raktale <swa...@re...> wrote:
> Can someone help me resolve this error ....
>
> Making all in m_aspacemgr
> make[4]: Entering directory `/user/demxc8w3/learn/valgrind-3.0.1/coregrind/m_aspacemgr'
> source='read_procselfmaps.c' object='read_procselfmaps.o' libtool=no \
> DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../coregrind -I../.. -I../../coregrind/x86 -I../../coregrind/linux -I../../coregrind/x86-linux -I../../include -I/user/demxc8w3/learn/valgrind-3.0.1/VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -mpreferred-stack-boundary=2 -Wmissing-prototypes -Winline -Wall -Wshadow -O -g -Wno-long-long -c read_procselfmaps.c
> source='aspacemgr.c' object='aspacemgr.o' libtool=no \
> DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../coregrind -I../.. -I../../coregrind/x86 -I../../coregrind/linux -I../../coregrind/x86-linux -I../../include -I/user/demxc8w3/learn/valgrind-3.0.1/VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -mpreferred-stack-boundary=2 -Wmissing-prototypes -Winline -Wall -Wshadow -O -g -Wno-long-long -c aspacemgr.c
> aspacemgr.c: In function `vgPlain_setup_pointercheck':
> aspacemgr.c:1284: parse error before `ldt'
> aspacemgr.c:1296: `ret' undeclared (first use in this function)
> aspacemgr.c:1296: (Each undeclared identifier is reported only once
> aspacemgr.c:1296: for each function it appears in.)
Either use a newer C compiler (gcc 3 or 4) or use the SVN code where
this has been resolved.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|