← Back to team overview

kicad-developers team mailing list archive

Re: Build errors on linux

 

I see that too (linux - Debian 9.9), same error got from line 455.

I tried also a "git clean -fx" and a clean build to see if it was from an auto-generated file, but the problem persists, also using cmake to re-generate everygthing.


----------------------------------------------
/home/dinoghi/SANDBOXKICAD5/src/kicad/eeschema/tools/sch_editor_control.cpp: In lambda function: /home/dinoghi/SANDBOXKICAD5/src/kicad/eeschema/tools/sch_editor_control.cpp:455:82: error: lvalue required as unary ‘&’ operand EDA_ITEM* item = selTool->SelectPoint( aPosition, wiresAndComponents );

          ^
/home/dinoghi/SANDBOXKICAD5/src/kicad/eeschema/tools/sch_editor_control.cpp: In lambda function: /home/dinoghi/SANDBOXKICAD5/src/kicad/eeschema/tools/sch_editor_control.cpp:496:92: error: lvalue required as unary ‘&’ operand EDA_ITEM* item = selTool->SelectPoint( aPosition, fieldsAndComponents );

                    ------------------------------------

Cheers,
Dino.



On 16/07/19 12:05, Nick Østergaard wrote:
Hello Devs,

Currently I see this error on master:

/var/lib/jenkins/workspace/linux-kicad-head/src/eeschema/tools/sch_editor_control.cpp:
In lambda function:
/var/lib/jenkins/workspace/linux-kicad-head/src/eeschema/tools/sch_editor_control.cpp:496:92:
error: lvalue required as unary '&' operand
              EDA_ITEM*          item = selTool->SelectPoint(
aPosition, fieldsAndComponents );

                      ^
Issue started to appear in:
https://jenkins.simonrichter.eu/job/linux-kicad-head/3332/

Nick

_______________________________________________
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