--- In iolanguage%40yahoogroups.com">iolanguage
yahoogroups.com, Danya <me.dendik
...> wrote:
>
> It looks like you tried to build it with BSD make, it has a bit
> different syntax. Try using gmake.
>
> Cheers.
Aha. That seems to have been the main problem. Thanks!
Even with gmake I still have errors, but probably that's because I
haven't got the right header files. FreeBSD comes with options for
easily including various bits of linux, and the quesion now is which
bits I need. I can probably work this out for myself later. I may as
well post the errors here, though, just in case it's obvious to someone.
In file included from source/IoBlock.c:9:
source/IoBlock.h:7:20: error: Common.h: No such file or directory
source/IoBlock.h:8:18: error: List.h: No such file or directory
In file included from source/IoBlock.h:9,
from source/IoBlock.c:9:
source/IoObject.h:11:19: error: PHash.h: No such file or directory
In file included from source/IoObject.h:26,
from source/IoBlock.h:9,
from source/IoBlock.c:9:
source/IoObject_struct.h:9:21: error: BStream.h: No such file or directory
In file included from source/IoObject_struct.h:10,
from source/IoObject.h:26,
from source/IoBlock.h:9,
from source/IoBlock.c:9:
[... and then more errors which look like consequences of those errors]
.