aws-samples / amazon-polly-metahumans

This Unreal Engine sample project demonstrates how to bring Epic Games' MetaHuman digital characters to life using the Amazon Polly text-to-speech service from AWS. Use this project as a starting point for creating your own Unreal Engine applications that leverage Amazon Polly to give voice to your MetaHumans.
MIT No Attribution
178 stars 67 forks source link

build polly c++ sdk Failed on mac #10

Closed KingStorm closed 2 years ago

KingStorm commented 2 years ago

Build failed on mac:

[----------] Global test environment tear-down [==========] 475 tests from 76 test cases ran. (7633 ms total) [ PASSED ] 475 tests. /repo/aws_downloads/aws-sdk-cpp/aws-cpp-sdk-core-tests/RunTests.cpp:40: Failure Expected equality of these values: memorySystem.GetCurrentOutstandingAllocations() Which is: 16 0ULL Which is: 0 /repo/aws_downloads/aws-sdk-cpp/aws-cpp-sdk-core-tests/RunTests.cpp:40: Failure Expected equality of these values: memorySystem.GetCurrentBytesAllocated() Which is: 1440 0ULL Which is: 0 /repo/aws_downloads/aws-sdk-cpp/aws-cpp-sdk-core-tests/RunTests.cpp:40: Failure Value of: memorySystem.IsClean() Actual: false Expected: true aws-cpp-sdk-core-tests(10932,0x102cac580) malloc: error for object 0x6000038f8858: pointer being freed was not allocated aws-cpp-sdk-core-tests(10932,0x102cac580) malloc: set a breakpoint in malloc_error_break to debug /bin/sh: line 1: 10932 Abort trap: 6 ./aws-cpp-sdk-core-tests --gtest_shuffle --gtest_repeat=3 make[2]: [aws-cpp-sdk-core-tests/aws-cpp-sdk-core-tests] Error 134 make[2]: Deleting file `aws-cpp-sdk-core-tests/aws-cpp-sdk-core-tests' make[1]: [aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/all] Error 2 make: [all] Error 2 mkdir: /repo/aws_downloads/Mac: File exists cp: /repo/aws_downloads/aws-sdk-cpp/_install/include: No such file or directory ls: /repo/aws_downloads/aws-sdk-cpp/_install/lib/*.dylib: No such file or directory

cmake version 3.24.0-rc2

CMake suite maintained and supported by Kitware (kitware.com/cmake).

KingStorm commented 2 years ago

disable the DCUSTOM_MEMORY_MANAGEMENT works fine.