← Back to team overview

kicad-developers team mailing list archive

Re: Broken Linux build

 

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

Attachment: signature.asc
Description: OpenPGP digital signature


Follow ups

References