|
From: WILLIAM S. <Bil...@jh...> - 2004-07-03 19:21:46
|
Hi,
I'm new to wx4j. I'm using the newest version of swig and ant, however I'm getting this error. Sorry if this is a stupid question, but what's going wrong?
"Buildfile: build.xml
prepare:
build-swig:
[exec] make: Nothing to be done for `swig'.
build-tools:
[depend] Deleted 0 out of date files in 0 seconds
build-wx4j:
[depend] Deleted 76 out of date files in 0 seconds
[javac] Compiling 126 source files to /usr/src/wx4jsrc/wx4j-0.2.0/build/wx4j/classes
[javac] /usr/src/wx4jsrc/wx4j-0.2.0/build/wx4j/java/org/wxwindows/wxJUtil.java:198: cannot resolve symbol
[javac] symbol : method getApp ()
[javac] location: class org.wxwindows.wxApp
[javac] wxApp app = wxApp.getApp();
[javac] ^
[javac] /usr/src/wx4jsrc/wx4j-0.2.0/build/wx4j/java/org/wxwindows/wxJUtil.java:253: cannot resolve symbol
[javac] symbol : method getApp ()
[javac] location: class org.wxwindows.wxApp
[javac] wxApp app = wxApp.getApp();
[javac] ^
[javac] /usr/src/wx4jsrc/wx4j-0.2.0/build/wx4j/java/org/wxwindows/wxJUtil.java:396: cannot resolve symbol
[javac] symbol : method IsMainThread ()
[javac] location: class org.wxwindows.wxApp
[javac] if (wxApp.IsMainThread())
[javac] ^
[javac] 3 errors
BUILD FAILED
/usr/src/wx4jsrc/wx4j-0.2.0/build.xml:139: Compile failed; see the compiler error output for details.
"
thanks,
Bill
|