logo separator

[mkgmap-dev] exception in --list-styles

From Clinton Gladstone clinton.gladstone at googlemail.com on Tue Apr 21 11:52:03 BST 2009

On Mon, Apr 20, 2009 at 3:22 PM, FlaBot <flabot at googlemail.com> wrote:
> i also had newer problem with mkmap on my mbp with 10.5.x and Java
> 1.5/1.6 but i cant compile the splitter svn all the time ...

This is what I do to compile splitter.jar on my 10.5 OS X system:

$ export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/home
$ export PATH=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/home/bin:$PATH
$ java -version
java version "1.6.0_07"
Java(TM) SE Runtime Environment (build 1.6.0_07-b06-153)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_07-b06-57, mixed mode)
$ ant build
Buildfile: build.xml

prepare:
    [mkdir] Created dir: /Users/blarg/dev/mkgmap/mkgmap-splitter
copy/build/classes

compile:
    [javac] Compiling 21 source files to
/Users/blarg/dev/mkgmap/mkgmap-splitter copy/build/classes

build:

BUILD SUCCESSFUL
Total time: 1 second
$ ant dist
Buildfile: build.xml
[...]

BUILD SUCCESSFUL
Total time: 0 seconds

When I had 10.4 installed, I did something similar with soylatte.

Hope this helps.



More information about the mkgmap-dev mailing list