All it needs is the sys/time.h header file for the select call.  The
manpage for select asks for 3 header files, AsfNetworkInputStream.cpp is
just missing the one.

Here is the most trivial patch of all time.  It hasn't been fixed in the
CVS yet.

-----------------
--- AsfNetworkInputStream.cpp~  Fri Jun 29 16:13:54 2001
+++ AsfNetworkInputStream.cpp   Sun Jul  1 11:06:43 2001
@@ -21,6 +21,7 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <sys/types.h>
+#include <sys/time.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
------------------

Ryan Sadler

On Sun, 1 Jul 2001, Jacek [iso-8859-2] Pop�awski wrote:

> I think it's in CVS few days:
>
> c++ -DHAVE_CONFIG_H -I. -I. -I../../include -g -Wall -Wno-unused -g -O2 -march=i586 
>-pipe -Wp,-MD,.deps/AsfNetworkInputStream.pp -c AsfNetworkInputStream.cpp  -fPIC 
>-DPIC -o AsfNetworkInputStream.lo
> AsfNetworkInputStream.cpp: In method `int ASFNetworkInputStream::read(int, void *, 
>int)':
> AsfNetworkInputStream.cpp:403: variable `struct timeval tout' has initializer but 
>incomplete type
> AsfNetworkInputStream.cpp:405: confused by earlier errors, bailing out
>
> --
> >From the book the word is spoken
> Whispers from forgotten psalms
> Gather all around the young ones                   "Sign of the Southern Cross"
> They will make us strong                                    - Ronnie James Dio
>
> _______________________________________________
> Avifile mailing list
> [EMAIL PROTECTED]
> http://prak.org/mailman/listinfo/avifile
>


_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to