Conky-for-macOS / conky-for-macOS

macOS port of the Light-weight system monitor for X.
https://github.com/Conky-for-macOS/conky-for-macOS/wiki
GNU General Public License v3.0
157 stars 9 forks source link

Problems compiling on Mavericks 10.9.5 #4

Closed npyl closed 7 years ago

npyl commented 7 years ago

Problems when compiling on Mavericks:

npyl commented 7 years ago

OSX does not define the csr_get_active_config in versions Mavericks and before! Therefore we can't use it in our code. On versions higher than Mavericks though it is defined thus we can at least compile.

npyl commented 7 years ago

EXTREMELY IMPORTANT: If you are compiling on Mavericks or lower please set the CMAKE_OSX_DEPLOYMENT_TARGET to the corresponding version ( e.g for Mavericks set to 10.9 and so on..)

For versions higher than Mavericks this is not required!!!