kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #44797
Re: Build problem of current master tree
Hi Carsten,
Known problem when building 5.99 in a tree that used to hold 5.1.
Try:
cd include
rm *_lexer.h
Cheers,
Jeff.
> On 2 Jan 2021, at 14:00, Carsten Schoenert <c.schoenert@xxxxxxxxxxx> wrote:
>
> 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
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
Follow ups
References