This patch removes build errors with SWIG Version
1.3.24 , which are caused by invalid references in
.java files.
It doesn't take away build errors caused by make -f
linux.mk on x86_64 (fc4) .
Now also the samples and demo applications get fixed.
additionally, i changed build.xml, so that g++32 gets used
(and not g++ 4.0.1), which removes build errors on current
system.
The jdk include now points to sun jdk 1.5.0_04, which'll
mean that it's obvious to anybody if that directory does not
exist on his system and not that it look's like a default
include.
It now also compiles well on FC4 x86_64 witch SWIG 1.3.24.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1232681
Now also the samples and demo applications get fixed.
additionally, i changed build.xml, so that g++32 gets used
(and not g++ 4.0.1), which removes build errors on current
system.
The jdk include now points to sun jdk 1.5.0_04, which'll
mean that it's obvious to anybody if that directory does not
exist on his system and not that it look's like a default
include.
It now also compiles well on FC4 x86_64 witch SWIG 1.3.24.
remove compile errors for current systems.
Logged In: YES
user_id=1232681
Although it now compiles fine, the resulting libwx4j.so
get's lots of unresolved symbols and therefor does not work.