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

call to deleted constructor of 'ActualT' (aka 'filament::RenderableManager::Builder') #8341

Closed
PatWu16 opened this issue Jan 9, 2025 · 3 comments · Fixed by #8350
Closed
Assignees
Labels
web Issue/request for WASM/WebGL

Comments

@PatWu16
Copy link

PatWu16 commented Jan 9, 2025

Describe the bug
MacOS 14.6 “./build.sh -p webgl release” execution failed

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

Apple clang version 15.0.0 (clang-1500.1.0.2.5)
Target: arm64-apple-darwin23.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

ninja 1.12.1

emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.74 (1092ec30a3fb1d46b1782ff1b4db5094d3d06ae5)
Copyright (C) 2014 the Emscripten authors (see AUTHORS.txt)
This is free and open source software under the MIT license.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

To Reproduce
Steps to reproduce the behavior:

cd filafment
./build.sh -p webgl release

Expected behavior
A clear and concise description of what you expected to happen.

Logs
Image

@bejado
Copy link
Member

bejado commented Jan 14, 2025

I wonder if this is an issue with a newer EMSDK. I'm able to build successfully with 3.1.56. Let me try upgrading and see if I can reproduce.

@bejado bejado added the web Issue/request for WASM/WebGL label Jan 14, 2025
@bejado
Copy link
Member

bejado commented Jan 14, 2025

Yeah, I'm able to reproduce after upgrading EMSDK to 4.0.0. Will take a look.

@PatWu16
Copy link
Author

PatWu16 commented Jan 15, 2025

Thanks

@PatWu16 PatWu16 closed this as completed Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web Issue/request for WASM/WebGL
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants