← Back to team overview

kicad-developers team mailing list archive

Build failure on linux.

 

I just pulled the latest changes from the development branch and I'm
getting the following build error on linux:

/home/wayne/src/kicad-trunk/pcbnew/pcb_edit_frame.cpp: In member
function ‘void PCB_EDIT_FRAME::OnRunEeschema(wxCommandEvent&)’:
/home/wayne/src/kicad-trunk/pcbnew/pcb_edit_frame.cpp:1253:28: error:
‘EESCHEMA_EXE’ was not declared in this scope
         ExecuteFile( this, EESCHEMA_EXE, filename );
                            ^~~~~~~~~~~~
/home/wayne/src/kicad-trunk/pcbnew/pcb_edit_frame.cpp:1253:9: error:
‘ExecuteFile’ was not declared in this scope
         ExecuteFile( this, EESCHEMA_EXE, filename );
         ^~~~~~~~~~~
/home/wayne/src/kicad-trunk/pcbnew/pcb_edit_frame.cpp:1253:9: note:
suggested alternative: ‘wxTextFile’
         ExecuteFile( this, EESCHEMA_EXE, filename );
         ^~~~~~~~~~~

Wayne


Follow ups