Hello,
During compiling sqlitejdbc by make , i have the following error message
The java class is not found: org.ibex.classgen.CGConst
saul:/logs/sqlite/testv3.3.0 # make
export CC
export CFLAGS
make -C upstream build/org/sqlite/SQLite.class
make[1]: Entering directory `/logs/sqlite/testv3.3.0/upstream'
tar xfz dl/nestedvm-2007-01-12.tgz
java -cp
nestedvm-2007-01-12/build:nestedvm-2007-01-12/upstream/build/classgen/build
\
org.ibex.nestedvm.Compiler \
-outformat class -d build -o unixRuntime \
org.sqlite.SQLite build/SQLite.mips
The java class is not found: org.ibex.classgen.CGConst
make[1]: *** [build/org/sqlite/SQLite.class] Error 1
make[1]: Leaving directory `/logs/sqlite/testv3.3.0/upstream'
make: *** [upstream/build/org/sqlite/SQLite.class] Error 2
The first time, i thought that is a classpath problem but this class is in
nestedvm-2007-01-12/upstream/build/classgen/build.
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---