Date: Sat, 28 Feb 2015 13:51:00 -0800 From: Garrett Cooper <yaneurabeya@gmail.com> To: Ryan Stone <rysto32@gmail.com> Cc: FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: atkbd.c not compiling? Message-ID: <2C7266F4-70C0-4AAE-876D-A03FA2E91FE4@gmail.com> In-Reply-To: <CAFMmRNznx5fBxfhhTY8menNNqCBaPR9w6-VS9as22WEqsTHLkw@mail.gmail.com> References: <CAFMmRNznx5fBxfhhTY8menNNqCBaPR9w6-VS9as22WEqsTHLkw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_B44DBA25-8070-4D2A-B3FD-75E2800670B1 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Feb 28, 2015, at 13:25, Ryan Stone <rysto32@gmail.com> wrote: > I updated my source tree this morning and now I'm seeing this compile > error in "make tinderbox"; >=20 > /repos/users/rstone/freebsd/sys/dev/atkbdc/atkbd.c:382:26: error: use = of undecla > red identifier 'key_map'; did you mean 'keymap'? > keymap =3D malloc(sizeof(key_map), M_DEVBUF, M_NOWAIT); > ^~~~~~~ > keymap > /repos/users/rstone/freebsd/sys/dev/atkbdc/atkbd.c:358:12: note: = 'keymap' declar > ed here > keymap_t *keymap; > /repos/users/rstone/freebsd/sys/dev/atkbdc/atkbd.c:383:26: error: use = of undecla > red identifier 'accent_map'; did you mean 'accentmap_t'? > accmap =3D malloc(sizeof(accent_map), M_DEVBUF, = M_NOWAIT); > ^ > /repos/users/rstone/freebsd/sys/sys/kbio.h:210:26: note: 'accentmap_t' = declared > here > typedef struct accentmap accentmap_t; >=20 >=20 >=20 > (By the way, this is the second time in two days that "make tinderbox" > has been broken for me. It's extremely frustrating that I can't test > my pending commits because others haven't done me the same courtesy) I=92m not sure about key_map =97 are you building with syscons or vt? --Apple-Mail=_B44DBA25-8070-4D2A-B3FD-75E2800670B1 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJU8jhEAAoJEMZr5QU6S73e8coIAJgpVrr9P36T7xHERjWHByMB bq/mgl0aLXfX+yCeBQubKm1QmSBxQfCoDzyFn/8QPOR/S3NFb0ILzVwRgLzLRdLD o0n7oYrKXZobnKRZSkPW6IxCoJ1pHZYeoc6CE3QwQujziKVI/q5iiFQV4MEMa8LD Ij7wHeeYwSiad2AIyH7YZ8oAiwKhOHI7NLamMiNcQX9uPKbjQU6zMoBWMhw0hQd4 TDD5c9hbYOQbZDe05guUKUQ4yGMeDAnAHH5ITteWMZ8KwNB3MQ4/yv7UdJSvdUuJ T2yqahCr1tLbAm1PTgj3eMiLRvkTXBDBXnHNl+nrgcPHSV2D02KRgFJ1LHhven0= =tE+V -----END PGP SIGNATURE----- --Apple-Mail=_B44DBA25-8070-4D2A-B3FD-75E2800670B1--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2C7266F4-70C0-4AAE-876D-A03FA2E91FE4>