GoldCoin Talk
Main Category => Technical Discussion => Topic started by: phoenix84 on December 03, 2013, 08:04:08 AM
-
make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
fatal: Not a git repository (or any of the parent directories): .git
../share/genbuild.sh: 33: ../share/genbuild.sh: cannot create obj/build.h: Directory nonexistent
../share/genbuild.sh: 34: ../share/genbuild.sh: cannot create obj/build.h: Directory nonexistent
make: *** [obj/build.h] Błąd 2
any ideas? compiled version from official website also do not work... miniupnpc problem... so I have stuck completely :)
k.
-
make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
fatal: Not a git repository (or any of the parent directories): .git
../share/genbuild.sh: 33: ../share/genbuild.sh: cannot create obj/build.h: Directory nonexistent
../share/genbuild.sh: 34: ../share/genbuild.sh: cannot create obj/build.h: Directory nonexistent
make: *** [obj/build.h] Błąd 2
any ideas? compiled version from official website also do not work... miniupnpc problem... so I have stuck completely :)
k.
just
mkdir obj
That should fix your problems :)
-
With each day of my life I realize how stupid I am becoming... :)
with obj catalogue it went further :)
k.
-
With each day of my life I realize how stupid I am becoming... :)
with obj catalogue it went further :)
k.
its one of those things that comes with experience compiling these coins. there are much nastier errors out there to debug, especially on windows.