Re: [swift-dev] Could not find a package configuration file provided by "Clang"

2016-07-22 Thread Mark Lacey via swift-dev
> On Jul 22, 2016, at 12:35 PM, Erica Sadun via swift-dev > wrote: > > So where do I find the "starter bugs for the humanities" how-to section? Is > there a checklist that goes beyond fix this code and explains tests, > comments, etc? I think this is what you’re looking for: https://swift.or

Re: [swift-dev] Could not find a package configuration file provided by "Clang"

2016-07-22 Thread Erica Sadun via swift-dev
So where do I find the "starter bugs for the humanities" how-to section? Is there a checklist that goes beyond fix this code and explains tests, comments, etc? I came, I saw, I built. I want to try a bug. -- E > On Jul 22, 2016, at 1:31 PM, Michael Gottesman wrote: > > It is partially my fau

Re: [swift-dev] Could not find a package configuration file provided by "Clang"

2016-07-22 Thread Michael Gottesman via swift-dev
It is partially my fault TBH. I still need to bump the version check in CMake. We run into a JIT failure when I do this on Linux I believe due to the way ELF forwards symbols (and my needing to work around it). I have not had the time to fix it. = /. If that was set, you would have gotten a nic

Re: [swift-dev] Could not find a package configuration file provided by "Clang"

2016-07-22 Thread Erica Sadun via swift-dev
So I got a successful build, and your suspicion was right. I deleted a very old /usr/local/bin/cmake and linked /usr/local/bin/cmake to /Applications/CMake.app/Contents/bin/cmake. Now when I `where cmake`, every possible candidate is 3.6. I deleted everything (including my github fork), and sta

Re: [swift-dev] Could not find a package configuration file provided by "Clang"

2016-07-21 Thread Erica Sadun via swift-dev
3.6.0 -- E > On Jul 21, 2016, at 9:37 AM, Arnold Schwaighofer > wrote: > > Somewhat wild guess. What is the version of your cmake install? > > I think we started requiring some 3ish version recently. > > Maybe you need a newer version … > >> On Jul 20, 2016, at 2:07 PM, Erica Sadun via swif

Re: [swift-dev] Could not find a package configuration file provided by "Clang"

2016-07-21 Thread Michael Gottesman via swift-dev
Yes. 3.4.3. Michael > On Jul 21, 2016, at 8:37 AM, Arnold Schwaighofer via swift-dev > wrote: > > Somewhat wild guess. What is the version of your cmake install? > > I think we started requiring some 3ish version recently. > > Maybe you need a newer version … > >> On Jul 20, 2016, at 2:07 P

Re: [swift-dev] Could not find a package configuration file provided by "Clang"

2016-07-21 Thread Arnold Schwaighofer via swift-dev
Somewhat wild guess. What is the version of your cmake install? I think we started requiring some 3ish version recently. Maybe you need a newer version … > On Jul 20, 2016, at 2:07 PM, Erica Sadun via swift-dev > wrote: > > I started with an absolutely clean re-clone, used bash (normally I us

[swift-dev] Could not find a package configuration file provided by "Clang"

2016-07-20 Thread Erica Sadun via swift-dev
I started with an absolutely clean re-clone, used bash (normally I use tcsh), made sure to do `export PATH=/Applications/CMake.app/Contents/bin:$PATH`, CMake Error at cmake/modules/SwiftSharedCMakeConfig.cmake:155 (find_package): Could not find a package configuration file provided by "Clan