geekman / mdns-repeater

mDNS repeater
GNU General Public License v2.0
190 stars 58 forks source link

make - Mercurial issues (?) #2

Closed dark-nova closed 5 years ago

dark-nova commented 5 years ago

Hi,

I tried making this project locally and am hit with the errors if I installed Mercurial:

abort: no repository found in '/home/cj/workspace/mdns-repeater' (.hg not found)!
abort: no repository found in '/home/cj/workspace/mdns-repeater' (.hg not found)!

I do not know if this is an issue from moving the project to git since I have never used Mercurial.

Without Mercurial installed, I get the following:

/bin/sh: 1: hg: not found
/bin/sh: 1: hg: not found
cc -s  mdns-repeater.o   -o mdns-repeater

Seems like it did compile, however.

kennylevinsen commented 5 years ago

Ah, yeah, the original project this is a fork from used mercurial, and I did not update the makefile.

79d399a changes the Makefile so that the git sha is used as revision instead.