Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: google-cloud-cpp #5991

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from
Open

Conversation

Altina-oz
Copy link
Contributor

Google Cloud Platform C++ Client Libraries

@@ -15,6 +15,9 @@ package("google-cloud-cpp")
if package:is_plat("android") then
raise("package(google-cloud-cpp) unsupported on android due to package(grpc) is unsupported on android yet.")
end
if package:is_plat("mingw") then
raise("package(google-cloud-cpp) unsupported on android due to package(grpc) is unsupported on mingw yet.")
end
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

checking for Minimal target version of Xcode for macosx (arm64) ... 14.5
note: the following packages are unsupported on mingw/i386:
-> grpc v1.62.1 [from:google-cloud-cpp, license:Apache-2.0]

@Altina-oz
Copy link
Contributor Author

checking for SDK version of NDK ... 30
testing to check packages ...
testing to install packages ...
note: the following packages are unsupported on android/armeabi-v7a:
  -> grpc v1.62.1 [from:google-cloud-cpp, license:Apache-2.0]

Wonder why google cloud client cpp is not supported on Android

kill cross|arm and BSD
@Altina-oz
Copy link
Contributor Author

Altina-oz commented Dec 16, 2024

@programdir/core/main.lua:329: @programdir/modules/async/runjobs.lua:325: @programdir/core/sandbox/modules/os.lua:202: cannot change directory /tmp/.xmake1001/241216/xmake-repo/test, not found this directory No such file or directory
@Altina-oz
Copy link
Contributor Author

grpc/grpc#37210
In the Windows 11 SDK 10.0.26100.0, the NAN macro is no longer a compile-time constant, causing issues with certain code constructs like constexpr. This can lead to compilation failures in code relying on NAN being a constant expression.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant