← Back to team overview

kicad-developers team mailing list archive

Build problem of current master tree

 

Hi,

since a long time I'm trying to build a current version of 5.99 again.
But my attempt is failing with this error.

> [ 70%] Built target eeschema_kiface_objects
> Scanning dependencies of target eeschema_kiface
> [ 70%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/eeschema.cpp.o
> /home/carsten/gitprojects/kicad-upstream/kicad/pcbnew/netlist_reader/kicad_netlist_reader.cpp:239:22: error: use of undeclared identifier 'T_pinfunction'
>                 case T_pinfunction:
>                      ^
> /home/carsten/gitprojects/kicad-upstream/kicad/pcbnew/netlist_reader/kicad_netlist_reader.cpp:362:14: error: use of undeclared identifier 'T_property'
>         case T_property:
>              ^
> 2 errors generated.
> make[2]: *** [common/CMakeFiles/pcbcommon.dir/build.make:689: common/CMakeFiles/pcbcommon.dir/__/pcbnew/netlist_reader/kicad_netlist_reader.cpp.o] Error 1
> make[2]: *** Waiting for unfinished jobs....
> [ 70%] Linking CXX shared module _eeschema.kiface
> make[1]: *** [CMakeFiles/Makefile2:2859: common/CMakeFiles/pcbcommon.dir/all] Error 2
> make[1]: *** Waiting for unfinished jobs....
> [ 70%] Built target eeschema_kiface
> make: *** [Makefile:182: all] Error 2

I'm running the required configuration within the classical subfolder
build/ which is empty before starting the cmake call.

Known problem or do I miss some thing on my site?

-- 
Regrads
Carsten


Follow ups