zsh-workers
 help / color / mirror / code / Atom feed
* Problem compiling tcp module
@ 2001-06-07 20:29 Bart Schaefer
  0 siblings, 0 replies; only message in thread
From: Bart Schaefer @ 2001-06-07 20:29 UTC (permalink / raw)
  To: zsh-workers

This is on RedHat 6.2:

gcc -c -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DMODULE -Wall -Wno-implicit -Wmissing-prototypes -O2 -fpic -o tcp..o tcp.c
In file included from tcp.c:36:
tcp.h:44: field `in' has incomplete type
make[3]: *** [tcp..o] Error 1

gcc --version
2.95.1

Looking at /usr/include/sys/tcp.h, it appears that there's a declaration
of a pointer-to-sockaddr_in but not of the actual structure (which is
just an alias for a sockaddr).


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-06-07 20:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-07 20:29 Problem compiling tcp module Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).