Install mochiweb with macports
Just two things:
- I installed this on a MacBook with a CoreDuo processor. By default macports will try to use all avaliable processors for the building stuff (2 on my case) with the -j option of Make. On my case this ended up with weird compilation errors (something like a race condition between the to make jobs). I fixed it setting the buildmakejobs to 1 (at /opt/etc/macports/macports.conf) so it used just one make job
- The Makefile rule for the documentation at <package>/support/include.mk is wrong. The function that make should call at the edoc module is files/3 not file as it’s deprecated.
Enjoy!!
Category: programacion One comment »
July 19th, 2010 at 8:30 pm
Hi Fuco!
BTW I switched to homebrew instead of Macports. Simpler and nicer.