#16112: hfsrsync port fails to build --------------------------------+------------------------------------------- Reporter: david@rothlis.net | Owner: ryandesign@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------+------------------------------------------- Comment (by ryandesign@macports.org): I see a configure option `--with-included-popt` to let hfsrsync "use bundled popt library, not from system". So it seems that hfsrsync requires popt in any case, but includes a copy it uses if the MacPorts one isn't installed. Your fix of changing `#include "popt.h"` to `#include "popt/popt.h"` means that it will once again use its included popt instead of the MacPorts one, so that would be equivalent to using the `--with-included-popt` configure option. I would be rather have hfsrsync use the popt port, so I fixed it to do this in r38704. Thanks for the report! -- Ticket URL: <http://trac.macports.org/ticket/16112#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS