From owner-freebsd-questions Thu Mar 9 9:14:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from silver.komanda.com.ua (silver.komanda.com.ua [212.68.162.138]) by hub.freebsd.org (Postfix) with ESMTP id 9F2C937B681 for ; Thu, 9 Mar 2000 09:14:50 -0800 (PST) (envelope-from root@silver.komanda.com.ua) Received: (from root@localhost) by silver.komanda.com.ua (8.9.3/8.9.3) id TAA99860 for freebsd-questions@freebsd.org; Thu, 9 Mar 2000 19:17:19 +0200 (EET) (envelope-from root) Date: Thu, 9 Mar 2000 19:17:18 +0200 From: Charlie & To: freebsd-questions@freebsd.org Subject: Make buildworld stopped. Message-ID: <20000309191718.A99834@silver.komanda.com.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi FreeBSD users! I run make build world on 3.2-RELEASE and after about 2 hours of compiling Ive got the next: /usr/src/usr.bin/doscmd/tty.c:737: warning: passing arg 1 of `dump_regs' from incompatible pointer type /usr/src/usr.bin/doscmd/tty.c: In function `tty_read': /usr/src/usr.bin/doscmd/tty.c:1745: warning: passing arg 1 of `fake_int' from incompatible pointer type /usr/src/usr.bin/doscmd/tty.c: In function `tty_peek': /usr/src/usr.bin/doscmd/tty.c:1787: warning: passing arg 1 of `fake_int' from incompatible pointer type /usr/src/usr.bin/doscmd/tty.c: In function `video_init': /usr/src/usr.bin/doscmd/tty.c:2000: warning: passing arg 2 of `register_callback' from incompatible pointer type /usr/src/usr.bin/doscmd/tty.c: In function `video_bios_init': /usr/src/usr.bin/doscmd/tty.c:2212: warning: passing arg 2 of `register_callback' from incompatible pointer type cc -O -pipe -I. -I/usr/X11R6/include -DDISASSEMBLER -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.bin/doscmd/xms.c cc -O -pipe -I. -I/usr/X11R6/include -DDISASSEMBLER -I/usr/obj/usr/src/tmp/usr/include -o doscmd AsyncIO.o ParseBuffer.o bios.o callback.o cpu.o dos.o cmos.o config.o cwd.o debug.o disktab.o doscmd.o ems.o emuint.o exe.o i386-pinsn.o int.o int10.o int13.o int14.o int16.o int17.o int1a.o int2f.o intff.o mem.o mouse.o net.o port.o setver.o signal.o timer.o trace.o trap.o tty.o xms.o -L/usr/X11R6/lib -lX11 tty.o: In function `video_setborder': tty.o(.text+0x25f): undefined reference to `XSetWindowBackground' tty.o: In function `setgc': tty.o(.text+0x2f5): undefined reference to `XChangeGC' tty.o: In function `video_update': tty.o(.text+0x50e): undefined reference to `XDrawImageString' tty.o(.text+0x597): undefined reference to `XDrawImageString' tty.o(.text+0x68a): undefined reference to `XChangeGC' tty.o(.text+0x712): undefined reference to `XFillRectangle' tty.o(.text+0x7be): undefined reference to `XChangeGC' tty.o(.text+0x7fb): undefined reference to `XFillRectangle' tty.o(.text+0x809): undefined reference to `XFlush' tty.o: In function `debug_event': tty.o(.text+0xc48): undefined reference to `XBell' tty.o(.text+0xc53): undefined reference to `XFlush' tty.o: In function `video_async_event': tty.o(.text+0x1233): undefined reference to `XFlush' tty.o(.text+0x124b): undefined reference to `XNextEvent' tty.o(.text+0x12c7): undefined reference to `XFlush' tty.o(.text+0x12fc): undefined reference to `XNextEvent' tty.o: In function `video_event': tty.o(.text+0x17f4): undefined reference to `XLookupString' tty.o(.text+0x1978): undefined reference to `XLookupString' tty.o: In function `tty_write': tty.o(.text+0x27fe): undefined reference to `XBell' tty.o: In function `KbdWrite': tty.o(.text+0x3083): undefined reference to `XBell' tty.o: In function `video_init': tty.o(.text+0x33e1): undefined reference to `XOpenDisplay' tty.o(.text+0x3408): undefined reference to `XDisplayName' tty.o(.text+0x34df): undefined reference to `XAllocNamedColor' tty.o(.text+0x3532): undefined reference to `XLoadQueryFont' tty.o(.text+0x354e): undefined reference to `XLoadQueryFont' tty.o(.text+0x3629): undefined reference to `XCreateSimpleWindow' tty.o(.text+0x368c): undefined reference to `XCreateGC' tty.o(.text+0x36c3): undefined reference to `XCreateGC' tty.o(.text+0x36e0): undefined reference to `XSetNormalHints' tty.o(.text+0x370a): undefined reference to `XSelectInput' tty.o(.text+0x371e): undefined reference to `XMapWindow' tty.o(.text+0x3729): undefined reference to `XFlush' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. How can I get rid of that? Thanks for help. Alex Bulygin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message