← Back to team overview

kicad-developers team mailing list archive

Re: Build failure on linux.

 

Fix in.

> On 22 Jul 2018, at 23:33, Jeff Young <jeff@xxxxxxxxx> wrote:
> 
> He he… CLion’s ever-so-helpful automatic #include generator appends them after the last #include…
> 
> which happens to be inside a #if defined(KICAD_SCRIPTING) block.
> 
> Fix coming….
> 
> Cheers,
> Jeff.
> 
> 
>> On 22 Jul 2018, at 23:20, Wayne Stambaugh <stambaughw@xxxxxxxxx <mailto:stambaughw@xxxxxxxxx>> wrote:
>> 
>> 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
>> 
>> _______________________________________________
>> Mailing list: https://launchpad.net/~kicad-developers <https://launchpad.net/~kicad-developers>
>> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx <mailto:kicad-developers@xxxxxxxxxxxxxxxxxxx>
>> Unsubscribe : https://launchpad.net/~kicad-developers <https://launchpad.net/~kicad-developers>
>> More help   : https://help.launchpad.net/ListHelp <https://help.launchpad.net/ListHelp>
> 
> _______________________________________________
> 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