Re: Need header file to compile tcludp package




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

.



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: Need header file to compile tcludp package
    ... I have some new source code for tcludp package to support multiple ... fix the configure or make so that I compile for Linux. ...
    (comp.lang.tcl)
  • 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 did finally get it to compile. ...
    (comp.lang.tcl)
  • Re: Function prefix comments in C files
    ... > function prototype in a header .h file. ... I work for a large organization where as 10 or so programmers might ... directory at the source code to find information about how to call a ...
    (comp.arch.embedded)
  • Re: insert dialog
    ... > 3 Use wizard to Create new class CSecondDialog, ... > //create the second dialog window ... > source code in the #include area with others, ... > 6 Include the header for the main FIRST dialog in the Seconddlg.cpp source ...
    (microsoft.public.vc.mfc)