Open drboone opened 5 days ago
Hi @drboone,
Thank you for reporting this and sharing your build output. I will add that include to the headers to resolve this.
I have pushed a fix for this issue as well as the one the CI identified in opensea-transport when I pushed the fix. It's on our develop branch currently, but will get pulled into our next release.
Much appreciated!
A number of C files in the common and transport subtrees include
subprojects/opensea-common/include/io_utils.h
. On Solaris derived systems (in this case, SmartOS, an Illumos distro), since this hasn't included stdargs.h, va_list is undefined. There's a second idential issue in secure_file.h Build log:va_list.txt
Not sure whether you would prefer to include this in the .h files, or from each of the C modules.
Compiler: