1

I am using monticello's location as "http://source.squeak.org/FFI" and then trying to load FFI package for MacOS. I could load FFI-Pools,FFI-Kernel. But was unable to load FFI-MacOS, It throws error on "getenv" method. Synatx error:'>'expected. I think I am doing something wrong. Could someone direct me to appropriate link?

Thanks

Biparite
  • 203
  • 1
  • 2
  • 13

2 Answers2

2

In Pharo 3, use the configuration from Configuration Browser:
World Menu > Tools > Configuration Browser, then Install Stable Version.
All tests are green on OSX 10.9.

enter image description here

MartinW
  • 4,966
  • 2
  • 24
  • 60
2

alternatively, you can execute this in your workspace:

Gofer it 
    smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo30';
    configurationOf: 'FFI';
    loadStable
mmmmmm
  • 32,227
  • 27
  • 88
  • 117
EstebanLM
  • 4,252
  • 14
  • 17