<html><head><title>gproc github project</title>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-15">
</head>
<body>
<span style=" font-family:'Courier New'; font-size: 9pt;">Hi all,<br>
regards,<br>
<br>
I downloaded the gproc module from github, and when I tried to compile it got this error:<br>
<br>
gproc<br>
    ERROR: git describe --always --tags `git log -n 1 --pretty=format:%h .` failed with error: 128 and output:<br>
    fatal: Not a git repository (or any of the parent directories): .git<br>
    fatal: Not a git repository (or any of the parent directories): .git<br>
<br>
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,<br>
How can I fix it to work offline<br>
<br>
<br>
<br>
<br>
<br>
<br>
%%% -*- mode: erlang -*-<br>
%%% $Id$<br>
%%%<br>
<br>
{application, gproc,<br>
 [<br>
  {description, "GPROC"},<br>
  {vsn, git},<br>
  {id, "GPROC"},<br>
  {registered, [ ] },<br>
  %% NOTE: do not list applications which are load-only!<br>
  {applications, [ kernel, stdlib ] },<br>
  {mod, {gproc_app, []} }<br>
 ]<br>
}.<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<hr noshade size=2>   </body></html>