From boris at codesynthesis.com Wed Jun 17 05:17:57 2015 From: boris at codesynthesis.com (Boris Kolpackov) Date: Wed Jun 17 05:17:58 2015 Subject: [build-users] Re: [build2] Compile fixes In-Reply-To: References: Message-ID: Hi Ahmed, Boris Kolpackov writes: > Now the only remaining issue is the use of the > header from libstd++. I will work on a custom, cross-platform > implementation and will ping you when ready. Ok, I finally got around to doing that. All the changes are in master and build2 now builds with clang/libc++ (see the INSTALL file for some new steps). I even managed to build it with a fairly old clang from XCode on Mac OS. Boris From acharles at outlook.com Wed Jun 17 13:18:21 2015 From: acharles at outlook.com (Ahmed Charles) Date: Wed Jun 17 13:19:00 2015 Subject: [build-users] Re: [build2] Compile fixes In-Reply-To: References: Message-ID: On 6/17/2015 2:17 AM, Boris Kolpackov wrote: > Hi Ahmed, > > Boris Kolpackov writes: > >> Now the only remaining issue is the use of the >> header from libstd++. I will work on a custom, cross-platform >> implementation and will ping you when ready. > > Ok, I finally got around to doing that. All the changes are in > master and build2 now builds with clang/libc++ (see the INSTALL > file for some new steps). I even managed to build it with a > fairly old clang from XCode on Mac OS. Thanks, sounds wonderful, I'll try it out.