Re: [Kicad-developers] Can't compile latest kicad

2021-07-16 Thread jp charras
Le 16/07/2021 à 13:15, Mark Roszko a écrit : has_value was added in boost 1.68. There is an argument we should be supporting boost 1.65 due to Ubuntu 18 Commit 25e9d177 should fix this issue.  Please test. -- Jean-Pierre CHARRAS ___ Mailing

Re: [Kicad-developers] Can't compile latest kicad

2021-07-16 Thread Mark Roszko
has_value was added in boost 1.68. There is an argument we should be supporting boost 1.65 due to Ubuntu 18 On Fri, Jul 16, 2021 at 6:06 AM Dino Ghilardi wrote: > Hello Alex, > I had the same issue compiling with boost 1.67.0. > > Compiling with boost 1.69 did not have the issue on my

Re: [Kicad-developers] Can't compile latest kicad

2021-07-16 Thread Dino Ghilardi
Hello Alex, I had the same issue compiling with boost 1.67.0. Compiling with boost 1.69 did not have the issue on my machine (Linux) May be a change in the cmake files in order to detect older boost versions is needed. Cheers, Dino. On 16/07/21 13:39, Alex Vidrasan wrote: Hi, I tried

Re: [Kicad-developers] Can't compile latest kicad

2021-07-16 Thread Andrew Lutsenko
Hello, You probably have a bit older version of boost which doesn't have has_value() method for optionals. Easy fix is to just remove the method call, optional has explicit boolean operator with equivalent semantics. But yeah this should be fixed upstream. On Fri, Jul 16, 2021 at 1:40 AM Alex

Re: [Kicad-developers] Can't compile latest kicad

2021-07-16 Thread Nick Østergaard
What commit are you on? On Fri, 16 Jul 2021 at 10:39, Alex Vidrasan wrote: > > Hi, > > I tried to submit a bug report the usual way but gitlab killed my account and > won't let me register a new one for some reason. > > The issue is I can't compile the latest kicad from a freshly cloned >

[Kicad-developers] Can't compile latest kicad

2021-07-16 Thread Alex Vidrasan
Hi, I tried to submit a bug report the usual way but gitlab killed my account and won't let me register a new one for some reason. The issue is I can't compile the latest kicad from a freshly cloned repository. Error below: *Scanning dependencies of target kimath[ 1%]