Sensebloom / OSCeleton

OSCeleton is a proxy that sends skeleton information collected from the kinect sensor via OSC, making it easier to use input from the device in any language / framework that supports the OSC protocol.
GNU General Public License v3.0
311 stars 72 forks source link

Link against liblo-modified #33

Open gabrield opened 10 years ago

gabrield commented 10 years ago

Hello! When I compile and try to link aginst the modified version of liblo bundled with OSCeleton, the linkedition fails. But if I pass the parameter -llo to g++, it links fine. Is there any real differente between linking with the original and the modified version?