View Single Post

   
  #1 (permalink)  
Old 02-16-2008, 05:07 AM
sam
 
Posts: n/a
Default problem with wfiface.* and ethernet.h

Dear all,

I tried to compile wfnetobjs under openbsd, but failed with the following
error message:

root@sec [11:38pm] [...local/wfnetobjs-0.1.8]# make
make all-recursive
Making all in intl
Making all in po
Making all in man
Making all in lib
Making all in rvlog
Making all in netobjs
/bin/sh ../libtool --mode=compile
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../rvlog -O2 -Wall -c
iface.cc
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../rvlog -O2 -Wall -c
face.cc -fPIC -DPIC -o .libs/iface.o
In file included from wfiface.h:31,
from iface.cc:37:
wfmacaddr.h:28: net/ethernet.h: No such file or directory
*** Error code 1

Stop in /usr/local/wfnetobjs-0.1.8/netobjs.
*** Error code 1

Stop in /usr/local/wfnetobjs-0.1.8 (line 207 of Makefile).
*** Error code 1

Is there any patch i need to update in openbsd lately?

Thanks
sam


Reply With Quote