Re: [Kicad-developers] Commit 0a829c328e90f550994a7660b310630a5aa02361 not compiling ("undefined reference to `PgmOrNull()'")

2019-10-05 Thread jp charras
Le 05/10/2019 à 12:20, Dino Ghilardi a écrit : > Hello, > > Latest commit (master branch) is not compiling giving an > "undefined reference to `PgmOrNull()'" error during make Should be fixed now. > > I tried also using: > git clean-fx > make clean > cmake ../ > make -j7 > > may be something i

Re: [Kicad-developers] Commit 0a829c328e90f550994a7660b310630a5aa02361 not compiling ("undefined reference to `PgmOrNull()'")

2019-10-05 Thread jp charras
Le 05/10/2019 à 13:07, Ian McInerney a écrit : > I am somewhat confused by the reason for needing to introduce the new > function in that commit. Does this crash happen when running the Python > from inside Pcbnew or when trying to run Pcbnew python bindings from the > system Python prompt? The cr

Re: [Kicad-developers] Commit 0a829c328e90f550994a7660b310630a5aa02361 not compiling ("undefined reference to `PgmOrNull()'")

2019-10-05 Thread Ian McInerney
I am somewhat confused by the reason for needing to introduce the new function in that commit. Does this crash happen when running the Python from inside Pcbnew or when trying to run Pcbnew python bindings from the system Python prompt? This seems to be treating a symptom in the Python code, speci

[Kicad-developers] Commit 0a829c328e90f550994a7660b310630a5aa02361 not compiling ("undefined reference to `PgmOrNull()'")

2019-10-05 Thread Dino Ghilardi
Hello, Latest commit (master branch) is not compiling giving an "undefined reference to `PgmOrNull()'" error during make I tried also using: git clean-fx make clean cmake ../ make -j7 may be something is missing from the commit? Platform: Debian Linux. Commit 0a829c328e90f550994a7660b310630a5a