From owner-freebsd-questions@FreeBSD.ORG Mon Feb 27 01:20:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0D71416A420 for ; Mon, 27 Feb 2006 01:20:31 +0000 (GMT) (envelope-from fairwinds@eastlink.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD3B343D73 for ; Mon, 27 Feb 2006 01:20:30 +0000 (GMT) (envelope-from fairwinds@eastlink.ca) Received: from ip04.eastlink.ca ([24.222.10.20]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IVB00E4GNQSN0I1@mta01.eastlink.ca> for freebsd-questions@freebsd.org; Sun, 26 Feb 2006 21:20:52 -0400 (AST) Received: from blk-224-224-216.eastlink.ca (HELO [192.168.1.200]) ([24.224.224.216]) by ip04.eastlink.ca with ESMTP; Sun, 26 Feb 2006 21:20:28 -0400 Date: Sun, 26 Feb 2006 21:20:27 -0400 From: David Pratt To: FreeBSD Questions Message-id: <440253DB.6030003@eastlink.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= User-Agent: Mozilla Thunderbird 1.0.7 (Macintosh/20050923) Subject: Building an older version/port of SWIG X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 01:20:31 -0000 Hi. I am trying to build an older version of SWIG that the current version in ports. Current version on ports is 1.3.27 but I am needing to install 1.3.24 due to a problem with 1.3.27 with other software I will be compliling. It is possible to install an older port of swig like this with ports collection? I am on freeBSD 4.10. I have just recently tried downloading SWIG-1.3.24 from the swig site and compiling it on its own with ./configure make make check make install but it stops ... Installing /usr/local/share/swig/1.3.24/allegrocl/typemaps.i Installing /usr/local/share/swig/1.3.24/allegrocl/allegrocl.swg Installing language specific files for std *** Error code 1 Are there specific parameters I need for FreeBSD for this to install successfully. I am wanting SWIG to wrap for python. I would be happier with a port for sure but would be happy to get this to compile/install one way or the other. Many thanks David