Some of the method declarations inside some classes qualify the method-name with the class name. This is superflous and results in a compilation error on newer gcc (i.e. gcc-4.1.2).
The attached patch removes the extra qualifications to fix this.
patch for removing extra qualifications
Log in to post a comment.
patch for removing extra qualifications