Closed GoogleCodeExporter closed 8 years ago
a normal full build automatically builds all examples:
: cd svn/libkml/trunk
: mkdir build
: cd build
: ../configure
: make
: ./examples/helloworld/createkml
<kml>
<Placemark>
<name>Cool Statue</name>
<Point>
<coordinates>
-122.0816695,37.42052549,0
</coordinates>
</Point>
</Placemark>
</kml>
:
Original comment by kml.b...@gmail.com
on 4 Sep 2009 at 5:03
It was my fault. The boost library was missing, but unobvious. The requirements
does
not say boost is necessary, in my opinion. Although, I may be wrong.
It does not matter longer. Remember, without the boost library libkml willnot
comile
correctly.
greets,
Stefan
Original comment by begerad-...@online.de
on 4 Sep 2009 at 6:49
The (very small) part of boost required is shipped with libkml and used
automatically by the build system:
http://code.google.com/p/libkml/source/browse/#svn/trunk/third_party/boost_1_34_
1/boost
We don't list it in DEPENDENCIES as it's basically an internal implementation
detail,
however we have carefully coded things such that we could offer a configure
option
to use the boost library of your choice.
Original comment by kml.b...@gmail.com
on 10 Sep 2009 at 1:32
That sounds interessting.
I described only the required configuration effort in order to use libkml on my
system(ubuntu 2.6.28-15-generic). I do not realy know why, but a successful
installation("sudo make install") of libkml on my system occured after the
installation of the boost library. Of course, it could be a system specific
matter
and solved by using configure option during the installation of libkml. I have
not
discovered the problem furthermore.
Original comment by begerad-...@online.de
on 10 Sep 2009 at 7:22
Original issue reported on code.google.com by
begerad-...@online.de
on 26 Aug 2009 at 11:58