Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 2003 01:51:39 +0200
From:      Tilman Linneweh <tilman@arved.de>
To:        Miguel Mendez <flynn@energyhq.homeip.net>
Cc:        ports@FreeBSD.org
Subject:   Re: [kris@FreeBSD.org: cvs commit: ports/devel/mico Makefile]
Message-ID:  <20030509235138.GA68330@huckfinn.arved.de>
In-Reply-To: <20030507100911.52469f89.flynn@energyhq.homeip.net>
References:  <20030506232457.GJ4602@rot13.obsecurity.org> <20030507100911.52469f89.flynn@energyhq.homeip.net>

next in thread | previous in thread | raw e-mail | index | archive | help
* 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)

 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030509235138.GA68330>