On Mon, Dec 26, 2005 at 04:47:50PM +0530, [EMAIL PROTECTED] wrote: > Dear > I installed the package autoconf but still day time client is not working > following error occur > > plz help > > [EMAIL PROTECTED] ~]$ gcc -o byteorder byteorder.c > byteorder.c:1:17: unp.h: No such file or directory > byteorder.c: In function `main': > byteorder.c:10: error: `CPU_VENDOR_OS' undeclared (first use in this > function) > byteorder.c:10: error: (Each undeclared identifier is reported only once > byteorder.c:10: error: for each function it appears in.) > > > i am lookinf forward from you > [email protected] >
Hi, this can not work because you miss important libraries and include files First you need to download http://www.kohala.com/start/unpv12e/unpv12e.tar.gz and build it. There is a README included that explains the steps you need to take. However, some files there fail to compile and you need to fix these errors by hand first. If this is to difficult for you, try another OS, maybe FreeBSD or Linux, because OpenBSD is not supported (This does not mean that the examples there won't work, but you need to fix a few things first). Tobias

