error: expected ‘)’ before ‘(’ token when compiling on centos/rocky 8 #3642
Unanswered
OrenMustaki
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Im getting a compilation error when im trying to compile on CentOS 8.4 ( same on rocky 8.5 )
It works fine when compiling on CentOS 7
a simple example to reproduce the error :
test.cpp:
test.hpp
to compilr run:
g++ test.cpp -c -isystem /path/to/python/3.9.7/include/python3.9/ -isystem /path/to/pybind11/2.9.0/include/
the compilation fails with intel compiler ( OneApi 2022.1.1 ) and with python 3.7.2
any ideas ?
thanks in advance
Oren
Beta Was this translation helpful? Give feedback.
All reactions