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

Build faiiled while trying to build aar file. #7238

Closed
Arvind0005 opened this issue Oct 6, 2023 · 1 comment
Closed

Build faiiled while trying to build aar file. #7238

Arvind0005 opened this issue Oct 6, 2023 · 1 comment

Comments

@Arvind0005
Copy link

⚠️ Issues not using this template will be systematically closed.

While im trying to render my 3d model using filament i faced an issue similar to this so i cloned the filament repo and made changes to the bone count variable. and now i need to build the aar file to use it as android library.

im trying to build this in windows but while executing

cmake ^
    -G Ninja ^
    -DCMAKE_INSTALL_PREFIX=..\release\filament ^
    -DFILAMENT_ENABLE_JAVA=NO ^
    -DCMAKE_BUILD_TYPE=Release ^
    ..\..

this in cmd following the Building Filament for Android on Windows article i got this below error

CMake Error at CMakeLists.txt:179 (message):
  Detected C compiler GNU is unsupported

i found a similar issue for linux but can i get the solution for windows.

@romainguy
Copy link
Collaborator

Make sure you have the msvc compiler or clang.

@romainguy romainguy closed this as not planned Won't fix, can't repro, duplicate, stale Oct 6, 2023
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

No branches or pull requests

2 participants