kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #35654
KiCad failing to build on linux.
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
Follow ups