Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2002 04:54:04 -0700
From:      "David P. Reese Jr." <daver@gomerbud.com>
To:        ports@freebsd.org
Subject:   stlport-icc broken
Message-ID:  <20020925115404.GA30588@tombstone.localnet.gomerbud.com>

next in thread | raw e-mail | index | archive | help
I tried building stlport-icc and it decided to die.  Using make -k gives
either this or the same error in wchar.h on every source file being compiled.

[daver@tombstone:/usr/ports/devel/stlport-icc]$ sudo make
===>  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
dll_main.cpp
/usr/include/../include/stdlib.h(57): error: invalid combination of type specifiers
  typedef       _BSD_WCHAR_T_   wchar_t;
                                ^

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

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

[daver@tombstone:/usr/ports/devel/stlport-icc]$ uname -a
FreeBSD tombstone.localnet.gomerbud.com 4.6-STABLE FreeBSD 4.6-STABLE #1: Sat Aug  3 14:19:48 PDT 2002     root@tombstone.gomerbud.com:/usr/obj/usr/src/sys/TOMBSTONE  i386

-- 

   David P. Reese Jr.                                      daver@gomerbud.com
   --------------------------------------------------------------------------
   C 
      You shoot yourself in the foot. 
   Assembler
      You try to shoot yourself in the foot, only to discover you must first
      invent the gun, the bullet, the trigger, and your foot. 

                                            How to Shoot Yourself in the Foot
                                        <http://www.m5p.com/~pravn/foot.html>;

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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