Hello,
I am trying to install Stream Mill in Ubuntu 22 LTS by following the instructions in the README.md file. When I run make, I get the following error message:
In file included from dbug.c:70:
vargs.h:99:15: error: conflicting types for ‘va_list’; have ‘char *’
99 | typedef char *va_list;
Is there a way to overcome this error?
Thank you for your time and help.
Hello,
I am trying to install Stream Mill in Ubuntu 22 LTS by following the instructions in the README.md file. When I run
make, I get the following error message:Is there a way to overcome this error?
Thank you for your time and help.