qorelanguage / qore

Qore Programming Language
GNU General Public License v2.0
61 stars 10 forks source link

Qore does not build on illumos #4798

Closed niclasr closed 1 year ago

niclasr commented 1 year ago

When building Qore on illumos, the build crashes because illumos defines AF_LINK and AF_PACKET but does not support the linux packet API. It also does not have link_ntoa even if it has net/if_dl.h. Fix for this coming up.

niclasr commented 1 year ago

Illumos seems to be supporting AF_PACKET but does not have linux/if_packet.h.