← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH 1/1] Fix build order for generated headers and sources

 

Hi Seth,

On Mon, Jul 01, 2019 at 12:33:43PM -0400, Seth Hillbrand wrote:

> [ 38%] Building CXX object eeschema/CMakeFiles/eeschema_kiface_objects.dir/widgets/symbol_tree_pane.cpp.o
> /home/seth/code/kicad/kicad_bare/eeschema/dialogs/panel_sym_lib_table.cpp:29:10:
> fatal error: lib_table_lexer.h: No such file or directory

Mh, just saw the same on MSVC. :/

I'll do a few verbose builds in a loop to see what is happening there. In
the failing builds, I can see that the file should have been built, and
five minutes later the compiler complains. There is also just one instance
of the generator message, so it's not the usual race condition, it seems.

   Simon


References