Re: Need header file to compile tcludp package
- From: dkushner99@xxxxxxxxx
- Date: Thu, 30 Aug 2007 15:43:59 -0700
On Aug 30, 3:06 pm, wiederl...@xxxxxxxxxxxxxx wrote:
dkushne...@xxxxxxxxx wrote:
Hi,
I have some new source code for tcludp package to support multiple
interfaces and I need to compile it on my Linux but there is a header
file missing (filio.h). Does anyone know where I can get this header
file? I'm not a developer but I would assume these files should be
available on the net somewhere. A quick search on the net didn't help,
but I tried before asking.
Thanks,
- Daniel
for "atoi" to resolve you need:
#include <stdlib.h>
for "recv_from" to resolve you need:
#include <sys/types.h>
#include <sys/socket.h>
for "inet_ntoa" to resolve you need :
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
filio.h seems to be bsd related
what about taking the ..0.8 tcludp package
configure and build and then patch
the changes into the source
and recompile?
uwe
Thank you. I did finally get it to compile. I replaced the:
#include </usr/include/sys/ioctl.h>
with:
#include </usr/include/asm/ioctls.h>
and it compiled. I still don't know if it works. I'll paly some more.
- Daniel
.
- References:
- Need header file to compile tcludp package
- From: dkushner99
- Re: Need header file to compile tcludp package
- From: wiederling
- Need header file to compile tcludp package
- Prev by Date: Re: catch replacing useful errorInfo
- Next by Date: Re: TCL-UDP: Problems compiling a modified version (by the developer) of the package
- Previous by thread: Re: Need header file to compile tcludp package
- Next by thread: Re: Need header file to compile tcludp package
- Index(es):
Relevant Pages
|