Closed fantassin closed 2 years ago
This issue was caused by this PR: https://github.com/vlang/v/pull/9904
Try copying vlib/net/address_freebsd.c.v
to vlib/net/address_solaris.c.v
, then potentially editing the file (max_unix_path and struct C. declarations), to match the solaris definitions.
Please consider a way to execute a Solaris/SmartOS CI runner for each commit/PR to move support forward @fantassin. See: https://discordapp.com/channels/592103645835821068/592320321995014154/960280734894030918
After this making PRs should be relatively straight forward.
V version: OS:
What did you do? Run
example/news_fetcher.v
What did you expect to see? Compile and run
What did you see instead? Fail to compile