Kris Moore <kris <at> pcbsd.com> writes:
I was building the port, and hal / dbus were both installed. The funny thing was that the first time I built the port, it didn't even get this far, it said : "checking for hal/libhal.h... no", but if I checked in /usr/local/include/hal, libhal.h was in there. Then I made a link to /usr/include "ln -s /usr/local/include/hal /usr/include/hal" and was able to get this far now.
I will cvsup again tonight and recheck this to confirm my findings though.
You might want to try using --hal-includes=/usr/local/include and --hal-libraries=/usr/local/lib/ (or something similar). At least that is what should be possible if I read configure --help correctly.
Maybe "checking for dbus_connection_close in -ldbus-1" requires to be able to link to the hal libraries? (and only symlinking the hal include path doesn't result in the libaries to be found).
Hope this helps,
Jeroen Janssen