You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have tried to comment out the below line in CUOpusCoder.h on a Linux build but the Linux build still fails.
#define WITH_OPUS (PLATFORM_WINDOWS || PLATFORM_UNIX || PLATFORM_ANDROID)
Hey all,
Packaging (Android (ASTC)): G:/eeVReeUEMobile/eevree_unrealmobileapplication/Projects/eeVRee/Plugins/SocketIO/Source/CoreUtility/Public/CUOpusCoder.h(7,9): error: 'WITH_OPUS' macro redefined [-Werror,-Wmacro-redefined]
UATHelper: Packaging (Android (ASTC)): 1 error generated.
PackagingResults: Error: 'WITH_OPUS' macro redefined [-Werror,-Wmacro-redefined]
PackagingResults: Error: Unknown Error
For temporary solution I commented out the line
#define WITH_OPUS (PLATFORM_WINDOWS || PLATFORM_UNIX || PLATFORM_ANDROID)
After this the project compiles successfully.
The text was updated successfully, but these errors were encountered: