Ok, looking good. I'm down to 1 compilation error, but I'm not sure how to
resolve it.
In fact, I'm not sure why it's a compilation error at all?
MultiHashMap.java: Line 24:
Name clash: The method get(K) of type MultiHashMap<K,V> has the same erasure
as get(Object) of type HashMap<K,V> but does not override it
It's not happy about the method signature:
public List<V> get(K key) {
...
So far what I've done is:-
1) Import the downloaded source file mkgmap-r1899-src.tar.gz
2) Added the libraries osmpbuf.jar and protobuf.jar
3) Deleted GeoTiffDEM.java (it had 20-odd errors but wasn't referenced from
anywhere)
That leaves me with the 1 error described above.
Any thoughts?
Walter
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of
> Steve Ratcliffe
> Sent: 23 March 2011 14:54
> To: Development list for mkgmap
> Subject: Re: [mkgmap-dev] Running mkgmap in Eclipse
>
>
> Hi
>
> On 23/03/11 10:30, Walter Wright wrote:
> > Hi, this is my first foray into looking at the mkgmap code so please
> > bear with. I'm trying to run mkgmap in an Eclipse workspace and I've
> > downloaded the r1899 source archive as a starting point.
> I'm getting a
> > load of errors, mostly around a number of crosby* libraries
> missing. Is
> > there somewhere I can look to find out what I need to do to pull
> > together a working environment?
>
> The splitter project contains the jar files you need. I've not got
> around to including them directly into the mkgmap project as they are
> required to build it (the files that use it can be excluded
> and it will
> still work).
>
> The jar files you need are protobuf.jar and osmpbf.jar which are
> located in the lib directory of the splitter project.
>
> http://svn.mkgmap.org.uk/splitter/trunk
>
> > Also, is Eclipse a suitable IDE for this? It's what I've
> been working
> > with for the last couple of years so it is comfortably
> familiar at least.
>
> Yes it will be fine if you are familiar with it. I don't use
> it myself,
> so I don't know how you configure the library jar files.
>
> ..Steve
>
> _______________________________________________
> mkgmap-dev mailing list
> [email protected]
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev