it just fails to load the library. 
I can take a look, but not today :)

Esteban

On 24 Jan 2014, at 11:26, Hern�n Morales Durand <hernan.morales@gmail.com> wrote:

Thanks Esteban, now is changed #isMac -> #isMacOSX

About 2) do you see a particular error message in console or anywhere?



2014/1/24 Esteban Lorenzano <estebanlm@gmail.com>
Hernan, 

thanks for you contribution. But it does not works in mac :(

1) Smalltalk os isMac does not exists, now is Smalltalk os isMacOSX
2) after fixing that, tests does not run either :(

Esteban

On 24 Jan 2014, at 07:25, Hern�n Morales Durand <hernan.morales@gmail.com> wrote:

I have added ConfigurationOfNacl to Pharo 3 repository. You can load it using the Configuration Browser.

Nacl is a cryptolibrary based in libsodium. The binding for Pharo/Squeak (http://www.eighty-twenty.org/index.cgi/tech/smalltalk/nacl-for-squeak-and-pharo-20130601.html) was written by Tony-Garnock Jones.

The Configuration automatically download and uncompress the compiled library file. I have tested under Windows and Linux, all tests passes. But I do not own a Mac (I'm really open to donations :) so if anyone may test the configuration under Mac it would be nice.

Cheers,

Hern�n