vertcoin / vertcoin-old

Vertcoin source tree
http://www.vertcoin.org
MIT License
76 stars 41 forks source link

Missing separator in makefile.unix ? #40

Closed daybyter closed 9 years ago

daybyter commented 9 years ago

Step 14 : RUN cd /vertcoin/src/ && make -f makefile.unix USE_UPNP=- ---> Running in ea80f37d4ddb makefile.unix:234: * missing separator. Stop. 2014/12/21 22:48:50 The command [/bin/sh -c cd /vertcoin/src/ && make -f makefile.unix USE_UPNP=-] returned a non-zero code: 2 Makefile:4: recipe for target 'build' failed make: * [build] Error 1

metalicjames commented 9 years ago

Shouldn't USE_UPNP be set to 1 or 0?

daybyter commented 9 years ago

Yeah, this could be. I think I used this from the primecoin build. But still the separator is missing as it seems?

https://github.com/vertcoin/vertcoin/blob/master-0.9.0.1/src/makefile.unix#L234

See the indentation?

daybyter commented 9 years ago

USE_UPNP=- is better, because you don't need the libs then.

I modified the makefile now locally and it works. I created a docker container to run the wallet.

metalicjames commented 9 years ago

Yeah, I see the missing indent, will fix.

metalicjames commented 9 years ago

Fixed as of https://github.com/vertcoin/vertcoin/commit/a1082b34719c93a753695032a0e222d98a75d6b6