[OSM-dev] unable to create jar file from the OSM-binary

mmd mmd.osm at gmail.com
Sat Jun 13 17:21:33 UTC 2015


Am 03.06.2015 um 17:23 schrieb Peter Körner:
> Hi
> 
> On 03.06.2015 16:49, Holger Jeromin wrote:
>> Laura Barroso wrote on 02.06.2015 20:22:
>>> Hi, currently I’m trying to compile the OSM-binary library…however there’s
>>> an error that keeps bugging me:
>>
>> What is the "the OSM-binary library…"?
> 
> I guess he/she's talking about https://github.com/scrosby/OSM-binary


If that's the OSM-binary Laura tries to compile via `ant`, it might make
sense to install the missing libprotobuf-java first:

  sudo apt-get install libprotobuf-java

That solved the build issue for me on Ubuntu 14.04.

Cheers
mmd


Log:

$ ant

Buildfile: /home/mmd/OSM-binary/build.xml

init:

build:
    [javac] Compiling 16 source files to /home/mmd/OSM-binary/build

dist:
      [jar] Building jar: /home/mmd/OSM-binary/osmpbf.jar

all:

BUILD SUCCESSFUL
Total time: 3 seconds










More information about the dev mailing list