Impossible to build the Mac client on my iMac.
Thanks for your help
Errors :
client/main.cpp:381:7: error: duplicate case value: 'wxLANGUAGE_CHINESE_TRADITIONAL' and 'wxLANGUAGE_CHINESE_TAIWAN' both equal '137'
client/main.cpp:360:7: error: duplicate case value: 'wxLANGUAGE_SPANISH' and 'wxLANGUAGE_SPANISH_MODERN' both equal '735'
I commented out the extra cases 
there’s another error 
clouddrive/CloudFile.cpp:70:10: fatal error: 'sys/prctl.h' file not found
prctl.h does not exist on Mac OS X, only on Linux.
uroni
6
Ah, ok you need to use the 2.5.x branch, not the dev branch
1 Like
thanks !
I got a new installer for the x86_64 arch and the Mac OS X client is installed 