kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #00123
kicad compilation with gcc4.1 - patch
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
"rokmarkov" <rokmarko@...>
-
Date:
Wed, 31 May 2006 14:21:25 -0000
-
Comment:
DomainKeys? See http://antispam.yahoo.com/domainkeys
-
User-agent:
eGroups-EW/0.82
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