Re: [Kicad-developers] Compilation problems with types from pcb_lexer.h

2019-07-10 Thread Eeli Kaikkonen
ke 10. heinäk. 2019 klo 20.43 d...@xess.com kirjoitti: > I had this same problem this morning and "git clean -fx" fixed it. > > Is there a more up-to-date guide than this > for > compiling KiCad on linux? Something

Re: [Kicad-developers] Compilation problems with types from pcb_lexer.h

2019-07-10 Thread devb
I had this same problem this morning and "git clean -fx" fixed it. Is there a more up-to-date guide than this for compiling KiCad on linux? Something that points to the nightly PPA and how to use "apt build-dep" to

Re: [Kicad-developers] Compilation problems with types from pcb_lexer.h

2019-07-10 Thread Jeff Young
Note that you can also cd include, and do a rm *_lexer.h. (Make sure you get the underscore in there as there’s also a “dsnlexer.h” that you don’t want to delete.) > On 10 Jul 2019, at 11:00, Andrew Lutsenko wrote: > > See https://lists.launchpad.net/kicad-developers/msg41433.html >

Re: [Kicad-developers] Compilation problems with types from pcb_lexer.h

2019-07-10 Thread Andrew Lutsenko
See https://lists.launchpad.net/kicad-developers/msg41433.html Solution: run "git clean -fx" and then build. On Wed, Jul 10, 2019 at 1:21 AM Eeli Kaikkonen wrote: > If I understood correctly the lexer system was changed recently. I'm > trying to compile on Linux, using gcc and ninja (NOT

[Kicad-developers] Compilation problems with types from pcb_lexer.h

2019-07-10 Thread Eeli Kaikkonen
If I understood correctly the lexer system was changed recently. I'm trying to compile on Linux, using gcc and ninja (NOT plain make!). Now I get errors: kicad/pcbnew/pcb_parser.cpp: In member function ‘void PCB_PARSER::parseSetup()’: kicad/pcbnew/pcb_parser.cpp:1278:14: error: ‘T_user_diff_pair’