
17 Jul
2006
17 Jul
'06
10:18 a.m.
On Mon, 2006-07-17 at 18:04 +0400, Bulat Ziganshin wrote:
Hello gurus :)
i got message about problems compiling Streams 0.2.1 library on Unix systems:
- I include file io.h, but this particular system has "sys/io.h"
Are you sure you need sys/io.h? What are you using from it? As far as I can see it doesn't define anything that you might want to use, just functions for reading and writing bytes from/to the non-portable unix io ports feature (aka /dev/port). Duncan