On Tue, Jun 28, 2011 at 2:54 PM, Nils Breunese <n.breun...@vpro.nl> wrote:
> Benoit Chesneau wrote:
>
>> Just a quick mail to annonce you the release of erica 0.1 a new tools
>> to handle couchapp built in Erlang. You can find some informations
>> here:
>>
>> http://groups.google.com/group/couchapp/browse_thread/thread/66739caee08342f0
>>
>> and the code is available on github:
>>
>> https://github.com/benoitc/erica
>
> I wanted to try out erica, but sadly did not succeed in building it. I have 
> gcc and Erlang on my Mac (OS X 10.6.8):
>
> ----
> $ erl +V
> Erlang (SMP,ASYNC_THREADS,HIPE) (BEAM) emulator version 5.8.2
>
> $ gcc -v
> Using built-in specs.
> Target: i686-apple-darwin10
> Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking 
> --enable-werror --prefix=/usr --mandir=/share/man 
> --enable-languages=c,objc,c++,obj-c++ 
> --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib 
> --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- 
> --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 
> --with-gxx-include-dir=/include/c++/4.2.1
> Thread model: posix
> gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
> ----
>
> I cloned the erica repo:
>
> ----
> $ git clone git://github.com/benoitc/erica.git
> Cloning into erica...
> remote: Counting objects: 4860, done.
> remote: Compressing objects: 100% (1615/1615), done.
> remote: Total 4860 (delta 2796), reused 4852 (delta 2789)
> Receiving objects: 100% (4860/4860), 5.53 MiB | 2.45 MiB/s, done.
> Resolving deltas: 100% (2796/2796), done.
> ----
>
> But sadly make failes:
>
> ----
> $ cd erica
> $ make
> Uncaught error in rebar_core: {'EXIT',
>                                  {undef,
>                                      [{crypto,start,[]},
>                                       {rebar,run_aux,1},
>                                       {rebar,main,1},
>                                       {escript,run,2},
>                                       {escript,start,1},
>                                       {init,start_it,1},
>                                       {init,start_em,1}]}}
> make: *** [deps] Error 1
> ----
>
> What is wrong here?
>
> Nils.
> ------------------------------------------------------------------------
>  VPRO   www.vpro.nl
> ------------------------------------------------------------------------
>

Is erlang buit with crypto support ?

- benoît

Reply via email to