From owner-freebsd-questions@FreeBSD.ORG Mon Aug 16 14:51:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F387D16A4CE for ; Mon, 16 Aug 2004 14:51:08 +0000 (GMT) Received: from ms-smtp-03-eri0.ohiordc.rr.com (ms-smtp-03-smtplb.ohiordc.rr.com [65.24.5.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E9FD43D1D for ; Mon, 16 Aug 2004 14:51:08 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (dhcp065-031-041-029.woh.rr.com [65.31.41.29]) i7GEp5Vd027403 for ; Mon, 16 Aug 2004 10:51:06 -0400 (EDT) Message-ID: <001101c4839f$0816fee0$0200a8c0@satellite> From: "dave" To: Date: Mon, 16 Aug 2004 10:40:52 -0400 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 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: subversion on 5.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2004 14:51:09 -0000 Hello, I'm trying to install subversion on a 5.x box. I've got a current ports tree and running perl 5.85. I've tried: make WITH_PERL=yes WITH_APACHE2_APR=yes install clean because i want to be able to access subversion via the apache web server interface. I'm getting an error: /usr/ports/devel/subversion/work/subversion-1.0.6/subversion/bindings/swig/s wigutil_pl.c:1073: warning: data definition has no type or storage class then an error code 1 and the process aborts. Any help appreciated. Thanks. Dave.