[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
building a moab configured jnodeOS
I am trying to build the famous "Moab configured Jnodeos Jar file"
After running the configure script, i try to build
the jnodeOS and I get different errors according to
whether I set the janosvm option in the config phase or not:
If I leave the default janosvm I ger this error here:
[root@alocatel jnodeos-20010214]# ./build -moab
Compiling nodeos package (debug)
/oskit/jnodeos-20010214/src/nodeos/moab_Flow.Java:206: cannot resolve symbol
symbol : constructor MemorySpec (int,java.lang.String)
location: class edu.utah.janosvm.resources.MemorySpec
new MemorySpec(memSpec.getSize(),
^
1 error
make[1]: *** [.compile_nodeos] Error 1
make: *** [all] Error 2
If I set theh janosvm path to the jar file included with the
JanosVM sources, I get a LOT of errors, which seem all
to be classpath errors to me... :/
(there are just a few... there are others concerning the nodeos classes)
|
| any suggestions ???
| thanks
|
| Andreas
V
[root@alocatel jnodeos-20010214]# ./build -moab
Compiling nodeos package (debug)
/oskit/jnodeos-20010214/src/nodeos/CommHashtableHandle.Java:24: cannot
resolve symbol
symbol : class BooleanVisitor
location: package sys
import edu.utah.janosvm.sys.BooleanVisitor;
^
/oskit/jnodeos-20010214/src/nodeos/CommHashtableHandle.Java:25: cannot
resolve symbol
symbol : class CarrierVisitor
location: package sys
import edu.utah.janosvm.sys.CarrierVisitor;
^
/oskit/jnodeos-20010214/src/nodeos/CommHashtableHandle.Java:27: cannot
resolve symbol
symbol : class ThrowInVisitException
location: package sys
import edu.utah.janosvm.sys.ThrowInVisitException;
^
/oskit/jnodeos-20010214/src/nodeos/CommHashtableHandle.Java:57: cannot
resolve symbol
symbol : class CarrierVisitor
location: class edu.utah.janos.nodeos.CommHashtableHandle
final CarrierVisitor code)
^
/oskit/jnodeos-20010214/src/nodeos/CommSpaceHandle.Java:26: cannot resolve
symbol
symbol : class CarrierVisitor
location: package sys
import edu.utah.janosvm.sys.CarrierVisitor;
^
/oskit/jnodeos-20010214/src/nodeos/CommSpaceHandle.Java:27: cannot resolve
symbol
symbol : class ExceptionInVisit
location: package sys
import edu.utah.janosvm.sys.ExceptionInVisit;
^
/oskit/jnodeos-20010214/src/nodeos/CommSpaceHandle.Java:29: cannot resolve
symbol
symbol : class ThrowInVisitException
location: package sys
import edu.utah.janosvm.sys.ThrowInVisitException;
^
[ Janos ] [ OSKit ] [ Network Testbed ] [ Flick ] [ Fluke ]
Flux Research Group / Department of Computer Science / University of Utah