kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #35655
Re: KiCad failing to build on linux.
My bad. I accidentally reverted a file doing my checkin.
Fixing now….
> On 1 May 2018, at 21:56, Wayne Stambaugh <stambaughw@xxxxxxxxx> wrote:
>
> I'm seeing this build error:
>
> /home/wayne/src/kicad-trunk/common/footprint_info.cpp: In static member function ‘static FOOTPRINT_LIST* FOOTPRINT_LIST::GetInstance(KIWAY&)’:
> /home/wayne/src/kicad-trunk/common/footprint_info.cpp:139:42: error: ‘KIFACE_NEW_FOOTPRINT_LIST’ was not declared in this scope
> return get_instance_from_id( aKiway, KIFACE_NEW_FOOTPRINT_LIST );
> ^~~~~~~~~~~~~~~~~~~~~~~~~
> /home/wayne/src/kicad-trunk/common/footprint_info.cpp:139:42: note: suggested alternative: ‘KIFACE_FOOTPRINT_LIST’
> return get_instance_from_id( aKiway, KIFACE_NEW_FOOTPRINT_LIST );
> ^~~~~~~~~~~~~~~~~~~~~~~~~
> KIFACE_FOOTPRINT_LIST
> /home/wayne/src/kicad-trunk/common/footprint_info.cpp: At global scope:
> /home/wayne/src/kicad-trunk/common/footprint_info.cpp:112:24: warning: ‘FOOTPRINT_LIST* get_instance_from_id(KIWAY&, int)’ defined but not used [-Wunused-function]
> static FOOTPRINT_LIST* get_instance_from_id( KIWAY& aKiway, int aId )
> ^~~~~~~~~~~~~~~~~~~~
> Cheers,
>
> Wayne
>
> _______________________________________________
> 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
References