Re: [mkgmap-dev] Cannot generate map with --index

2010-08-16 Thread Dermot McNally
OK - blowing away my checked out code and starting again fixed the problem. Thanks to everyone for the suggestions. Dermot -- -- Iren sind menschlich ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] Cannot generate map with --index

2010-08-14 Thread Marko Mäkelä
On Sat, Aug 14, 2010 at 12:04:08AM +0100, Dermot McNally wrote: Maybe it's time to start splitting the file until I find the culprit. That's how I found a piece of broken coastline that was causing trouble before. Did you enable logging? My logging.properties

Re: [mkgmap-dev] Cannot generate map with --index

2010-08-14 Thread Johann Gail
I believe that you need to recompile mkgmap from scratch, do 'ant rebuild'. I did that, to no effect. Though in the spirit of your suggestion, I could blow away my code and check out from scratch, if you think that might help. Dermot Yes, that might help. The error

Re: [mkgmap-dev] Cannot generate map with --index

2010-08-14 Thread Dermot McNally
On 14 August 2010 09:48, Johann Gail johann.g...@gmx.de wrote: Yes, that might help. The error java.lang.IllegalAccessError points to a problem with the compiled code, not with the input osm data. Possibly there are some problems with your java runtime? I'll try it. Java is the normal MacOS

Re: [mkgmap-dev] Cannot generate map with --index

2010-08-13 Thread Dermot McNally
On 12 August 2010 22:21, Steve Ratcliffe st...@parabola.me.uk wrote: I believe that you need to recompile mkgmap from scratch, do 'ant rebuild'. I did that, to no effect. Though in the spirit of your suggestion, I could blow away my code and check out from scratch, if you think that might help.

Re: [mkgmap-dev] Cannot generate map with --index

2010-08-13 Thread Dermot McNally
On 12 August 2010 20:37, Felix Hartmann extremecar...@googlemail.com wrote: Might be good if that data were found... Maybe it's time to start splitting the file until I find the culprit. That's how I found a piece of broken coastline that was causing trouble before. Dermot --

[mkgmap-dev] Cannot generate map with --index

2010-08-12 Thread Dermot McNally
Hi, For a while I've been out of the habit of adding --index to my command line because I don't use Mapsource to put maps on my devices. However, I wanted to do some experiments and find that I can't make it work with the following command line: java -Xms2g -Xmx2g

Re: [mkgmap-dev] Cannot generate map with --index

2010-08-12 Thread Felix Hartmann
On 12.08.2010 20:55, Dermot McNally wrote: Hi, For a while I've been out of the habit of adding --index to my command line because I don't use Mapsource to put maps on my devices. However, I wanted to do some experiments and find that I can't make it work with the following command line:

Re: [mkgmap-dev] Cannot generate map with --index

2010-08-12 Thread Steve Ratcliffe
Hi Exception in thread main java.lang.IllegalAccessError: tried to access method uk.me.parabola.imgfmt.app.ImgReader.position()J from class uk.me.parabola.imgfmt.app.trergn.RGNFileReader$RgnOffsets Any ideas? I believe that you need to recompile mkgmap from scratch, do 'ant rebuild'.