Re: [Kicad-developers] kicad compile error on FreeBSD

2018-02-23 Thread jp charras
Le 23/02/2018 à 00:53, Maciej Suminski a écrit : > I am sorry about that. I swear it would not have happened if I got a > single warning message from the compiler, but both clang 4.0.0 and gcc > 7.1.1 had merrily compiled the code, so I have not expected such > problems. Thank you for quick reactio

Re: [Kicad-developers] kicad compile error on FreeBSD

2018-02-22 Thread Maciej Suminski
I am sorry about that. I swear it would not have happened if I got a single warning message from the compiler, but both clang 4.0.0 and gcc 7.1.1 had merrily compiled the code, so I have not expected such problems. Thank you for quick reaction Jean-Pierre. Regards, Orson On 02/22/2018 09:33 PM, W

Re: [Kicad-developers] kicad compile error on FreeBSD

2018-02-22 Thread Wayne Stambaugh
This shouldn't have happened. We are not c++14 project. We are c++11 project until it is deemed safe to move up to the next c++ standard. Please be more careful about this. On 2/22/2018 3:15 PM, Jon Evans wrote: > Also broken on MacOS.  Hashing of enum types (and therefore using them > as unorde

Re: [Kicad-developers] kicad compile error on FreeBSD

2018-02-22 Thread Jon Evans
Yes, looks like your fix will work too! On Thu, Feb 22, 2018 at 3:19 PM, jp charras wrote: > Le 22/02/2018 à 21:15, Jon Evans a écrit : > > Also broken on MacOS. Hashing of enum types (and therefore using them > as unordered_map keys) > > doesn't work on all compilers until C++14. Patch attach

Re: [Kicad-developers] kicad compile error on FreeBSD

2018-02-22 Thread jp charras
Le 22/02/2018 à 21:15, Jon Evans a écrit : > Also broken on MacOS.  Hashing of enum types (and therefore using them as > unordered_map keys) > doesn't work on all compilers until C++14.  Patch attached that should fix it > (tested on MacOS) > > I am thinking I already fixed (fix already commit

Re: [Kicad-developers] kicad compile error on FreeBSD

2018-02-22 Thread Jon Evans
Also broken on MacOS. Hashing of enum types (and therefore using them as unordered_map keys) doesn't work on all compilers until C++14. Patch attached that should fix it (tested on MacOS) On Thu, Feb 22, 2018 at 1:05 PM, Foo Barmann wrote: > Hi, > while trying to compile the current kicad so

[Kicad-developers] kicad compile error on FreeBSD

2018-02-22 Thread Foo Barmann
Hi, while trying to compile the current kicad sources under FreeBSD 11-stable (compiler is clang 4.0) I get the attached errors: The used WxGtk Packages are: py27-wxPython-common-3.0.2.0_4 GUI toolkit for the Python programming language py27-wxPython30-3.0.2.0_4 GUI toolkit for the Python pro