Re: [Kicad-developers] Boost 1.62.

2016-10-12 Thread Brano Panak
hi, i found problem, in my environment cmake does not correctly find boost 1.62 installation. 1.62 is not included in KNOWN_VERSIONS, 1.61 is the newest known in FindBoost.cmake. I got cmake warnings: Imported targets not available for Boost version 106200 Compiles ok, but can not copy files,

Re: [Kicad-developers] Boost 1.62.

2016-10-12 Thread Michael Steinberg
That is simply because CMake 3.6 does not yet know boost 1.62, this is no problem because none of our boost dependencies introduce indirect dependencies. Michael Am 12.10.2016 um 15:51 schrieb Wayne Stambaugh: It appears that you have to do a clean build. However, I missed some cmake

Re: [Kicad-developers] Boost 1.62.

2016-10-12 Thread Wayne Stambaugh
It appears that you have to do a clean build. However, I missed some cmake warnings about missing dependencies: CMake Warning at C:/msys64/mingw32/share/cmake-3.6/Modules/FindBoost.cmake:743 (message): Imported targets not available for Boost version 106200 Call Stack (most recent call first):

Re: [Kicad-developers] Boost 1.62.

2016-10-12 Thread Maciej Sumiński
Anyway, I see a tendency to deboostify KiCad, so maybe we could simply include Tom's libcontext [1]? It is a stripped down version of boost::context, and I believe Tom may guarantee the API will stay stable. Regards, Orson 1. https://github.com/twlostow/libcontext On 10/12/2016 02:13 PM, Wayne

Re: [Kicad-developers] Boost 1.62.

2016-10-12 Thread Wayne Stambaugh
This is a possibility. I will try a clean build when I get a chance. The last few boost upgrades on msys2 did not require a clean build. On 10/12/2016 1:24 AM, Nick Østergaard wrote: > Maybe a clean build is needed when upgrading boost version? > > 2016-10-12 2:58 GMT+02:00 Michael Steinberg

Re: [Kicad-developers] Boost 1.62.

2016-10-12 Thread Maciej Sumiński
It builds fine here as well (Linux x86_64). Perhaps it is only an issue on msys2, but still it needs to be solved. What are the error messages? Regards, Orson On 10/12/2016 11:14 AM, Simon Wells wrote: > can you elaborate the issue you have on osx? i just did a fresh build > (aka nuked my build

Re: [Kicad-developers] Boost 1.62.

2016-10-12 Thread Simon Wells
can you elaborate the issue you have on osx? i just did a fresh build (aka nuked my build dir) and the only issue i had on osx was this stupidly annoying cmake issue that was to do with bundling of the libs that eventually went away last time and i have no damn idea why it magically went away On

Re: [Kicad-developers] Boost 1.62.

2016-10-11 Thread Michael Steinberg
Can't reproduce on windows with msvc + 1.62 (tried that weeks ago with an rc already). Might be an msys, mingw or gcc thing. Any hints to what causes this? Michael Am 12.10.2016 um 02:54 schrieb Chris Pavlina: And people argue with me when I say Boost is a piece of crap. On Tue, Oct 11,

Re: [Kicad-developers] Boost 1.62.

2016-10-11 Thread Chris Pavlina
And people argue with me when I say Boost is a piece of crap. On Tue, Oct 11, 2016 at 07:38:59PM -0400, Wayne Stambaugh wrote: > Another boost version, another broken context switching build. Has > anyone successfully built kicad against boost 1.62? The msys2 project > just packaged 1.62 and

[Kicad-developers] Boost 1.62.

2016-10-11 Thread Wayne Stambaugh
Another boost version, another broken context switching build. Has anyone successfully built kicad against boost 1.62? The msys2 project just packaged 1.62 and kicad fails to build on windows. If you haven't upgraded yet, don't. Otherwise you will to downgrade. Hopefully this saves someone