From owner-freebsd-current@FreeBSD.ORG Fri Apr 9 12:13:58 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 209C116A4CE; Fri, 9 Apr 2004 12:13:58 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1D6443D41; Fri, 9 Apr 2004 12:13:57 -0700 (PDT) (envelope-from j.p.h@comcast.net) Received: from comcast.net (c-24-1-98-54.client.comcast.net[24.1.98.54]) by comcast.net (rwcrmhc11) with SMTP id <2004040919135601300sou0qe> (Authid: j.p.h); Fri, 9 Apr 2004 19:13:57 +0000 Message-ID: <4076F5F4.2070200@comcast.net> Date: Fri, 09 Apr 2004 14:13:56 -0500 From: Joe Halpin User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Rabson References: <200404091207.10055.dfr@nlsystems.com> <4076DD03.6090408@comcast.net> <200404091857.59746.dfr@nlsystems.com> In-Reply-To: <200404091857.59746.dfr@nlsystems.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sat, 10 Apr 2004 05:22:19 -0700 cc: freebsd-current@freebsd.org cc: freebsd-stable@freebsd.org Subject: Re: Valgrind for FreeBSD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2004 19:13:58 -0000 Doug Rabson wrote: > On Friday 09 April 2004 18:27, Joe Halpin wrote: > Sorry - I should have been clearer. Install the devel/subversion port > and try the 'svn co svn:/....' command again. Thanks, I've got the source now, but when I try to run it I get [...] Making all in demangle gmake[4]: Entering directory `/home/jhalpin/valgrind/coregrind/demangle' source='cp-demangle.c' object='cp-demangle.o' libtool=no \ depfile='.deps/cp-demangle.Po' tmpdepfile='.deps/cp-demangle.TPo' \ depmode=gcc /usr/local/bin/bash ../../depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../coregrind -I../../include -Winline -Wall -Wshadow -O -fomit-frame-pointer -g -Wno-unused -Wno-shadow -c `test -f 'cp-demangle.c' || echo './'`cp-demangle.c In file included from cp-demangle.c:43: ../../coregrind/vg_include.h:49: vg_skin.h: No such file or directory In file included from cp-demangle.c:43: ../../coregrind/vg_include.h:344: vg_toolint.h: No such file or directory gmake[4]: *** [cp-demangle.o] Error 1 I believe I have the right auto* stuff: fbsd$ which aclocal17 /usr/local/bin/aclocal17 fbsd$ which autoheader257 /usr/local/bin/autoheader257 fbsd$ which automake17 /usr/local/bin/automake17 fbsd$ which autoconf257 /usr/local/bin/autoconf257 /usr/local/bin is at the front of my PATH, so I'm pretty sure I'm getting the right ones. thanks Joe