nariakiiwatani / ofxNDI

NewTek NDI SDK Wrapper for openFrameworks.
https://ndi.tv/
MIT License
103 stars 19 forks source link

Can't compile on OSX #14

Closed freshmania-at closed 4 years ago

freshmania-at commented 4 years ago

Dear NariaKiiwatani,

do you have a Xcode project, you could share with me / us?

I have a linker problem und cant find the error. Would love to use your addon for my next project.

Thanks a lot, Sebastian

nariakiiwatani commented 4 years ago

Here you are. It's a example-sender folder as-is being generated by Project Generator and I confirmed it compiles. example-sender.zip

I'm checking on; macOS 10.14.6 Xcode10.3 oF 0.11.0

freshmania-at commented 4 years ago

Hey, thanks a lot!

Now its building but I get a "dyld: Library not loaded: @rpath/libndi.4.dylib” error.

But than I found this: https://github.com/2bbb/ofxNDI/blob/48616bf6a51dd1abfe2a30608390b95dc97e5132/readme.md

nariakiiwatani commented 4 years ago

got fixed by that instructions?

freshmania-at commented 4 years ago

Yes! thanks a lot for asking.

nariakiiwatani commented 4 years ago

great! hope your project runs goodly!

for my information, would you to tell me what your environment is? like this;

macOS 10.14.6
Xcode10.3
oF 0.11.0
freshmania-at commented 4 years ago

yeah sure.

my system is:

macOS 10.13.6 Xcode9.2 oF 0.11.0

thanks for your help!