← Back to team overview

kicad-developers team mailing list archive

Re: Broken Linux build

 

I just pushed the fix to remove LIB_ID::Test which was deprecated so
everything should be fixed now.

On 2/7/20 2:05 PM, Simon Richter wrote:
> Hi,
> 
> On 07.02.20 19:58, Jon Evans wrote:
> 
>> In lib_id.h, LIB_ID::Test() is declared inside "#if defined(DEBUG)"
> 
>> But in lib_id.cpp, LIB_ID::Test() will never be implemented because it
>> is wrapped in:
>> #if 0 && defined(DEBUG)
> 
> lol, so this worked only because -DDEBUG was never defined for SWIG
> before (because the invocation only pulls in COMPILE_DEFINITIONS and not
> the CXX_FLAGS).
> 
> So that's three bugs fixed today, then. ¯\_(ツ)_/¯
> 
>    Simon
> 
> 
> _______________________________________________
> 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