leadedge / ofxNDI

An Openframeworks addon to allow sending and receiving images over a network using the NewTek Network Device Protocol.
GNU General Public License v3.0
134 stars 48 forks source link

not working in macOS 2 #51

Closed RomainAl closed 4 months ago

RomainAl commented 4 months ago

Hi, I re-open this issue The dimitre fork work well in my mac os (Ventura 13.5.2) and xcode (14.3.1), but not your ofxNDI :

Capture d’écran 2024-05-14 à 16 45 55

I try to make the dimitre's modifications in your last commit, but style the same errors : "basically I've renamed libs/NDI/export to libs/NDI/lib updated addon_config.mk and copied libndi.dylib to libs/NDI/lib/osx"

And thx a lot for all !

leadedge commented 4 months ago

This is the same as reported in Issue #50 . At the moment the cause is unknown.

I can change "NDI/export" to "NDI/lib" without any issue, ("export" was used originally by NDI), but the trouble is that I can never update libndi.dylib as the NDI version is updated. The dynamic loading should work OK but I have not received any reply from Dimitre as to the cause of this problem.

RomainAl commented 4 months ago

Ok, now your ofxNDI is ok for my config ! THX !!