← Back to team overview

kicad-developers team mailing list archive

Re: Compiling specctra - kicad does not install

 

/home/alain/rpms/kicad/prog/080128/kicad-svn/pcbnew/specctra_export.cpp: In member function ‘void DSN::SPECCTRA_DB::FromBOARD(BOARD*)’: /home/alain/rpms/kicad/prog/080128/kicad-svn/pcbnew/specctra_export.cpp:595: error: ‘class BOARD_ITEM’ has no member named ‘Show’



No I idea here. Show() is inherited by BOARD_ITEM from EDA_BaseStruct, providing all files are compiled with -DDEBUG in harmony.

Not my problem.

Dick


Oops. My mistake again. I see JPC put my call to Show() in a DEBUG wrapper and made the 2nd fix for us since my commit last night.

#if defined(DEBUG)
Show()
#endif

was added by him, and I assumed that was my original code, which it was not. Sorry, I should remember to do a release build before I commit, and do a better job verifying that all files have been committed.

Dick








Follow ups

References