From owner-freebsd-ports@FreeBSD.ORG Fri May 9 16:52:02 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B8C137B401 for ; Fri, 9 May 2003 16:52:02 -0700 (PDT) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id E067743FB1 for ; Fri, 9 May 2003 16:52:00 -0700 (PDT) (envelope-from tilman@arved.de) Received: from huckfinn.arved.de (localhost [127.0.0.1]) h49NpfNM070482; Sat, 10 May 2003 01:51:42 +0200 (CEST) (envelope-from tilman@arved.de) Received: (from tilman@localhost) by huckfinn.arved.de (8.12.9/8.12.6/Submit) id h49NpeXa070481; Sat, 10 May 2003 01:51:40 +0200 (CEST) X-Authentication-Warning: huckfinn.arved.de: tilman set sender to tilman@arved.de using -f Date: Sat, 10 May 2003 01:51:39 +0200 From: Tilman Linneweh To: Miguel Mendez Message-ID: <20030509235138.GA68330@huckfinn.arved.de> References: <20030506232457.GJ4602@rot13.obsecurity.org> <20030507100911.52469f89.flynn@energyhq.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030507100911.52469f89.flynn@energyhq.homeip.net> User-Agent: Mutt/1.4.1i cc: ports@FreeBSD.org Subject: Re: [kris@FreeBSD.org: cvs commit: ports/devel/mico Makefile] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2003 23:52:02 -0000 * Miguel Mendez [Mi, 07 Mai 2003 at 10:09 GMT]: > Of course, where it says USE_GCC= 3 it should say USE_GCC= 3.2, d'oh! > > It works anyway. It does not compile for me on my CURRENT box. But it works on STABLE, so i committed it. regards tilman c++ -I../include -Wall -pipe -march=k6 -fpermissive -I/usr/local/include -DPIC -fPIC -c os-unix.cc -o os-unix.pic.o In file included from ../include/mico/util.h:30, from ../include/mico/impl.h:37, from os-unix.cc:50: /usr/include/g++/fstream:304: warning: `typename std::basic_filebuf<_CharT, _Traits>::int_type' is implicitly a typename /usr/include/g++/fstream:304: warning: implicit typename is deprecated, please see the documentation for details /usr/include/g++/fstream:309: warning: `typename std::basic_filebuf<_CharT, _Traits>::int_type' is implicitly a typename /usr/include/g++/fstream:309: warning: implicit typename is deprecated, please see the documentation for details In file included from os-unix.cc:53: ../include/mico/os-math.h: In static member function `static MICO_Boolean OSMath::is_infinity(double)': ../include/mico/os-math.h:347: `isinf' undeclared (first use this function) ../include/mico/os-math.h:347: (Each undeclared identifier is reported only once for each function it appears in.) ../include/mico/os-math.h: In static member function `static MICO_Boolean OSMath::is_nan(double)': ../include/mico/os-math.h:358: `isnan' undeclared (first use this function) gmake[1]: *** [os-unix.pic.o] Error 1 gmake[1]: Leaving directory `/usr/home/tilman/ports/mico/mico/work/mico/orb' gmake: *** [system] Error 1 This is on a CURRENT: FreeBSD sauna.arved.de 5.0-CURRENT FreeBSD 5.0-CURRENT #6: Mon May 5 20:58:21 CEST 2003 tilman@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386 With gcc: $ c++ -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.2.2 [FreeBSD] 20030205 (release)