Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PdLinkSample Xcode does not compile #24

Open
headkit opened this issue Dec 13, 2018 · 2 comments
Open

PdLinkSample Xcode does not compile #24

headkit opened this issue Dec 13, 2018 · 2 comments

Comments

@headkit
Copy link

headkit commented Dec 13, 2018

Compiling PdLinkSample in XCode 10.1 does not work anymore. Using LinkKit 3.0.4 I get the errors

"Implicit declaration of function 'ABLLinkCaptureAppTimeline' is invalid in C99"

and

".....pd-for-ios/pd-for-ios/PdLinkSample/PdLinkSample/ViewController.m:41:5: Use of undeclared identifier 'ABLLinkTimelineRef'; did you mean 'ABLLinkTimeAtBeat'?"

for the line

ABLLinkTimelineRef timeline = ABLLinkCaptureAppTimeline(linkRef);

in ViewController.m

@aclaussen1
Copy link

Seems like an issue with how you included LInkKit and not PureData

@o-g-sus
Copy link

o-g-sus commented Jul 5, 2020

The example is made for LinkKit 2.0, you either have to use LinkKit 2.0 or do some slight changes to get it working with LinkKit 3. Also you have to include the LinkKIt headers of course and Link the souce a file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants