You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: