justinfrankel / licecap

LICEcap simple animated screen capture tool for Windows and OS X
http://www.cockos.com/licecap
5.29k stars 446 forks source link

Build Error on MacOS Sierra: undeclared identifiers CMGetSystemProfile and CMCloseProfile #27

Open BusFactor1Inc opened 7 years ago

BusFactor1Inc commented 7 years ago

When trying to build with XCode, I get the following errors:

/Users/burton/BusFactor1/Software/licecap/WDL/swell/swell-gdi.mm:121:31: Use of undeclared identifier 'CMGetSystemProfile'

/Users/burton/BusFactor1/Software/licecap/WDL/swell/swell-gdi.mm:125:9: Use of undeclared identifier 'CMCloseProfile'

I'm new to MacOS development so I'm unsure of how to fix these errors. Missing framework or include header, maybe?

At commit 7546b1b1fcdba7f311d9a6c0174b475968877770.

esaruoho commented 6 years ago

@BusFactor1Inc the XcodeProject has been updated, are you still seeing the same issue? At least I was able to compile it using Xcode & macOS High Sierra.