> > The full output from the whole build process is copied to a logfile: > http://pastebin.com/jUQpzvYz >
Johannes, I have taken a quick look at the logfile. There are tons of warnings and error messages. Please try to get rid of them. Examples: --- line 3800ff: [javac] /home/osm/build/mkgmap/trunk/src/uk/me/parabola/imgfmt/app/Writeable.java:5: warning: unmappable character for encoding ASCII You seem to compile with encoding ASCII. In case there are some non ASCII characters in the code you will get problems. --- line 1101ff: [copy] trunk/.classpath added as trunk/.classpath doesn't exist. There are hundres of such messages in the logfile. Some parts of the build script seem not to work. Maybe this causes that not the latest mkgmap version is used? --- line 1051ff: There are several error message in the patching section. #patch_patches: #Skipped because property 'isWindows' not set. #patch_patches: duration 0 seconds Are you sure that your patches are applied? I haven't read most of your other emails where you checked Markos proposals. So I don't know if you have tried to run a clean mkgmap build downloaded from the mkgmap website using your splitted files and your arguments. If you haven't done right now please do so and check if the error still occurs. WanMil _______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
