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
$ export MIR_SYMBOLS_MAP_GENERATOR_CLANG_LIBRARY_PATH=/usr/lib/llvm-18/lib $ export MIR_SYMBOLS_MAP_GENERATOR_CLANG_SO_PATH=/usr/lib/llvm-18/lib/libclang.so.1 $ cmake --build cmake-build-release/ --target regenerate-mirserver-internal-debian-symbols [1/1] cd /home/alan/CLionProjects/mir && /home/alan/CLionProjects/mir/tools/symbols_map_generator/run.sh --library mir_server_internal --version 2.18 --output_symbols FAILED: src/server/CMakeFiles/regenerate-mirserver-internal-debian-symbols /home/alan/CLionProjects/mir/cmake-build-release/src/server/CMakeFiles/regenerate-mirserver-internal-debian-symbols cd /home/alan/CLionProjects/mir && /home/alan/CLionProjects/mir/tools/symbols_map_generator/run.sh --library mir_server_internal --version 2.18 --output_symbols /bin/sh: 1: /home/alan/CLionProjects/mir/tools/symbols_map_generator/run.sh: not found ninja: build stopped: subcommand failed.
There is no run.sh anywhere
run.sh
The text was updated successfully, but these errors were encountered:
Of course, we don't track the symbols so it probably shouldn't exist anyway
Sorry, something went wrong.
Yeah this shouldn't exist. I must have forgotten to delete it. The generate-mirserver-symbols-map handles both external and internal symbols
generate-mirserver-symbols-map
1d25491
mattkae
Successfully merging a pull request may close this issue.
There is no
run.sh
anywhereThe text was updated successfully, but these errors were encountered: