Date: Thu, 02 Jul 1998 17:48:56 +0200 From: Antonio Nati <A.Nati@cisco.it> To: freebsd-questions@FreeBSD.ORG Subject: Problems with fxtv and mouse.h Message-ID: <359BABE8.41C67EA6@cisco.it>
next in thread | raw e-mail | index | archive | help
I'm trying to install fxtv, but I have problems installing both the port or the source version. Tipical errors: > tar -zxovf fxtv-<version>-port.tgz > cd fxtv > su # make install #cc -O2 -m486 -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/tiff34 -I. -DVERS_STR=\"0.47\" -DHAVE_XFREE86 -c remote.c remote.c:69: `MOUSE_SYS_PACKETSIZE' undeclared here (not in a function) remote.c:69: size of array `Events' has non-integer type remote.c: In function `TVRemoteInputProcSysMouse': remote.c:395: `MOUSE_SYS_PACKETSIZE' undeclared (first use this function) remote.c:395: (Each undeclared identifier is reported only once remote.c:395: for each function it appears in.) remote.c:395: size of array `buf' has non-integer type remote.c:422: `MOUSE_SYS_SYNCMASK' undeclared (first use this function) remote.c:422: `MOUSE_SYS_SYNC' undeclared (first use this function) remote.c: In function `TVREMOTEOpen': remote.c:619: `MOUSE_SETLEVEL' undeclared (first use this function) remote.c:620: `MOUSE_GETLEVEL' undeclared (first use this function) remote.c:628: structure has no member named `packetsize' remote.c:628: `MOUSE_SYS_PACKETSIZE' undeclared (first use this function) remote.c:629: structure has no member named `syncmask' remote.c:629: `MOUSE_SYS_SYNCMASK' undeclared (first use this function) remote.c:630: structure has no member named `syncmask' remote.c:630: `MOUSE_SYS_SYNC' undeclared (first use this function) gmake: *** [remote.o] Error 1 *** Error code 2 mouse.h does not contain any of the requested symbols, but I don't know how why they weren't patched. FreeBSD is version 2.2.5 RELEASE. Any hint? Tonino 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?359BABE8.41C67EA6>