2 errors when compiling client on Mac OS 15.7.4, xcode-select version 2410

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'

Let some LLM fix it :wink:

I commented out the extra cases :slight_smile:

there’s another error :frowning:

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.

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 :slight_smile: