I finally managed to get the WP6.0 statically linked demo, thanks to
Jeff Uphoff and his 1MB per chunk version of the tar file. Anyway,
I fetched the current copy of iBCS from tsx-11.mit.edu, /pub/linux/ALPHA
and put the code in my /usr/linux/ibcs directory. The compile fails
with the following error message:
cc -Iinclude -D__KERNEL__=1 -I../include -Wall -Wstrict-prototypes -O2 \
-fomit-frame-pointer -m486 -DSOCKSYS_MAJOR=30 -DIBCS_TRACE -DVERBOSE_ERRORS \
-DCOFF_TRACE -DEMU_BSD -c vtkd.c
In file included from vtkd.c:32:
include/ibcs/ibcs.h:32: warning: function declaration isn't a prototype
vtkd.c:39: `KDDISPTYPE' undeclared here (not in a function)
vtkd.c:39: initializer element for `trantab.out_ioctl' is not constant
vtkd.c:51: `KIOCINFO' undeclared here (not in a function)
vtkd.c:51: initializer element for `trantab.out_ioctl' is not constant
make: *** [vtkd.o] Error 1
Note: I am running 1.1.64.
I have seen a message on the net stating that one could simply define
these missing "defines", and another message stated that this would
cause a memory leak.
So, how should I fix this. I would really like to demo WP6.0 working
to show my boss, so I could order several copies before the end of
the year. (We have some money to spend!)
Thanks in advance,
George Erhart