Re: Need header file to compile tcludp package



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

.



Relevant Pages

  • Re: Need header file to compile tcludp package
    ... I have some new source code for tcludp package to support multiple ... Does anyone know where I can get this header ... I got it to compile!! ...
    (comp.lang.tcl)
  • Re: [LONG] help with old source code from book
    ... not able to compile most of the source code given there. ... how about including the command line to compile the ... under linux with gcc i tried: ... This file includes at least one deprecated or antiquated header. ...
    (comp.lang.c)
  • Re: Need header file to compile tcludp package
    ... 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 ... Does anyone know where I can get this header ...
    (comp.lang.tcl)
  • Re: [LONG] help with old source code from book
    ... able to compile most of the source code given there. ... how about including the command line to compile the ... This file includes at least one deprecated or antiquated header. ... or instead of the deprecated header ...
    (comp.lang.c)
  • Re: header files including other files
    ... Really I guess I am asking advice about source code organisation. ... Now, in any particular module, the module header file declares exported ... compile it with no errors. ...
    (comp.arch.embedded)