Hello all,
What is the status of Virtual Site support in CVS? Is there a
different tag I should be looking at than the HEAD?
A fresh check out gives a lot of errors reguarding the
(depricated/removed?) GenHash(Node|Table). I've made changes to the code
to use GenDistEntryNode, which seem to compile, but then I get:
g++ -DHAVE_CONFIG_H
-I/home/nwf/src/external/mozart/mozart/platform/emulator/libdp -I.
-I/home/nwf/src/external/mozart/mozart/platform/emulator/libdp/.. -I..
-fno-exceptions -fno-implicit-templates -O3 -pipe -fstrict-aliasing
-march=pentium -mcpu=pentiumpro -fomit-frame-pointer -fpic -c -o
virtual.lo.o virtual.cc && mv virtual.lo.o virtual.lo
In file included from virtual.cc:38:
vs_msgbuffer.hh: In constructor `
VSMarshalerBufferOwned::VSMarshalerBufferOwned(VSMsgChunkPoolManagerOwned*,
DSite*)':
vs_msgbuffer.hh:955: error: `getVirtualSite' undeclared (first use this
function)
vs_msgbuffer.hh:955: error: (Each undeclared identifier is reported only
once
for each function it appears in.)
(More errors follow)
And indeed, getVirtualSite is referenced but never defined:
$ find . -type f -exec grep -H -e getVirtualSite {} \;
./platform/emulator/libdp/vs_msgbuffer.hh: vs = siteIn->getVirtualSite();
./platform/emulator/libdp/vs_msgbuffer.hh.orig: vs = siteIn->getVirtualSite();
./platform/emulator/libdp/virtual.cc: VirtualSite *vs = dest->getVirtualSite();
./platform/emulator/libdp/virtual.cc: vs = s->getVirtualSite();
./platform/emulator/libdp/virtual.cc: dvs = ds->getVirtualSite();
./platform/emulator/libdp/virtual.cc: sVS = sS->getVirtualSite();
./platform/emulator/libdp/virtual.cc: VirtualSite *vs = myS->getVirtualSite();
Thanks in advance.
--nwf;
-
Please send submissions to hackers@mozart-oz.org
and administriva mail to hackers-request@mozart-oz.org.
The Mozart Oz web site is at http://www.mozart-oz.org/.