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

macOS build fails #993

Open
aboeing opened this issue Feb 26, 2025 · 0 comments
Open

macOS build fails #993

aboeing opened this issue Feb 26, 2025 · 0 comments

Comments

@aboeing
Copy link

aboeing commented Feb 26, 2025

Following the documented build instructions, building on OSX (15.3.1) fails, with a number of clang errors for "fexperimental-library":

[ 62%] Building CXX object CMakeFiles/TracyImGui.dir/build/.cpm-cache/imgui/7a472667385eecc978f446e40d5e23678a8af918/imgui_demo.cpp.o
clangclangclang: : clang: : clangclang: : errorerror: : error: errorunknown argument: '-fexperimental-library': unknown argument: '-fexperimental-library'
errorunknown argument: '-fexperimental-library':

unknown argument: '-fexperimental-library'
error: unknown argument: '-fexperimental-library'
unknown argument: '-fexperimental-library'
clang: error: unknown argument: '-fexperimental-library'
make[2]: *** [CMakeFiles/TracyImGui.dir/build/.cpm-cache/imgui/7a472667385eecc978f446e40d5e23678a8af918/imgui_draw.cpp.o] Error 1

Build commands were:
cmake -B profiler/build -S profiler -DCMAKE_BUILD_TYPE=Release
cmake --build profiler/build --config Release --parallel

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

1 participant