← Back to team overview

kicad-developers team mailing list archive

Re: SVN R2050 build error.

 

--- In kicad-devel@xxxxxxxxxxxxxxx, "Patrick" <pmaupin@...> wrote:
>
> --- In kicad-devel@xxxxxxxxxxxxxxx, Wayne Stambaugh <stambaughw@> wrote:
> >
> > I got the following error:
> > 
> > e:/src/kicad-trunk/pcbnew/dialog_design_rules.cpp:938:1: converting to
> > execution character set: Illegal byte sequence
> > 
> > building r2050 on MinGW/MSYS with GCC 3.6.5. I'm guessing this compiled
> > fine on Linux.
> > 
> > Wayne
> >
> 
> Same error occurs with svn HEAD (2051) on my Ubuntu 9.04:
> 
> gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3
> Copyright (C) 2008 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> 
> /home/pat/projects/build_kicad/kicad_trunk/kicad/pcbnew/dialog_design_rules.cpp: In member function `bool DIALOG_DESIGN_RULES::TestDataValidity()':
> /home/pat/projects/build_kicad/kicad_trunk/kicad/pcbnew/dialog_design_rules.cpp:938: error: converting to execution character set: Invalid or incomplete multibyte or wide character
>

The problem is inside a display string on line 938 in that file. JP committed it in r 2049. Not sure exactly what it should say, but making it compile is easy enough, I think -- it's cooking now.

Pat








References