Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2000 23:21:48 +0100 (BST)
From:      Robert Swindells <rjs@fdy2.demon.co.uk>
To:        freebsd-stable@FreeBSD.org
Subject:   3.4 Breakage
Message-ID:  <200005092221.XAA00510@fdy2.demon.co.uk>

next in thread | raw e-mail | index | archive | help

Is it just me or is anyone else having trouble building a kernel for
3.4-STABLE ?

It looks as if there is a mismatch between sys/i386/isa/psm.c and
sys/i386/include/mouse.h - I think mouse.h needs to be moved on to
1.11.2.3.

The error message that I get is:

cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused  -fformat-extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL -DVM_STACK -include opt_global.h -elf  ../../i386/isa/psm.c
../../i386/isa/psm.c:289: `MOUSE_PS2INTELLI_PACKETSIZE' undeclared here (not in a function)
../../i386/isa/psm.c:289: initializer element for `vendortype[0].packetsize' is not constant
../../i386/isa/psm.c:294: `MOUSE_MODEL_EXPLORER' undeclared here (not in a function)
../../i386/isa/psm.c:294: initializer element for `vendortype[3].model' is not constant
../../i386/isa/psm.c:295: `MOUSE_PS2INTELLI_PACKETSIZE' undeclared here (not in a function)
../../i386/isa/psm.c:295: initializer element for `vendortype[3].packetsize' is not constant
../../i386/isa/psm.c:296: `MOUSE_MODEL_4D' undeclared here (not in a function)
../../i386/isa/psm.c:296: initializer element for `vendortype[4].model' is not constant
../../i386/isa/psm.c:297: `MOUSE_4D_PACKETSIZE' undeclared here (not in a function)
../../i386/isa/psm.c:297: initializer element for `vendortype[4].packetsize' is not constant
../../i386/isa/psm.c:298: `MOUSE_MODEL_4DPLUS' undeclared here (not in a function)
../../i386/isa/psm.c:298: initializer element for `vendortype[5].model' is not constant
../../i386/isa/psm.c:299: `MOUSE_4DPLUS_PACKETSIZE' undeclared here (not in a function)
../../i386/isa/psm.c:299: initializer element for `vendortype[5].packetsize' is not constant
../../i386/isa/psm.c:301: `MOUSE_PS2INTELLI_PACKETSIZE' undeclared here (not in a function)
../../i386/isa/psm.c:301: initializer element for `vendortype[6].packetsize' is not constant
../../i386/isa/psm.c: In function `model_name':
../../i386/isa/psm.c:542: `MOUSE_MODEL_EXPLORER' undeclared (first use this function)
../../i386/isa/psm.c:542: (Each undeclared identifier is reported only once
../../i386/isa/psm.c:542: for each function it appears in.)
../../i386/isa/psm.c:542: initializer element for `models[7].model_code' is not constant
../../i386/isa/psm.c:543: `MOUSE_MODEL_4D' undeclared (first use this function)
../../i386/isa/psm.c:543: initializer element for `models[8].model_code' is not constant
../../i386/isa/psm.c:544: `MOUSE_MODEL_4DPLUS' undeclared (first use this function)
../../i386/isa/psm.c:544: initializer element for `models[9].model_code' is not constant
../../i386/isa/psm.c: In function `psmintr':
../../i386/isa/psm.c:1879: `MOUSE_MODEL_EXPLORER' undeclared (first use this function)
../../i386/isa/psm.c:1891: `MOUSE_EXPLORER_ZNEG' undeclared (first use this function)
../../i386/isa/psm.c:1893: `MOUSE_EXPLORER_BUTTON4DOWN' undeclared (first use this function)
../../i386/isa/psm.c:1895: `MOUSE_EXPLORER_BUTTON5DOWN' undeclared (first use this function)
../../i386/isa/psm.c:1899: warning: unreachable code at beginning of switch statement
../../i386/isa/psm.c:1907: `MOUSE_PS2INTELLI_BUTTON4DOWN' undeclared (first use this function)
../../i386/isa/psm.c:1909: `MOUSE_PS2INTELLI_BUTTON5DOWN' undeclared (first use this function)
../../i386/isa/psm.c:1971: `MOUSE_SPOINT_WNEG' undeclared (first use this function)
../../i386/isa/psm.c:1974: `MOUSE_SPOINT_ZNEG' undeclared (first use this function)
../../i386/isa/psm.c:2080: `MOUSE_MODEL_4D' undeclared (first use this function)
../../i386/isa/psm.c:2094: `MOUSE_4D_WHEELBITS' undeclared (first use this function)
../../i386/isa/psm.c:2110: `MOUSE_MODEL_4DPLUS' undeclared (first use this function)
../../i386/isa/psm.c:2123: `MOUSE_4DPLUS_BUTTON4DOWN' undeclared (first use this function)
../../i386/isa/psm.c:2125: `MOUSE_4DPLUS_ZNEG' undeclared (first use this function)
*** Error code 1

Stop.


Robert Swindells


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




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