Open GoogleCodeExporter opened 9 years ago
I think you must install libzipios++ devel headers first
Original comment by florent....@gmail.com
on 14 Sep 2008 at 12:10
do you have zlib.h in /usr/include or /usr/local/include?
Original comment by kml.mash...@gmail.com
on 15 Sep 2008 at 7:40
On my Ubuntu distribution, I have zlib.h file installed in the following
directories:
./src/linux-headers-2.6.24-19/include/linux/zlib.h
./src/linux-headers-2.6.24-19-generic/include/config/jffs2/zlib.h
./src/linux-headers-2.6.24-19-generic/include/linux/zlib.h
But, the zlib.h file is present in the libkml directory:
/libkml-0.4.0/third_party/zlib-1.2.3/contrib/minizip
So maybe, we can include the path in the include directories path in the
Makefile
For my project, I must use a "cmake" makefile, so I generated the
CMakeLists.txt, and
I have no problem. If you want, I can sent you this file, and the libkml could
be
compiled with CMake tool !
Original comment by thomas.f...@c-s.cnes.fr
on 16 Sep 2008 at 7:00
zlib is mostly there for ease of windows building. if `make` can't find zlib.h
in
your standard include path, you're going to have trouble building any other
linux
project that depends upon it. seems best in the long run that you twiddle your
system.
thanks for the cmake build. the N x M matrix of platforms and languages is large
enough that I couldn't promise that I could keep it current. but if you host it
somewhere, I'm more than happy to point at link your way from a wiki page here.
how's
that?
Original comment by kml.mash...@gmail.com
on 16 Sep 2008 at 7:06
If you want, you can download our otbkml/CMakeLists.txt file in the following
link:
http://git.orfeo-toolbox.org/?p=otb-lib-repo.git;a=summary
To use it, you must adapted it and change some OTB variables name (suppress OTB
var
name).
Original comment by thomas.f...@c-s.cnes.fr
on 16 Sep 2008 at 8:02
This link is a bit more direct:
http://git.orfeo-toolbox.org/?p=otb-lib-repo.git;a=blob_plain;f=Utilities/otbkml
/CMakeLists.txt;hb=fec218a84b70a5adf1d3eda3c16472178bb6f50c
Original comment by emmanuel...@gmail.com
on 16 Sep 2008 at 10:00
Original issue reported on code.google.com by
thomas.f...@c-s.cnes.fr
on 12 Sep 2008 at 9:59