Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 1997 09:22:26 +0300 (EET DST)
From:      mika ruohotie <bsdcur@shadows.aeon.net>
To:        current@freebsd.org
Subject:   3.0-current make world
Message-ID:  <199704090622.JAA13506@shadows.aeon.net>

next in thread | raw e-mail | index | archive | help
current make world would die with error:

cc -O2 -m486 -pipe -I/usr/src/lib/libtcl/../../contrib/tcl/generic -I/usr/src/li
b/libtcl/../../contrib/tcl/unix -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WIT
H_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DSTDC_HEADERS=1 -DNEED_MATHERR
=1 -DTCL_SHLIB_EXT=\".so\" -DTCL_LIBRARY=\"/usr/libdata/tcl\" -c /usr/src/lib/li
btcl/../../contrib/tcl/unix/tclMtherr.c -o tclMtherr.o
/usr/src/lib/libtcl/../../contrib/tcl/unix/tclMtherr.c: In function `matherr':
/usr/src/lib/libtcl/../../contrib/tcl/unix/tclMtherr.c:80: dereferencing pointer
 to incomplete type
/usr/src/lib/libtcl/../../contrib/tcl/unix/tclMtherr.c:80: `DOMAIN' undeclared (
first use this function)
/usr/src/lib/libtcl/../../contrib/tcl/unix/tclMtherr.c:80: (Each undeclared iden
tifier is reported only once
/usr/src/lib/libtcl/../../contrib/tcl/unix/tclMtherr.c:80: for each function it 
appears in.)
/usr/src/lib/libtcl/../../contrib/tcl/unix/tclMtherr.c:80: dereferencing pointer
 to incomplete type
/usr/src/lib/libtcl/../../contrib/tcl/unix/tclMtherr.c:80: `SING' undeclared (fi
rst use this function)
...skipping...
*** Error code 1 (continuing)

but since i use 'make -k world' it doesnt die here... and coz it's tcl thing
i dont much care... =)

that's been in my last two make worlds, one from saturday, one from last night.


mickey



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