From: pekka Date: July 31 2004 10:00am Subject: Re: source no longer compiles List-Archive: http://lists.mysql.com/cluster/237 Message-Id: <20040731100007.GB11218@mysql.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 > ../../../../../ndb/include/util/Bitmask.hpp:765: error: there are no This is a gcc-3.4.0 issue (gcc-3.4.0 follows C++ standard). As a quick fix, change the offending line Bitmask() { clear();} to Bitmask() { this->clear();} -- Pekka Nousiainen, Software Engineer MySQL AB, www.mysql.com Mail: pekka@stripped, Phone: +46 (0) 73 068 4978