On Ubuntu 18.04-LTS
Ran ./configure
then ran make and got:
make: *** No rule to make target 'Site.mm', needed by 'all'. Stop
To correct the problem (note the upper case Site.mm - whereas the file in the directory was site.mm), I just copied site.mm to Site.mm - then the make worked!
mod_http compile - site.mm vs Site.mm
Re: mod_http compile - site.mm vs Site.mm
Hi
Thanks for the feedback. That file was capitalised historically but we standardised onto lower case a while back. Looks like we missed one. Thanks for pointing it out.
David
...
Thanks for the feedback. That file was capitalised historically but we standardised onto lower case a while back. Looks like we missed one. Thanks for pointing it out.
David
...