Re: [mkgmap-dev] Build instructions

2018-02-04 Thread Jeremy Audet
> That is correct they require Java 8. > > I've fixed the development page to state that. Thanks for letting us know. Great! Thanks for fixing this issue. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] Build instructions

2018-02-01 Thread Steve Ratcliffe
Hi Jeremy I maintain the mkgmap and splitter packages in the Arch Linux AUR. [1] [2] As far as I can tell, both of these applications require Java 8. For example, if splitter is executed with Java 7, it will throw a java.lang.UnsupportedClassVersionError. [3] Consequently, I've set both

Re: [mkgmap-dev] build instructions and protobuf

2010-10-20 Thread Peter Suzie
Hi Steve. that stooped the error but the jar file is still not built even though no errors: Buildfile: build.xml prepare: compile: compile-pbf: build: dist: [copy] Warning: Could not find file C:\opt\jars\osmprotobuf\osmprotobuf.jar to copy. [copy] Warning: Could not find file

Re: [mkgmap-dev] build instructions and protobuf

2010-10-20 Thread Peter Suzie
It worked after I did a clean first, it does now tell me Invalid option: 'tdb-v4' , has this been dropped? On Wed, Oct 20, 2010 at 7:43 PM, Peter Suzie pslowa...@gmail.com wrote: Hi Steve. that stooped the error but the jar file is still not built even though no errors: Buildfile: build.xml

Re: [mkgmap-dev] build instructions and protobuf

2010-10-20 Thread Steve Ratcliffe
On 20/10/10 12:11, Peter Suzie wrote: It worked after I did a clean first, it does now tell me Invalid option: 'tdb-v4' , has this been dropped? I don't think it ever existed - just now you get warnings for invalid options. version 4 is the default for tdbfile so no option is needed.

Re: [mkgmap-dev] build instructions and protobuf

2010-10-20 Thread Peter Suzie
I did have to use the option when I first started using it or the files generated crashed mapsource. Yes was only this latest build that the error started but I cannot see anything in the change logs, removng the option does fix it. On Wed, Oct 20, 2010 at 10:19 PM, Steve Ratcliffe

Re: [mkgmap-dev] build instructions and protobuf

2010-10-19 Thread Carlos Dávila
El 19/10/10 00:40, Greg Troxel escribió: I'm glad to see pbf support in mkgmap, but doing an svn checkout and 'ant dist' fails, or at least prints an error. The README does not explain where to find the apparently missing jar files, or how to check them out and build them. Ideally, it would

Re: [mkgmap-dev] build instructions and protobuf

2010-10-19 Thread Steve Ratcliffe
Hi Sorry this is kind of replying to two people at once.. On 19/10/10 15:57, Carlos Dávila wrote: El 19/10/10 00:40, Greg Troxel escribió: I'm glad to see pbf support in mkgmap, but doing an svn checkout and 'ant dist' fails, or at least prints an error. The README does not Could you send

Re: [mkgmap-dev] build instructions and protobuf

2010-10-19 Thread Peter Suzie
I had the same thing yesterday after of doing a checking out the lastest version, first one for about 2 weeks, the build failed because it could not find protobuf.jar On Wed, Oct 20, 2010 at 7:37 AM, Steve Ratcliffe st...@parabola.me.uk wrote: Hi Sorry this is kind of replying to two people

Re: [mkgmap-dev] build instructions and protobuf

2010-10-19 Thread Steve Ratcliffe
On 19/10/10 21:50, Peter Suzie wrote: I had the same thing yesterday after of doing a checking out the lastest version, first one for about 2 weeks, the build failed because it could not find protobuf.jar OK I see, I've committed a temporary fix for that. ..Steve