← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH 1/4] Use CMake high-level facility for visibility

 

I've already updated the markdown file for the 64-bit boost 1.59 issue
and will commit it as soon as I get a chance.  As far as anything else
is concerned, I would rather not turn this into step by step
instructions.  I expect a developer competent enough to build kicad from
source to know how to read the documentation for their build platform
and package management tools.  I managed to figure it out without too
much difficulty.

On 12/2/2015 11:18 AM, Mark Roszko wrote:
> O yea I was going to submit a patch to add a note along with some more
> elaboration on "hard way" building because its incomplete for a fresh
> install. i.e. missing make and cmake packages. Also the run "pacman
> -Syu" after fresh install is wrong as it will throw errors, theres a
> command you have to run first before per the msys2 website's
> instructions.
> 
> Actual boost package downgrade is just:
> 
> pacman -U "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-boost-1.57.0-4-any.pkg.tar.xz";
> 
> 
> 
> 
> On Wed, Dec 2, 2015 at 11:05 AM, Wayne Stambaugh <stambaughw@xxxxxxxxx> wrote:
>> On 12/2/2015 11:03 AM, Mark Roszko wrote:
>>>> In the not too distant future, you will have to build boost (probably version 1.59)
>>>
>>> If there's ever a recommendation written somewhere. There needs to be
>>> a big note somewhere that 1.59 is broken on 64-bit windows in
>>> boost::context. I suggest using a recommended of 1.57 since that's
>>> before it broke and to keep it consistent across all platforms.
>>>
>> I need to update the windows build instructions to reflect this.  I gave
>> up trying to fix it as it was consuming too much of my time.
> 
> 
> 


References