Re: [gdal-dev] Building Java Bindings for use with "apt-get gdal-bin"

2011-02-25 Thread Sam Ritchie
A custom build of fwtools sounds like the perfect solution, here. Then my bootstrap procedure consists of downloading my FWTools build, opening it up, running ./install.sh and adding the directory to the path (to allow access to the libraries). Thanks, Even, this is great! On Fri, Feb 25, 2011 at

Re: [gdal-dev] Building Java Bindings for use with "apt-get gdal-bin"

2011-02-25 Thread Even Rouault
Le vendredi 25 février 2011 21:02:06, Sam Ritchie a écrit : > Even, > > Thanks for the response, and sorry for my late reply, here. > > What you write makes sense, especially after processing this problem a bit > further. As you mentioned, libgdal1- was installed by apt-get... the > problem h

Re: [gdal-dev] Building Java Bindings for use with "apt-get gdal-bin"

2011-02-25 Thread Sam Ritchie
Even, Thanks for the response, and sorry for my late reply, here. What you write makes sense, especially after processing this problem a bit further. As you mentioned, libgdal1- was installed by apt-get... the problem here is that apt-get has libgdal1-1.5.0, and I was building java bindings f

Re: [gdal-dev] Building Java Bindings for use with "apt-get gdal-bin"

2011-02-24 Thread Even Rouault
Le jeudi 24 février 2011 16:51:12, Sam Ritchie a écrit : > Hey all, > > QUICK VERSION: > When I build the java bindings for gdal, what native dependencies do I need > to transfer over to another machine (with an identical install location) to > get them to run? > > LONG VERSION: > I'm working on

[gdal-dev] Building Java Bindings for use with "apt-get gdal-bin"

2011-02-24 Thread Sam Ritchie
Hey all, QUICK VERSION: When I build the java bindings for gdal, what native dependencies do I need to transfer over to another machine (with an identical install location) to get them to run? LONG VERSION: I'm working on an application that requires the java bindings for gdal 1.8.0 to be package