GoldCoin Talk

Main Category => Technical Discussion => Topic started by: phoenix84 on December 03, 2013, 08:04:08 AM

Title: Compiling from github: Not a git repository (build.h) ERROR
Post by: phoenix84 on December 03, 2013, 08:04:08 AM
Code: [Select]
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.
Title: Re: Compiling from github: Not a git repository (build.h) ERROR
Post by: akumaburn on December 05, 2013, 12:15:54 AM
Code: [Select]
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

Code: [Select]
mkdir obj

That should fix your problems :)
Title: Re: Compiling from github: Not a git repository (build.h) ERROR
Post by: phoenix84 on December 05, 2013, 01:12:31 PM
With each day of my life I realize how stupid I am becoming... :)

with obj catalogue it went further :)

k.
Title: Re: Compiling from github: Not a git repository (build.h) ERROR
Post by: r3wt on December 27, 2013, 07:37:12 PM
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.