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, the found path is invalid.
I reverted to 1.60 and works ok.
regards
Brano

On 12/10/16 11:14, Simon Wells wrote:

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 Wed, Oct 12, 2016 at 8:50 PM, Brano Panak  wrote:

does not work on osx either



On 12/10/16 01:38, 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 fails to build on windows.  If you haven't
upgraded yet, don't.  Otherwise you will to downgrade.  Hopefully this
saves someone some grief.  This is getting old. :(

Cheers,

Wayne

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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 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):
   C:/msys64/mingw32/share/cmake-3.6/Modules/FindBoost.cmake:842
(_Boost_COMPONENT_DEPENDENCIES)
   C:/msys64/mingw32/share/cmake-3.6/Modules/FindBoost.cmake:1395
(_Boost_MISSING_DEPENDENCIES)
   CMakeLists.txt:544 (find_package)


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):
   C:/msys64/mingw32/share/cmake-3.6/Modules/FindBoost.cmake:842
(_Boost_COMPONENT_DEPENDENCIES)
   C:/msys64/mingw32/share/cmake-3.6/Modules/FindBoost.cmake:1395
(_Boost_MISSING_DEPENDENCIES)
   CMakeLists.txt:544 (find_package)

CMake still creates the make files.  Everything compiles and links
properly and seems to work just fine so I'm not sure if the msys2 folks
changed something with the boost package or it's actually an issue with
boost that causing FindBoost.cmake to complain.  None the less, you can
use boost 1.62 on msys2 to build kicad.

Cheers,

Wayne

On 10/11/2016 8:58 PM, Michael Steinberg wrote:

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, 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 fails to build on windows.  If you haven't
upgraded yet, don't.  Otherwise you will to downgrade.  Hopefully this
saves someone some grief.  This is getting old. :(

Cheers,

Wayne

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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):
  C:/msys64/mingw32/share/cmake-3.6/Modules/FindBoost.cmake:842
(_Boost_COMPONENT_DEPENDENCIES)
  C:/msys64/mingw32/share/cmake-3.6/Modules/FindBoost.cmake:1395
(_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:544 (find_package)


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):
  C:/msys64/mingw32/share/cmake-3.6/Modules/FindBoost.cmake:842
(_Boost_COMPONENT_DEPENDENCIES)
  C:/msys64/mingw32/share/cmake-3.6/Modules/FindBoost.cmake:1395
(_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:544 (find_package)

CMake still creates the make files.  Everything compiles and links
properly and seems to work just fine so I'm not sure if the msys2 folks
changed something with the boost package or it's actually an issue with
boost that causing FindBoost.cmake to complain.  None the less, you can
use boost 1.62 on msys2 to build kicad.

Cheers,

Wayne

On 10/11/2016 8:58 PM, Michael Steinberg wrote:
> 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, 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 fails to build on windows.  If you haven't
>>> upgraded yet, don't.  Otherwise you will to downgrade.  Hopefully this
>>> saves someone some grief.  This is getting old. :(
>>>
>>> Cheers,
>>>
>>> Wayne
>>>
>>> ___
>>> Mailing list: https://launchpad.net/~kicad-developers
>>> Post to : kicad-developers@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~kicad-developers
>>> More help   : https://help.launchpad.net/ListHelp
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
> 
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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 Stambaugh wrote:
> 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 :
>>> 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, 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 fails to build on windows.  If you haven't
> upgraded yet, don't.  Otherwise you will to downgrade.  Hopefully this
> saves someone some grief.  This is getting old. :(
>
> Cheers,
>
> Wayne
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp

 ___
 Mailing list: https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~kicad-developers
 More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>>
>>> ___
>>> Mailing list: https://launchpad.net/~kicad-developers
>>> Post to : kicad-developers@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~kicad-developers
>>> More help   : https://help.launchpad.net/ListHelp
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>>
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 




signature.asc
Description: OpenPGP digital signature
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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 :
>> 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, 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 fails to build on windows.  If you haven't
 upgraded yet, don't.  Otherwise you will to downgrade.  Hopefully this
 saves someone some grief.  This is getting old. :(

 Cheers,

 Wayne

 ___
 Mailing list: https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~kicad-developers
 More help   : https://help.launchpad.net/ListHelp
>>>
>>> ___
>>> Mailing list: https://launchpad.net/~kicad-developers
>>> Post to : kicad-developers@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~kicad-developers
>>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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 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 Wed, Oct 12, 2016 at 8:50 PM, Brano Panak  wrote:
>> does not work on osx either
>>
>>
>>
>> On 12/10/16 01:38, 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 fails to build on windows.  If you haven't
>>> upgraded yet, don't.  Otherwise you will to downgrade.  Hopefully this
>>> saves someone some grief.  This is getting old. :(
>>>
>>> Cheers,
>>>
>>> Wayne




signature.asc
Description: OpenPGP digital signature
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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 Wed, Oct 12, 2016 at 8:50 PM, Brano Panak  wrote:
> does not work on osx either
>
>
>
> On 12/10/16 01:38, 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 fails to build on windows.  If you haven't
>> upgraded yet, don't.  Otherwise you will to downgrade.  Hopefully this
>> saves someone some grief.  This is getting old. :(
>>
>> Cheers,
>>
>> Wayne
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>
>
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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, 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 fails to build on windows.  If you haven't
upgraded yet, don't.  Otherwise you will to downgrade.  Hopefully this
saves someone some grief.  This is getting old. :(

Cheers,

Wayne

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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 fails to build on windows.  If you haven't
> upgraded yet, don't.  Otherwise you will to downgrade.  Hopefully this
> saves someone some grief.  This is getting old. :(
> 
> Cheers,
> 
> Wayne
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[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 some grief.  This is getting old. :(

Cheers,

Wayne

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp