From owner-freebsd-ports Sat Apr 7 11:16:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from suntana.fh-konstanz.de (suntana.fh-konstanz.de [141.37.9.230]) by hub.freebsd.org (Postfix) with ESMTP id 435A937B440; Sat, 7 Apr 2001 11:16:52 -0700 (PDT) (envelope-from vahe@fh-konstanz.de) Received: from vvl10 (vvl10.fh-konstanz.de [141.37.112.110]) by suntana.fh-konstanz.de (8.9.3+Sun/8.9.3) with SMTP id UAA23747; Sat, 7 Apr 2001 20:16:46 +0200 (MET DST) Message-ID: <000101c0bf8f$fc8f1d40$6e70258d@vvl10.fh-konstanz.de> From: "Vahe Khachikyan" To: Cc: Subject: FreeBSD Port: XFree86-4.0.3 Date: Sat, 7 Apr 2001 19:24:25 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi ! There is a problem when istalling on Alpha platform. Build is OK but istall fails cause of conflicting definitions of some structure called AXP. Problem: in files 1) /usr/ports/x11/XFree86-4/work/xc/programs/Xserver/hw/xfree86/os-support/shar ed/xf86Axp.h and 2) /usr/ports/x11/XFree86-4/work/xc/programs/Xserver/hw/xfree86/os-support/bsd/ bsd_axp.c there is a duplicate definition of struct AXP. Logicaly both definitions mean the same thing but not for compiler :-)) Solution: rename the definition in second file "bsd_axp.c" from AXP to AXPbsd. it works :-)). I think it is a XFree.org problem but I didn't found any mail address to send this report. Best regards -- Vahe Khachikyan --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message