from previous thread, "Greenfoot Kinect / Mac OS X 10.7 Lion - libusb-devel" and thanks to nccb, I got this to work:
for Mac OS X 10.10 with the following software versions:
Mac OS X 10.10.1
XCode 6.1.1
macports 2.3.3
sudo /opt/local/bin/port -v selfupdate
RESULT: MacPorts base version 2.3.3 installed ---> MacPorts base is already the latest version sudo /opt/local/bin/port install libtool RESULT: clean install sudo /opt/local/bin/port install libusb +universal
RESULT: clean install
sudo /opt/local/bin/port install boost
RESULT: clean install
sudo /opt/local/bin/port install wxWidgets-3.0
RESULT: clean install
OpenNI from greenfoot kinect download page
RESULT: clean install
Kinect Driver from greenfoot kinect download page
RESULT: clean install
NITE from greenfoot kinect download page
RESULT: clean install
test OpenNI SimpleViewer
RESULT: works with -Djava.library.path=/usr/lib
kinectserver-1.2m2 -> ./configure --with-boost=/opt/local/include --with-wx-config=/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/bin/wx-config --with-wx-prefix=/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0
make
sudo make install
RESULT: clean install
/usr/local/bin/kinectserver
RESULT: works!
