We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We might have to link libxvega.a with the xcpp target for starters (to avoid undefined symbols) and while doing that I see
libxvega.a
CMake Error at /Users/anutosh491/micromamba/envs/xeus-cpp-wasm-host/lib/cmake/xvega/xvegaConfig.cmake:45 (include): include could not find requested file: /Users/anutosh491/micromamba/envs/xeus-cpp-wasm-host/lib/cmake/xvega/xvegaTargets.cmake Call Stack (most recent call first): CMakeLists.txt:112 (find_package) CMake Error at /Users/anutosh491/micromamba/envs/xeus-cpp-wasm-host/lib/cmake/xvega/xvegaConfig.cmake:46 (get_target_property): get_target_property() called with non-existent target "xvega". Call Stack (most recent call first): CMakeLists.txt:112 (find_package)
I think this was fixed by #52 but we might want to make a release and update the recipe on emscripten-forge is what I guess would work ?
cc @JohanMabille
The text was updated successfully, but these errors were encountered:
Trying to replicate the example notebook that is provided in the source code.
Sorry, something went wrong.
Closing as this now works in xeus-cpp-lite (with some workarounds)
No branches or pull requests
We might have to link
libxvega.a
with the xcpp target for starters (to avoid undefined symbols) and while doing that I seeI think this was fixed by #52
but we might want to make a release and update the recipe on emscripten-forge is what I guess would work ?
cc @JohanMabille
The text was updated successfully, but these errors were encountered: