Install mochiweb with macports

Just two things:

  1. 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
  2. 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 »

One Response to “Install mochiweb with macports”

  1. David Barral Precedo

    Hi Fuco!
    BTW I switched to homebrew instead of Macports. Simpler and nicer.


Leave a Reply