YCAMInterlab / Duration

Duration is an application for designing change over time
334 stars 54 forks source link

ofxUI linker errors #40

Closed Daandelange closed 9 years ago

Daandelange commented 9 years ago

Hello, I'm trying to compile Duration without success.
I'm stuck on some linker errors with ofxUI. The app uses methods like ofxUIRectangle::inside(ofVec3f) referenced from: DurationController::drawTooltips().
I can't find any fork of ofxUI where these methods exist... which version of ofxUI did you use ? Here's the raw linker output: [LINK]

I could try to fix them manually but it looks like everything is different with that version of ofxUI... I tried rebasing ofxUI on:

Amazing software btw! ^_^

Daandelange commented 9 years ago

Oh wait, nvm, got it to compile. :) I have no idea how I got past this... and why these linker errors were thrown.

I'll push an updated Xcode project later.

obviousjim commented 9 years ago

Thanks!

On Friday, May 8, 2015, Daan de Lange notifications@github.com wrote:

Closed #40 https://github.com/YCAMInterlab/Duration/issues/40.

— Reply to this email directly or view it on GitHub https://github.com/YCAMInterlab/Duration/issues/40#event-300455629.

Daandelange commented 9 years ago

There you go :) https://github.com/YCAMInterlab/Duration/pull/41