Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'configure': 0.05; 'subject:Python': 0.06; 'error:': 0.07; 'installed.': 0.07; 'subject:Why': 0.09; 'python': 0.11; 'received:65.55.116.7': 0.16; 'subject:when': 0.16; 'work,': 0.20; 'to:name:python- list@python.org': 0.22; 'error': 0.23; 'headers': 0.24; 'issue,': 0.24; 'received:65.55.116': 0.24; 'subject:/': 0.26; 'header:In- Reply-To:1': 0.27; 'tried': 0.27; "i'm": 0.30; 'url:mailman': 0.30; "skip:' 10": 0.31; 'probably': 0.32; 'url:python': 0.33; 'running': 0.33; 'fri,': 0.33; 'mac': 0.33; 'date:': 0.34; "i'd": 0.34; 'info': 0.35; 'but': 0.35; 'url:listinfo': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'should': 0.36; 'email addr:python.org': 0.37; 'to:addr:python-list': 0.38; 'skip:- 10': 0.38; 'skip:_ 30': 0.39; 'subject:': 0.39; 'to:addr:python.org': 0.39; 'url:mail': 0.40; 'email addr:gmail.com': 0.63; 'email name :python-list': 0.65; 'subject:have': 0.80; '2013': 0.98 X-TMN: [iTrr5JrdJx9U8eL38GGGT5m7M/7icktx] X-Originating-Email: [carlosnepomuceno@outlook.com] From: Carlos Nepomuceno To: "python-list@python.org" Subject: RE: Why won't Python 2/3 compile when I have valgrind installed? Date: Sat, 25 May 2013 04:07:33 +0300 Importance: Normal In-Reply-To: References: Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 25 May 2013 01:07:33.0252 (UTC) FILETIME=[3C952C40:01CE58E4] X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369444061 news.xs4all.nl 15884 [2001:888:2000:d::a6]:60854 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:45936 You probably need 'valgrind-devel' package installed.=0A= =0A= ________________________________=0A= > Date: Fri=2C 24 May 2013 20:59:22 -0400 =0A= > Subject: Why won't Python 2/3 compile when I have valgrind installed? =0A= > From: yoursurrogategod@gmail.com =0A= > To: python-list@python.org =0A= > =0A= > This isn't a huge issue=2C but I'm wondering. I'm running =0A= > Mac OS X=2C I tried to configure with --with-valgrind and =0A= > this is the error that I got: =0A= > =0A= > configure: error: Valgrind support requested but headers not available = =0A= > =0A= > Now=2C I have valgrind installed=2C so it should work=2C yes? =0A= > If someone has any extra info on this=2C I'd appreciate it. =0A= > =0A= > -- http://mail.python.org/mailman/listinfo/python-list =