From owner-freebsd-ports@FreeBSD.ORG Thu Apr 17 06:13:07 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 EB24B37B401 for ; Thu, 17 Apr 2003 06:13:07 -0700 (PDT) Received: from antares.student.iastate.edu (antares.student.iastate.edu [64.113.65.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49EBE43F75 for ; Thu, 17 Apr 2003 06:13:07 -0700 (PDT) (envelope-from kparz@antares.student.iastate.edu) Received: from antares.student.iastate.edu (localhost [127.0.0.1]) h3HDD6os007071 for ; Thu, 17 Apr 2003 08:13:06 -0500 (CDT) (envelope-from kparz@antares.student.iastate.edu) Received: (from kparz@localhost)h3HDD1Me007070 for freebsd-ports@freebsd.org; Thu, 17 Apr 2003 08:13:01 -0500 (CDT) Date: Thu, 17 Apr 2003 08:13:00 -0500 From: Krzysztof Parzyszek To: freebsd-ports@freebsd.org Message-ID: <20030417131300.GA7053@antares.student.iastate.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline User-Agent: Mutt/1.4i Subject: Cannot compile stlport-icc on -stable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kristof@swissmail.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2003 13:13:08 -0000 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.