-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hi again :-)!
I'm trying to run example-all and it finally builds, but throws an error when linking (see below). Does this have anything to do with ofxKinect? I don't know where to look for _write_register etc. at all.
I'm working on the most recent of master from github, just as all additional libs are cloned from there.
Thanks, Benni.
Undefined symbols for architecture i386:
"_write_register", referenced from:
_freenect_start_depth in cameras.o
_freenect_start_video in cameras.o
_freenect_stop_depth in cameras.o
_freenect_stop_video in cameras.o
"_upload_firmware_from_memory", referenced from:
_fnusb_open_subdevices in usb_libusb10.o
"_upload_firmware", referenced from:
_fnusb_open_subdevices in usb_libusb10.o
"_freenect_stop_audio", referenced from:
_freenect_process_events_timeout in core.o
"_freenect_extra_keep_alive", referenced from:
_fnusb_open_subdevices in usb_libusb10.o
"_send_cmd", referenced from:
_freenect_fetch_reg_info in cameras.o
_freenect_fetch_reg_pad_info in cameras.o
_freenect_fetch_zero_plane_info in cameras.o
_freenect_fetch_reg_const_shift in cameras.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)