← Back to team overview

kicad-developers team mailing list archive

kicad compilation with gcc4.1 - patch

 

Hi

If anyone tried to compile kicad with gcc4.1 there were "few" errors
about extra qualificators. The patch kicad-gcc4.1.patch solves this
problem. Jean-Piere it would be nice if this goes to the main kicad
tree. I didn't change anything else but extra qualificators.

class foo{
public:
foo:foo(); <- this is not correct -> foo();
} 

Rok Markovic








Follow ups