vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 |
| ||||
| "sam" <samwun@hgcbroadband.com> writes: > I tried to compile wfnetobjs under openbsd, but failed with the following > error message: > wfmacaddr.h:28: net/ethernet.h: No such file or directory The compiler is correct. There is no ethernet.h in OpenBSD. wfnetobjs must be written for some other OS. If you want to run it on OpenBSD you'll have to port the code. // marc |