Problem solved. I was using the wrong version of Iceberg.
--- In claireprogramminglanguage@yahoogroups.com, "paidi_creed"
<paidi_creed@y...> wrote:
> Hello,
>
> I'm new to using CLAIRE and am havig some problems setting everything
> up. I've got CLAIRE and CHOCO installed and they seem to work but when
> I tried to install ICEBERG and PALM I ran into some problems.
> I've edited the init.cl files to point towards all the relevant
> directories.
>
> This is what happens when i try to load iceberg.
>
> [pcreed@4c56 iceberg]$ claire -s 3 3 -m ice
> increasing memory size by 2^3 and 2^3
> -- CLAIRE run-time library v 3.2.52 [os: ntv, C++:MS VC++ ] --
> Choco version 13.024, Copyright (C) 1999-2002 F. Laburthe
> Choco comes with ABSOLUTELY NO WARRANTY; for details read licence.txt
> This is free software, and you are welcome to redistribute it
> under certain conditions; read licence.txt for details.
> **** An error has occurred.
> [145] the symbol MAXINT is unbound
> choco>
>
> I can load palm but get the error
>
> [pcreed@4c56 palm]$ claire -s 4 4 -m palm
> increasing memory size by 2^4 and 2^4
> -- CLAIRE run-time library v 3.2.52 [os: ntv, C++:MS VC++ ] --
> Choco version 13.024, Copyright (C) 1999-2002 F. Laburthe
> Choco comes with ABSOLUTELY NO WARRANTY; for details read licence.txt
> This is free software, and you are welcome to redistribute it
> under certain conditions; read licence.txt for details.
> Iceberg version 0.5, Copyright (C) 2000-02 Bouygues e-lab
> **** An error has occurred.
> [145] the symbol ice/componentOrder is unbound
> palm>
>
> and when I try to run palmtest to check if everything is ok i get the
> error
>
> [pcreed@4c56 palm]$ claire -s 4 4 -m palmtest
> increasing memory size by 2^4 and 2^4
> -- CLAIRE run-time library v 3.2.52 [os: ntv, C++:MS VC++ ] --
> Choco version 13.024, Copyright (C) 1999-2002 F. Laburthe
> Choco comes with ABSOLUTELY NO WARRANTY; for details read licence.txt
> This is free software, and you are welcome to redistribute it
> under certain conditions; read licence.txt for details.
> Iceberg version 0.5, Copyright (C) 2000-02 Bouygues e-lab
> **** An error has occurred.
> [145] the symbol ice/componentOrder is unbound
> palm> allPalmTests()
> eval[0]> ---- file: ./v1.324/p-namespace.cl, line: 354
> [140] The property allPalmTests is not defined (was applied to
> list<any>(<environment>)).
>
> palm>
>
> Thanks,
>
> Paidi