Re: clang 3.4 can't be configured (part of a selfupdate)

2016-07-28 Thread Ken Cunningham
Oh - it's arch x86_64, by the way... late night brain fart.] More I look at the different issues you have going on here, more I think what I would do is just start over. It's time consuming, but 100% reliable. I'd delete these three files: -rwxr-xr-x 1 root wheel 1186580 12 Jan 2016

Re: clang 3.4 can't be configured (part of a selfupdate)

2016-07-28 Thread Ken Cunningham
Hi, There are many here smarter than me, but it would see your error is here: /opt/local/bin/clang++-mp-3.3 -pipe -Os -stdlib=libc++ -arch i386 -mmacosx-version-min=10.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names

Re: clang 3.4 can't be configured (part of a selfupdate)

2016-07-28 Thread [ftp83plus]
Thanks Ken, I am currently attempting the Install Libcxx on Older Systems procedure as it was how you solved it. However, it fails at step 4 after hours trying to compile: > -- Configuring incomplete, errors occurred! > See also >

Re: question about OpenSCAD 2015.03 on Snow Leopard, and a home-built libc++ package installer

2016-07-28 Thread Ken Cunningham
I would indeed have preferred to put libc++ and libc++abi into the app bundle -- but all the other dylibs linked against them were hard-coded to look for these two libraries in the /usr/lib directory. So I tried "install_name_tool'ing" all these libraries to redirect them to a bundled copy of

Re: question about OpenSCAD 2015.03 on Snow Leopard, and a home-built libc++ package installer

2016-07-28 Thread Ryan Schmidt
On Jul 28, 2016, at 9:11 PM, Ken Cunningham wrote: > Although the developers of OpenSCAD had to leave Snow Leopard behind a couple > of version ago, using Macports and the extended abilities that Jeremy has > enabled for older systems, I have been able to compile a version of the > latest

Re: clang 3.4 can't be configured (part of a selfupdate)

2016-07-28 Thread [ftp83plus]
The following ports are currently installed: cctools @877.5_2+llvm37 cctools @877.8_0+llvm37 cctools @886_1+llvm37 (active) ld64 @2_0+ld64_136 (active) ld64-136 @136_4+llvm37 (active) El 2016-07-27, a las 22:40, Mihai Moldovan escribió: > On 26.07.2016 02:13 PM, [ftp83plus] wrote: >>