[erlang-questions] gproc github project
Adam Rutkowski
hq@REDACTED
Mon Jan 13 00:05:52 CET 2014
Hi Ivan,
I'd revert that change:
https://github.com/uwiger/gproc/commit/9c8845370b1fe0f5604c80969586588823ac4b3d#diff-f31ff9063e4ffc3e7dd51b325c2741deL8
Cheers,
/A.
On Jan 12, 2014, at 10:11 PM, Ivan Carmenates García <co7eb@REDACTED> wrote:
> Hi all,
> regards,
>
> I downloaded the gproc module from github, and when I tried to compile it got this error:
>
> gproc
> ERROR: git describe --always --tags `git log -n 1 --pretty=format:%h .` failed with error: 128 and output:
> fatal: Not a git repository (or any of the parent directories): .git
> fatal: Not a git repository (or any of the parent directories): .git
>
> so I review the sources and I found that in the /src/gproc.app.src file the vsn parameter has the value "git", I think that is prepared for online compiling or something,
> How can I fix it to work offline
>
>
>
>
>
>
> %%% -*- mode: erlang -*-
> %%% $Id$
> %%%
>
> {application, gproc,
> [
> {description, "GPROC"},
> {vsn, git},
> {id, "GPROC"},
> {registered, [ ] },
> %% NOTE: do not list applications which are load-only!
> {applications, [ kernel, stdlib ] },
> {mod, {gproc_app, []} }
> ]
> }.
>
>
>
>
>
>
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140113/b3f78545/attachment.htm>
More information about the erlang-questions
mailing list