pkelsey/libuinet

Linux complication

Opened this issue · 2 comments

Are there any instructions on how to compile this project successfully on Linux distribution (e.g. Ubuntu)?
It seems like there are failures around vnet and data types.

uinet_internal.h:33:22: fatal error: net/vnet.h: No such file or directory
uinet_api.h:119:61: error: unknown type name ‘u_int’

Please help out.

I'm seeing this too on Fedora 21. It seems that net/vnet.h is in the sys/ folder of the source tree, but it's not being found.

actually I think this is a duplicate of #32