← Back to team overview

kicad-developers team mailing list archive

Re: Re: wxString.c_str()

 

2009/10/13 Dick Hollenbeck <dick@...>:
>
>> I only tag this onto the end of this conversation because it is
>> probably relevant, but SVN 2011 barfs on my PC whilst building with
>> the error:
>>
>> [ 65%] Building CXX object common/CMakeFiles/common.dir/basicframe.cpp.obj
>> c:/MinGW/src/kicad/common/basicframe.cpp: In member function `void
>> WinEDA_BasicFrame::GetKicadHelp(wxCommandEvent&)':
>> c:/MinGW/src/kicad/common/basicframe.cpp:271: error: `GetChars' was
>> not declared in this scope
>> c:/MinGW/src/kicad/common/basicframe.cpp:271: warning: unused variable
>> 'GetChars'
>> make[2]: *** [common/CMakeFiles/common.dir/basicframe.cpp.obj] Error 1
>> make[1]: *** [common/CMakeFiles/common.dir/all] Error 2
>> make: *** [all] Error 2
>>
>> SVN 2010 did not have this problem.
>>
>> Best Regards,
>>
>> Brian Sidebotham.
>>
>
> Seems fixed in 2012.  There were some missing
>
> #include "macros.h"
>
> That Jean-Pierre has kindly added.
>
> Dick
>

Excellent, you're all too quick for me. I did the changes, but it is
still compiling! Thanks for fixing it so quick, I'm just about to do
some boards so thought I might as well see where SVN is.

Thanks,

Brian.






References