lu-zero / bmdtools

Basic capture and play programs for Blackmagic Design Decklink
Boost Software License 1.0
198 stars 74 forks source link

Mac compilation problems #66

Closed nbd712 closed 8 years ago

nbd712 commented 8 years ago

I've been having a rough time trying to compile this on OSX 10.9. I've got all the libraries correctly placed, however once make is run I run into this error: Undefined symbols for architecture x86_64: then a long list of items.

Any ideas as to what could be the problem?

nbd712 commented 8 years ago

Totally my bad, turns out I needed to run:

"make PKG_CONFIG_PATH=/usr/local/lib/pkgconfig" to define the PKG_CONFIG_PATH variable.

lu-zero commented 8 years ago

Ah, looks like my answer remained in the email client.

For reference:

Glad it had been found, you can also use this tap in case.