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

compiling error #13

Open
puppybutthole opened this issue Jul 4, 2023 · 2 comments
Open

compiling error #13

puppybutthole opened this issue Jul 4, 2023 · 2 comments

Comments

@puppybutthole
Copy link

[ 40%] Linking CXX executable SubgraphMatching.out
/usr/bin/ld: CMakeFiles/SubgraphMatching.out.dir/StudyPerformance.cpp.o:/home/uds/app/SubgraphMatching-master/matching/EvaluateQuery.h:15: multiple definition of `extendable_vertex_compare'; CMakeFiles/SubgraphMatching.out.dir/EvaluateQuery.cpp.o:/home/uds/app/SubgraphMatching-master/matching/EvaluateQuery.h:15: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [matching/CMakeFiles/SubgraphMatching.out.dir/build.make:195:matching/SubgraphMatching.out] 错误 1
make[1]: *** [CMakeFiles/Makefile2:169:matching/CMakeFiles/SubgraphMatching.out.dir/all] 错误 2
make: *** [Makefile:91:all] 错误 2

I don't know how to fix this problem

@lxhq
Copy link

lxhq commented Oct 2, 2023

Hi, puppybutthole,

I have the same problem. I found it is because my complier's version is too high. I installed g++ 9.4 and solved the problem.

@shixuansun
Copy link
Member

The compiling issue has been resolved. Thanks.

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

3 participants