Ticket #29473 (closed defect: fixed)
iguanaIR @1.0pre2: Undefined symbols: _daemon_osx_support
| Reported by: | jonblock@… | Owned by: | tomldavis@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | Cc: | ||
| Port: | iguanaIR |
Description (last modified by ryandesign@…) (diff)
I've just purchased an IguanaWorks USB transceiver, and have spent a handful of hours attempting to install the iguanaIR port so I can actually use it on my Mac (running OS X Snow Leopard). Alas, no luck.
The key error in the install log is:
Undefined symbols: "_daemon_osx_support", referenced from: _main in daemon.o ld: symbol(s) not found.
I'll attach the full log file.
I downloaded the IguanaWorks source for the latest version of their driver (1.0.1, I believe), and after messing around with the compile flags a bunch I seem to have made it as far as reproducing this error. It looks like there's a problem compiling and/or linking against daemonosx.c, though that could just be a red herring. When I tried manually compiling that file and including it in the linking step, a whole new set of undefined symbols was reported, apparently from Apple's IOKit and CoreFoundation frameworks referenced in that file.
Beyond that, I think I'm out of my depth. I'd really like to be able to use this device, but I'm at the mercy of this port's maintainers to go any further with it. If you need my help testing anything, please let me know.
Thanks in advance.
Attachments
Change History
comment:1 Changed 2 years ago by ryandesign@…
- Port set to iguanaIR
- Owner changed from macports-tickets@… to tomldavis@…
- Description modified (diff)
- Summary changed from iguanaIR @1.0pre2 - Build Failure on OS X Snow Leopard to iguanaIR @1.0pre2: Undefined symbols: _daemon_osx_support
It looks like the developers are having some problem keeping their project Mac-compatible:

