Thanks for the advice it seems to run now. And I want to excuse the "dumb" questions, its a while since I compiled software on a regular base, so I became a bit rusty...
Best, Sven Wehrend [email protected] schrieb am Sonntag, 28. April 2024 um 20:07:26 UTC+2: > Usually, this means that your development environment is not correctly > configured. > > The easiest way to fix it is to delete your build directory and start > fresh. > > Alternatively, you can run `ccmake` in your build directory and manually > update the python directories. My guess is that bookworm uses python3.11 > and bullseye used python3.9, so the directories still point to the old > location > > Seth > > [image: KiCad Services Corporation Logo] > Seth Hillbrand > *Lead Developer* > +1-530-302-5483 <(530)%20302-5483> > Long Beach, CA > www.kipro-pcb.com [email protected] > > > On Sun, Apr 28, 2024 at 10:17 AM 'Sven Wehrend' via KiCad Developers < > [email protected]> wrote: > >> Hi there, >> I've updated my system from Debian bullseye where I could successfully >> compile kicad, bnut had severe space issues to bookworm, in the hope that >> it would >> ease the kicad compiling. Sadly, I was not right, now I am confronted >> with this error: >> >> [ 18%] Built target s3d_plugin_vrml >> [ 18%] Building CXX object >> common/CMakeFiles/common.dir/tool/edit_points.cpp.o >> [ 18%] Building CXX object common/CMakeFiles/common.dir/pgm_base.cpp.o >> [ 18%] Building CXX object >> common/CMakeFiles/common.dir/tool/edit_constraints.cpp.o >> In file included from >> /home/sven/development/software/kicad/common/pgm_base.cpp:60: >> /home/sven/development/software/kicad/scripting/python_scripting.h:41:10: >> fatal >> error: Python.h: Datei oder Verzeichnis nicht gefunden >> 41 | #include <Python.h> >> | ^~~~~~~~~~ >> compilation terminated. >> make[2]: *** [common/CMakeFiles/common.dir/build.make:3678: >> common/CMakeFiles/common.dir/pgm_base.cpp.o] Fehler 1 >> make[2]: *** Es wird auf noch nicht beendete Prozesse gewartet.... >> make[1]: *** [CMakeFiles/Makefile2:3250: >> common/CMakeFiles/common.dir/all] Fehler 2 >> make: *** [Makefile:166: all] Fehler 2 >> >> Despite, python3 and python3-dev being installed. I dont really >> understand the issue. This is on branch 8.0 ... >> Any help appreciated. >> >> Best, >> Sven >> >> -- >> You received this message because you are subscribed to the Google Groups >> "KiCad Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/a/kicad.org/d/msgid/devlist/b6257bad-dcc9-497c-9f87-17fc8f198f74n%40kicad.org >> >> <https://groups.google.com/a/kicad.org/d/msgid/devlist/b6257bad-dcc9-497c-9f87-17fc8f198f74n%40kicad.org?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "KiCad Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/kicad.org/d/msgid/devlist/93183e70-0c17-41ff-bac0-e63dd7f995efn%40kicad.org.
