← Back to team overview

kicad-developers team mailing list archive

Re: Build issues today? (potential resend)

 

I am compiling against wxwidgets 2.8.  If that should change, please
let me know and I can make whatever necessary changes on my side.

Thanks!

Adam Wolf

On Tue, Oct 23, 2012 at 11:08 AM, Wayne Stambaugh
<stambaughw@xxxxxxxxxxx> wrote:
> Adam,
>
> What version of wxWidgets are you compiling against.  My guess is it's the
> 2.8 branch.  If so, the TO_UTF8() is the problem.  Let me know and I will
> make the change ASAP.
>
> Wayne
>
>
> On 10/23/2012 10:53 AM, Adam Wolf wrote:
>>
>> Hi folks,
>>
>> I'm seeing issues on my regular, non-scripting PPA today, for revision
>> 3777.
>>
>> [ 89%] Building CXX object pcbnew/CMakeFiles/pcbnew.dir/librairi.cpp.o
>>
>> /build/buildd/kicad-0.0.201210231351+3777~12~precise1/kicad/pcbnew/librairi.cpp:
>> In member function 'MODULE* FOOTPRINT_EDIT_FRAME::Import_Module()':
>>
>> /build/buildd/kicad-0.0.201210231351+3777~12~precise1/kicad/pcbnew/librairi.cpp:157:53:
>> error: no matching function for call to 'wxFFile::wxFFile(const
>> char*)'
>>
>> /build/buildd/kicad-0.0.201210231351+3777~12~precise1/kicad/pcbnew/librairi.cpp:157:53:
>> note: candidates are:
>> /usr/include/wx-2.8/wx/ffile.h:104:3: note: wxFFile::wxFFile(const
>> wxFFile&)
>> /usr/include/wx-2.8/wx/ffile.h:104:3: note:   no known conversion for
>> argument 1 from 'const char*' to 'const wxFFile&'
>> /usr/include/wx-2.8/wx/ffile.h:42:3: note: wxFFile::wxFFile(FILE*)
>> /usr/include/wx-2.8/wx/ffile.h:42:3: note:   no known conversion for
>> argument 1 from 'const char*' to 'FILE* {aka _IO_FILE*}'
>> /usr/include/wx-2.8/wx/ffile.h:40:3: note: wxFFile::wxFFile(const
>> wxChar*, const wxChar*)
>> /usr/include/wx-2.8/wx/ffile.h:40:3: note:   no known conversion for
>> argument 1 from 'const char*' to 'const wxChar* {aka const wchar_t*}'
>> /usr/include/wx-2.8/wx/ffile.h:38:3: note: wxFFile::wxFFile()
>> /usr/include/wx-2.8/wx/ffile.h:38:3: note:   candidate expects 0
>> arguments, 1 provided
>> make[3]: *** [pcbnew/CMakeFiles/pcbnew.dir/librairi.cpp.o] Error 1
>>
>> It's affecting multiple builds, so I don't think it's a weird
>> dependency, and it appears that the file it's complaining about
>> changed in the latest revision.
>>
>> (I sent this originally from a non-list email address.)
>>
>> Adam Wolf
>> Wayne and Layne, LLC
>>
>> _______________________________________________
>> 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
>>
>
>
> _______________________________________________
> 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


Follow ups

References