troglobit / pimd

PIM-SM/SSM multicast routing for UNIX and Linux
http://troglobit.com/projects/pimd/
BSD 3-Clause "New" or "Revised" License
197 stars 87 forks source link

Building problem - make: *** No rule to make target `config.mk'. Stop. #30

Closed timeos closed 10 years ago

timeos commented 10 years ago

Hello, just trying to use latest pimd master. after unziping and running "make", building stucked with:

$ make Makefile:29: config.mk: No such file or directory make: *\ No rule to make target `config.mk'. Stop.

as I can see the config.mk was recently removed from git. but the Makefile still points to that file: ...

This magic trick looks like a comment, but works on BSD PMake

include

include config.mk ...

timeos commented 10 years ago

ok, nevermind. there is ./configure instead to generate config.mk file. sorry

troglobit commented 10 years ago

He he, yeah I've changed that in the 2.2.0 series. Haven't merged the README updates yet to master. Glad you managed to figure it out yourself :)