[gobolinux-users] Problems Installing Io

Andy Feldman nereusren at gmail.com
Sun Feb 4 17:24:34 UTC 2007


The install prefix shouldn't be /usr/local, it should be in the /Programs tree.

I got it to compile and install properly (at least, with no sandbox
leftovers) by setting INSTALL_PREFIX in the recipe. Here's what the
entire recipe looks like:

# Recipe (MakeRecipe) for Io by Andy Feldman <nereusren at gmail.com>, on
Sun Feb 4 11:16:17 CST 2007
# Recipe for version 2007-01-04 by Andy Feldman <nereusren at gmail.com>,
on Sun Feb 4 11:16:17 CST 2007
compile_version=1.8.1
url="http://io.urbanape.com/release/Io-2007-01-04.tar.gz"
file_size=6152427
file_md5=1330b6c06396979b114db0e5c774c403
recipe_type=makefile
make_variables=(
"INSTALL_PREFIX=${target}"
)


Just go into /Files/Compile/LocalRecipes/Io/[version]/Recipe and add
the make_variables array to your Recipe, and it should work.

-Andy

On 2/4/07, Patrick M Gremo <PGremo at thoughtworks.com> wrote:
> I'm trying to install Io http://www.iolanguage.com.
>
> The compile works fine, but when I try to install every file is listed as a
> leftover by SandboxInstall.  I don't see anything unusual.
>
>
> Snippet from Makefile:
>
> INSTALL_PREFIX ?= /usr/local
>
> ......


More information about the gobolinux-users mailing list