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

Error compiling HCC: <Mutex> not found #1175

Open
saitam757 opened this issue Jun 10, 2019 · 0 comments
Open

Error compiling HCC: <Mutex> not found #1175

saitam757 opened this issue Jun 10, 2019 · 0 comments

Comments

@saitam757
Copy link

saitam757 commented Jun 10, 2019

Hi. I'm trying to compile Hcc on Solus Linux (Package files here ). Shortly before end of compiling I get the following error:

[90%] Built target hc_lib Scanning dependencies of target mcwamp_atomic
[ 90%] Generating workitem.
[ 90%] Building CXX object lib/CMakeFiles/mcwamp_atomic.dir/mcwamp_atomic.cpp.
/home/xxxx/Projekte/native_repro/hcc_git/hcc/lib/mcwamp_atomic.cpp:1:10: fatal error: 'mutex' file not found
#include <mutex>
^~~~~~~
1 error generated.

make[2]: *** [lib/CMakeFiles/mcwamp_atomic.dir/build.make:63: lib/CMakeFiles/mcwamp_atomic.dir/mcwamp_atomic.cpp.o] Fehler 1
make[1]: *** [CMakeFiles/Makefile2:151437: lib/CMakeFiles/mcwamp_atomic.dir/all] Fehler 2

Mutex I would guess something with pthreads but thats installed. GCC compiler is 8.3.1. Does anybody has an idea what causes the error ? Thank you.

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