<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi Ivan,</div><div><br></div><div>I'd revert that change:</div><div><br></div><div><a href="https://github.com/uwiger/gproc/commit/9c8845370b1fe0f5604c80969586588823ac4b3d#diff-f31ff9063e4ffc3e7dd51b325c2741deL8">https://github.com/uwiger/gproc/commit/9c8845370b1fe0f5604c80969586588823ac4b3d#diff-f31ff9063e4ffc3e7dd51b325c2741deL8</a></div><div><br></div><div>Cheers,</div><div>/A.</div><br><div><div>On Jan 12, 2014, at 10:11 PM, Ivan Carmenates García <<a href="mailto:co7eb@frcuba.co.cu">co7eb@frcuba.co.cu</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><title>gproc github project</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">

<div>
<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">   </span></div>_______________________________________________<br>erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>http://erlang.org/mailman/listinfo/erlang-questions<br></blockquote></div><br></body></html>