On Wed, Mar 26, 2014 at 5:23 PM, <[email protected]> wrote:
> Could you post or have a look at libc_plan9.h - that file is generated by
> stripping out some things from /sys/include/libc.h and it appears that
> something in that process has generated a syntax error.
Pete,
Yes, you are right. I see an empty enum declaration:
enum {
}
.. in between the "extern .. tokenize.." and "extern .. malloc .. "
declarations.
I will see how this file is generated. Thank you very much. I am
running 9atom and not the Bell Labs plan9. I am not sure if some
structures are not in sync in any header files.
> ps. I think it’s impossible to copy from vbox unless you have guest
> additions installed and AFAIK guest additions for plan9 have not been
> written.
Ah, okay. Thanks. I think I will install it on natively on my desktop
PC this weekend.
Thanks again.
Ramakrishnan