[squeak-dev] Re: Trying to install Rio file handling package

Andreas Raab andreas.raab at gmx.de
Fri Aug 20 21:57:10 UTC 2010


You need to install the FFI:

(Installer squeak)
	project: 'FFI';
		install: 'FFI-Pools';
		install: 'FFI-Kernel';
		install: 'FFI-Tests'.

and if you care you can also install the examples.

Cheers,
   - Andreas

On 8/20/2010 2:36 PM, Lawson English wrote:
>   The Gallery addon for pier first requires that Rio be installed.
>
> http://www.squeaksource.com/@7zePIlRlfoA0dT1I/VwzOlsoy
>
>
> However, rio won't install due to errors:
>
> FileMacOSXExectuive class as yet unclassified getenv:
>
> getenv: varString
> " self getenv: 'HOME' "
> " self getenv: 'ZYZZYX' "
>
> <> expected ->cdecl: char* 'getenv' ( char* ) module: 'libc.dylib'>
> ^self externalCallFailed
>
>
> Happens in both the latest Pharo and the latest Squeak.
>
> Not sure how to fix this...
>
>
> thanks for any advice.
>
>
> Lawson
>
>




More information about the Squeak-dev mailing list