Date: Sun, 26 Feb 2006 23:03:01 -0400 From: David Pratt <fairwinds@eastlink.ca> To: Danny Pansters <danny@ricin.com> Cc: freebsd-questions@freebsd.org Subject: Re: Building an older version/port of SWIG Message-ID: <44026BE5.1050400@eastlink.ca> In-Reply-To: <200602270202.12167.danny@ricin.com> References: <440253DB.6030003@eastlink.ca> <200602270202.12167.danny@ricin.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Danny. Got this to work. many thanks! Regards, David Danny Pansters wrote: > On Monday 27 February 2006 01:20, David Pratt wrote: > >>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. > > > Try using the port but for the older version: Change the version in Makefile > and run 'make makesum' to change the checksums (and download the tarball, or > copy it to /usr/ports/distfiles before this, as you already have it). It may > work. You'll be setting yourself up with a nasty upgrading path to begin with > though. > > > HTH, > > Dan > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44026BE5.1050400>