shaka-project / shaka-player-embedded

Shaka Player in a C++ Framework
Apache License 2.0
239 stars 62 forks source link

Unable to configure with --cpu arm64 #218

Open shimiuh opened 2 years ago

shimiuh commented 2 years ago

Issue https://github.com/google/shaka-player-embedded/issues/41 was closed, But I am still getting the same issue with the fix.

SourceCode /Users/shimiu/SourceCode/VectorMax/shaka-player-embedded/configure --ios --cpu arm64 Loading required submodules... Downloading GN from cloud storage... Generating files for boringssl... Running configure for binutils... Running configure for clang... Running configure for sdl2... Running configure for ffmpeg... Running configure for gflags... Standard output: -- Configuring incomplete, errors occurred! See also "/Users/shimiu/SourceCode/gen/gflags/CMakeFiles/CMakeOutput.log". See also "/Users/shimiu/SourceCode/gen/gflags/CMakeFiles/CMakeError.log".

Standard error: CMake Error at CMakeLists.txt:282 (message): Do not know how to define a 32-bit integer quantity on your system! Neither uint32_t, u_int32_t, nor _int32 seem to be available. Set [GFLAGS]INTTYPES_FORMAT to either C99, BSD, or VC7 and try again.

dfoteinakis commented 2 years ago

Are you on Big Sur? It does not build there. If you can get a machine VM with the previous OS, try there.

shimiuh commented 2 years ago

Yes I am on macOS Big Sur Version 11.4(20F71) Thanks for the quick response I will try with a different OS. PS Is there any plan to fix this in the near future?