-
Notifications
You must be signed in to change notification settings - Fork 19
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
Build failure #9
Comments
Also, when I tried doing the build using the normal
|
The C compiler on Debian Buster does not like strncpy. You need to replace the statement with snprintf. |
Thx will give it a try. If it works I'll drop a patch somewhere for others. |
I have tried replacing strncpy with snprintf but get a very similar error. What seemed to work for me is disable the
instead of just |
where did you make the replacement? |
It's been a while so I don't remember the details, sorry. To be honest as I'm looking at it now I wonder if it was the wsbridge module or if I ran into the error somewhere else (I remember having had difficulty compiling FreeTDM). What I did was look up the line numbers for which I saw the error and for each of those lines replace |
Hi there,
Has anyone come across this so far...?
Some system details below:
Possibly some minor C tweaks required...? Or adjust some CFLAGS...?
The text was updated successfully, but these errors were encountered: