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

[utaustinvilla3d-make] Project compilation failed #9

Open
FinnianYFL opened this issue Apr 10, 2024 · 2 comments
Open

[utaustinvilla3d-make] Project compilation failed #9

FinnianYFL opened this issue Apr 10, 2024 · 2 comments

Comments

@FinnianYFL
Copy link

System Environment:Ubuntu 22.04(64bit)
Simulation Environment:Simspark 0.3.5, Rcssserver3D 0.7.6

A compilation error occurred while compiling the project.The error message is as follows:
微信图片_20240410142019

I've tried a variety of methods but it hasn't solved the problem, and I hope to get a reply from everyone.Thanks!

@1buyi
Copy link

1buyi commented Nov 1, 2024

同样的问题!最后好多都是报错

@Duanyy0813
Copy link

Duanyy0813 commented Dec 3, 2024

In Ubuntu22.04, the system's default g++/gcc version is 11.4, but under this version, some of the syntax used in the project is no longer supported. To solve this problem, you can use an earlier version of g++/gcc, such as 9.5. At the same time, in the behavior/samplesoccer.cc file, some functions in the template library are used, but the relevant header files are not included. You can add #include <set> and #include <list> to samplesoccer.h.

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