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

Make install inside docker failing due to invalid syntax in Configuration.cpp #72

Open
hrkgarg opened this issue Oct 30, 2023 · 2 comments

Comments

@hrkgarg
Copy link

hrkgarg commented Oct 30, 2023

Hi,

Thanks for sharing the code.

However, I need a small help. I am unable to run this project. I was proceeding as per documentation, and is stuck currently. When using command "make install" inside the docker, I am getting issue in compilation of Configuration.cpp file.
On digging further, I understand that this could be the issue with values provided in env.sh wherein SOCKET_BUFFER_ENABLED=0 is provided. Additionally, few other parameters are also there for GTP and UDP interface names.
Can you help me with providing this information, So, that I can compile and run it in my setup.

Thanks

@hrkgarg
Copy link
Author

hrkgarg commented Oct 30, 2023

Till now, I have tried giving the values in env.sh file and also in docker-compose file. But I haven't had any luck.

@bradley-code-again
Copy link

Hi, change the Configuration.cpp.in, comment this line:
// unsigned char Configuration::sIsSocketBufferEnabled = @SOCKET_BUFFER_ENABLED@
and add another line:
unsigned char Configuration::sIsSocketBufferEnabled = 0;

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

2 participants