From owner-freebsd-questions Thu Jul 2 08:46:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA13525 for freebsd-questions-outgoing; Thu, 2 Jul 1998 08:46:09 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cisco.it ([195.103.235.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA13458 for ; Thu, 2 Jul 1998 08:45:38 -0700 (PDT) (envelope-from A.Nati@cisco.it) Received: from tonino.cisco.priv ([195.103.235.22]) by cisco.it (8.7.5/8.7.3) with SMTP id RAA02738 for ; Thu, 2 Jul 1998 17:51:25 +0200 (MET DST) Message-ID: <359BABE8.41C67EA6@cisco.it> Date: Thu, 02 Jul 1998 17:48:56 +0200 From: Antonio Nati X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Problems with fxtv and mouse.h Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to install fxtv, but I have problems installing both the port or the source version. Tipical errors: > tar -zxovf fxtv--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