From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20849 invoked by alias); 24 Nov 2004 09:31:23 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 20580 invoked from network); 24 Nov 2004 09:31:10 -0000 Received: from unknown (HELO mail.fib.upc.es) (147.83.41.105) by sourceware.org with SMTP; 24 Nov 2004 09:31:10 -0000 Received: from correu.fib.upc.es (correu.fib.upc.es [147.83.41.107]) by mail.fib.upc.es (Postfix) with ESMTP id 4BCFFC9ADA for ; Wed, 24 Nov 2004 10:31:04 +0100 (CET) Received: by correu.fib.upc.es (Postfix, from userid 99) id 17BD17A5E; Wed, 24 Nov 2004 10:31:03 +0100 (CET) Received: from 149.red-62-57-1.user.auna.net (149.red-62-57-1.user.auna.net [62.57.1.149]) by webmail.fib.upc.es (IMP) with HTTP for ; Wed, 24 Nov 2004 10:31:03 +0100 Message-ID: <1101288663.41a454d70a0dc@webmail.fib.upc.es> Date: Wed, 24 Nov 2004 10:27:00 -0000 From: e7677215@est.fib.upc.edu To: gcc@gcc.gnu.org Subject: nurbs cannot be compiled with gcc 3.4 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.4 X-Originating-IP: 62.57.1.149 X-Scaned-FIB: AntiVirus/AntiSpam en fib.upc.es X-SW-Source: 2004-11/txt/msg00888.txt.bz2 I need to install nurbs++-3.0.11 compiling it with gcc 3.4...., it can be compiled with gcc 3.3 but it cannot be compiled with gcc 3.4, it returns a lot of errors. I soved some problems of templates, but there's one I can't solve : nurbs.cpp: In member function `BasicList > PLib::NurbsCurve::tesselate(T, BasicList*) const [with T = float, int N = 3]': f_nurbs.cpp:56: instantiated from here nurbs.cpp:5252: error: no matching function for call to `BasicList >::BasicList(BasicList >)' ../matrix/list.h:128: note: candidates are: BasicList::BasicList(BasicList&) [with T = PLib::Point_nD] nurbs.cpp: In member function `BasicList > PLib::NurbsCurve::tesselate(T, BasicList*) const [with T = float, int N = 2]': Any idea? Thanks.