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

gcc dependencies issue when installing DNest4 in macOS Monterey #40

Open
jlillo opened this issue Aug 25, 2023 · 0 comments
Open

gcc dependencies issue when installing DNest4 in macOS Monterey #40

jlillo opened this issue Aug 25, 2023 · 0 comments

Comments

@jlillo
Copy link

jlillo commented Aug 25, 2023

While trying to install the package in my macOS Monterey (12.0.1) I the the following issue related to the gcc dependencies:

g++ -std=c++11 -O3 -march=native -Wall -Wextra -pedantic -DNDEBUG -c -o Barrier.o Barrier.cpp
In file included from /opt/local/include/gcc49/c++/bits/postypes.h:40:0,
from /opt/local/include/gcc49/c++/bits/char_traits.h:40,
from /opt/local/include/gcc49/c++/string:40,
from /opt/local/include/gcc49/c++/stdexcept:39,
from /opt/local/include/gcc49/c++/array:38,
from /opt/local/include/gcc49/c++/tuple:39,
from /opt/local/include/gcc49/c++/mutex:38,
from Barrier.h:4,
from Barrier.cpp:1:
/opt/local/include/gcc49/c++/cwchar:44:19: fatal error: wchar.h: No such file or directory
#include <wchar.h>
^
compilation terminated.
make: *** [Barrier.o] Error 1

Any idea what could be going wrong?
Thanks a lot,
Jorge

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