Re: Need header file to compile tcludp package
- From: wiederling@xxxxxxxxxxxxxx
- Date: Thu, 30 Aug 2007 22:06:49 -0000
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
.
- Follow-Ups:
- Re: Need header file to compile tcludp package
- From: dkushner99
- Re: Need header file to compile tcludp package
- From: dkushner99
- Re: Need header file to compile tcludp package
- References:
- Need header file to compile tcludp package
- From: dkushner99
- Need header file to compile tcludp package
- Prev by Date: Re: TCL-UDP: Problems compiling a modified version (by the developer) of the package
- 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
|