[kicad] Is there maybe a docker container available with all dependencies, so I can compile from within?

2024-04-26 Thread 'Sven Wehrend' via KiCad Developers
hello there, since the building on my debian doesent seem to work, is there maybe a docker container available with all the dependencies, so I can build from within that? -- You received this message because you are subscribed to the Google Groups "KiCad Developers" group. To unsubscribe

Re: [kicad] Cannot compile Kicad (branches: master, 8.0, 7.0) due to the gal library

2024-04-26 Thread Jon Evans
What happens when you pass KICAD_USE_EGL=ON to cmake? On Fri, Apr 26, 2024 at 3:26 PM Sven Wehrend wrote: > > > I get the following error log: > > [ 7%] Built target pcm_settings > [ 7%] Building CXX object > common/gal/CMakeFiles/gal.dir/__/draw_panel_gal.cpp.o > In file included from >

Re: [kicad] P-CAD 2006 to KiCAD v8.0 schematic converter

2024-04-26 Thread Isaac Marino Bavaresco
Hi Seth! I am not exactly "having problems", I just did not have time to write the code to solve the issue, yet. I program also in C++, although I like C much more. Indeed I contributed (uncredited) to KiCAD in 2009/2010 (Perhaps Dick Hollenbeck still remembers me). This project started

Re: [kicad] Cannot compile Kicad (branches: master, 8.0, 7.0) due to the gal library

2024-04-26 Thread Jon Evans
Your CMake output does not show any errors. It ends successfully. What error do you get when you try to build? On Fri, Apr 26, 2024 at 2:44 PM 'Sven Wehrend' via KiCad Developers wrote: > > Hello, I am new to the Kicad project but would like to contribute to give > back to the community. But

[kicad] Cannot compile Kicad (branches: master, 8.0, 7.0) due to the gal library

2024-04-26 Thread 'Sven Wehrend' via KiCad Developers
Hello, I am new to the Kicad project but would like to contribute to give back to the community. But right now I have build issues with the Kicad soureces, I've tried master, 8.0 and 7.0... Every time it hungs up when compiling the gal library - it looks like it doesnt find opengl but it is

Re: [kicad] P-CAD 2006 to KiCAD v8.0 schematic converter

2024-04-26 Thread 'Seth Hillbrand' via KiCad Developers
Hi Isaac- You might have a look at Eldar's old code to do the same thing at https://bazaar.launchpad.net/~kicad-gost-committers/kicad/kicad/files/4496/extra/pcad2kicadsch He might have solved some of the problems you are having. If you'd like to include this import in the KiCad codebase, let me

Re: [kicad] Improvements to the http library

2024-04-26 Thread 'Seth Hillbrand' via KiCad Developers
There already is. You can use ODBC connections to manage your libraries ( https://docs.kicad.org/8.0/en/eeschema/eeschema.html#database-libraries) [image: KiCad Services Corporation Logo] Seth Hillbrand *Lead Developer* +1-530-302-5483‬ Long Beach, CA www.kipro-pcb.comi...@kipro-pcb.com On

[kicad] P-CAD 2006 to KiCAD v8.0 schematic converter

2024-04-26 Thread Isaac Marino Bavaresco
Hi All! I wrote a program to convert P-CAD 2006 schematic files to KiCAD v8.0 format. It is written 100% in C and compiles for Windows with MinGW 13.1.0. It should be easy to port it to Linux, if needed. It is still not generating completely correct output for some conditions but many

Re: [kicad] Improvements to the http library

2024-04-26 Thread 'Clemens Koller' via KiCad Developers
Hi there! Using KiCad in a professinal environment drew my attention. So I hope this is not fully OT here: In my case I want or need to interface it to a MariaDB (MySQL) database where the library components were generated automatically and are "married" to an ERP system for purchasing and