kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #00916
Re: Compiling specctra - kicad does not install
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Dick Hollenbeck <dick@...>
-
Date:
Fri, 25 Jan 2008 09:30:01 -0600
-
In-reply-to:
<4799FE59.1010400@...>
-
User-agent:
Thunderbird 2.0.0.6 (X11/20071022)
/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