Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2000 01:46:04 +0000 (GMT)
From:      David Banning <tracker@worldy.com>
To:        questions@freebsd.org
Subject:   Error on make world 3.1 to 3.4
Message-ID:  <Pine.BSF.4.05.10003190138220.79261-100000@>

next in thread | raw e-mail | index | archive | help
On a make world from 3.1 to 3.4 I got the following error messages
which follow my text here - when I looked at
/usr/src/usr.bin/doscmd/tty.c I did indeed notice references to
the X files referred to below that could not be found on the system.

Don't know if those files could be in a library or not - and I wouldn't
know how to find out what library if they were. There are so many
libraries.
I may be barking up the wrong tree here...

Anyone got a pointer?

Thanks-- 




/usr/src/usr.bin/doscmd/tty.c: In function `video_init':^M
/usr/src/usr.bin/doscmd/tty.c:2000: warning: passing arg 2 of
`register_callback' from incompatible pointer typ
e^M
/usr/src/usr.bin/doscmd/tty.c: In function `video_bios_init':^M
/usr/src/usr.bin/doscmd/tty.c:2212: warning: passing arg 2 of
`register_callback' from incompatible pointer typ
e^M
cc -nostdinc -O -pipe -I. -I/usr/X11R6/include -DDISASSEMBLER
-I/usr/obj/usr/src/tmp/usr/include -c /usr/src/
usr.bin/doscmd/xms.c^M
cc -nostdinc -O -pipe -I. -I/usr/X11R6/include -DDISASSEMBLER
-I/usr/obj/usr/src/tmp/usr/include  -o doscmd A
syncIO.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 emu
int.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 ne
t.o port.o setver.o signal.o timer.o trace.o trap.o tty.o xms.o
-L/usr/X11R6/lib -lX11^M
tty.o: In function `video_setborder':^M
tty.o(.text+0x25f): undefined reference to `XSetWindowBackground'^M
tty.o: In function `setgc':^M
tty.o(.text+0x2f5): undefined reference to `XChangeGC'^M
tty.o: In function `video_update':^M
tty.o(.text+0x50e): undefined reference to `XDrawImageString'^M
tty.o(.text+0x597): undefined reference to `XDrawImageString'^M
tty.o(.text+0x68a): undefined reference to `XChangeGC'^M
tty.o(.text+0x712): undefined reference to `XFillRectangle'^M
tty.o(.text+0x7be): undefined reference to `XChangeGC'^M
tty.o(.text+0x7fb): undefined reference to `XFillRectangle'^M
tty.o(.text+0x809): undefined reference to `XFlush'^M
tty.o: In function `debug_event':^M
tty.o(.text+0xc48): undefined reference to `XBell'^M

continues...



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10003190138220.79261-100000>