From: David T. <db...@me...> - 2004-02-16 06:23:23
|
On Thu, Feb 12, 2004 at 06:19:14PM +0100, Dirk Wellmann wrote: > build-wx4j: > [depend] Deleted 54 out of date files in 0 seconds > [javac] Compiling 124 source files to D:\MSYS\local\wx4j\build\wx4j\classes > [javac] D:\MSYS\local\wx4j\build\wx4j\java\org\wxwindows\wxAppNative.java:50: incompatible types > [javac] found : org.wxwindows.wxAppNative > [javac] required: org.wxwindows.wxApp > [javac] sApp = this; > [javac] ^ > [javac] D:\MSYS\local\wx4j\build\wx4j\java\org\wxwindows\wxApp.java:12: org.wxwindows.wxApp should be declared abstract; it does not define OnInit() in org.wxwindows.wxAppNative > [javac] public class wxApp extends wxAppNative { > [javac] ^ > [javac] 2 errors > > BUILD FAILED > D:\MSYS\local\wx4j\build.xml:139: Compile failed; see the compiler error output for details. I just encountered the same thing in a fresh build environment. Looks like changes in Swig between 1.3.19 and 1.3.21 are to blame, I'm looking into it now. |