[kris@FreeBSD.org: cvs commit: ports/devel/mico Makefile]

Tilman Linneweh tilman at arved.de
Fri May 9 16:52:02 PDT 2003


* 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 at 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)

 


More information about the freebsd-ports mailing list