Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2003 08:13:00 -0500
From:      Krzysztof Parzyszek <kristof@swissmail.org>
To:        freebsd-ports@freebsd.org
Subject:   Cannot compile stlport-icc on -stable
Message-ID:  <20030417131300.GA7053@antares.student.iastate.edu>

next in thread | raw e-mail | index | archive | help

Hi,

I have installed the icc compiler and I'm trying to add the stlport-icc,
but I'm getting the following errors.  I'm using 4.8-STABLE.

Does anybody have any ideas as how to fix it?

Krzysztof


===>  Building for stlport-icc-4.5.3_1
echo "Note : this makefile requires gmake on FreeBSD"
Note : this makefile requires gmake on FreeBSD
icpc -I../stlport -w1 -D_THREAD_SAFE -D_REENTRANT -mt -O -ip -axiMKW -KPIC dll_main.cpp -c -o ../lib/obj/ICC-FREEBSD/ReleaseD/dll_main.o
stlport_prefix.h(30): error: namespace "std" has no member "time_t"
  using _STLP_VENDOR_CSTD::time_t;
                           ^

../stlport/stdarg.h(23): catastrophic error: #include file "/usr/local/intel/compiler70/ia32/include/../include/stdarg.h" includes itself
  # include _STLP_NATIVE_C_HEADER(stdarg.h)
                                           ^

compilation aborted for dll_main.cpp (code 4)
gmake: *** [../lib/obj/ICC-FREEBSD/ReleaseD/dll_main.o] Error 4
*** Error code 2

Stop in /usr/ports/devel/stlport-icc.




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