|
From: Lin C. <lin...@gm...> - 2015-04-14 00:41:03
|
Hi, I managed to get the trunk version of Valgrind install correctly for Xcode 6.2 (clang 6.0.2 iirc) but after an upgrade, `./configure` stops me from continuing. I would like to get automake to accept a higher version of clang (6.1.0) and give it a go at installing Valgrind against this newer version from Xcode 6.3. Where do I make these changes? Thanks -- http://calvinx.com <http://www.calvinx.com> |
|
From: John R. <jr...@bi...> - 2015-04-14 01:29:45
|
> I managed to get the trunk version of Valgrind install correctly for Xcode 6.2 (clang 6.0.2 iirc) but after an upgrade, `./configure` stops me from continuing. > > I would like to get automake to accept a higher version of clang (6.1.0) and give it a go at installing Valgrind against this newer version from Xcode 6.3. Where do I make these changes? Depending on how far back in the pipeline you wish to go: configure, configure.ac, configure.in. Valgrind's use of these files follows the usual conventions. |
|
From: Calvin C. <lin...@gm...> - 2015-04-14 09:08:04
|
Thank you, John. r15088 compiles correctly without complaining about clang 6.1.0. Just curious — does anyone know where this was specified to allow the compilation to proceed? — Sent from Mailbox On Tue, Apr 14, 2015 at 9:33 AM, John Reiser <jr...@bi...> wrote: >> I managed to get the trunk version of Valgrind install correctly for Xcode 6.2 (clang 6.0.2 iirc) but after an upgrade, `./configure` stops me from continuing. >> >> I would like to get automake to accept a higher version of clang (6.1.0) and give it a go at installing Valgrind against this newer version from Xcode 6.3. Where do I make these changes? > Depending on how far back in the pipeline you wish to go: configure, configure.ac, configure.in. > Valgrind's use of these files follows the usual conventions. > ------------------------------------------------------------------------------ > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > Develop your own process in accordance with the BPMN 2 standard > Learn Process modeling best practices with Bonita BPM through live exercises > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users |
|
From: Julian S. <js...@ac...> - 2015-04-14 09:13:41
|
> r15088 compiles correctly without complaining about clang 6.1.0. > Just curious — does anyone know where this was specified to allow the compilation to proceed? It was actually 15088 that enabled it. Try 'svn diff -c15088' to see it. J |
|
From: Calvin C. <lin...@gm...> - 2015-04-14 09:20:48
|
I see. It appears that I was looking at the right file and the right `case` line then. Just wasn’t sharp enough with my bash-fu to have spotted `applellvm-5.1|applellvm-6.*`. Thank you. Btw... any interest to switch to git? I am so rusty with svn too. Heh. — Sent from Mailbox On Tue, Apr 14, 2015 at 5:13 PM, Julian Seward <js...@ac...> wrote: >> r15088 compiles correctly without complaining about clang 6.1.0. >> Just curious — does anyone know where this was specified to allow the > compilation to proceed? > It was actually 15088 that enabled it. Try 'svn diff -c15088' to see it. > J |