Re: [geos-devel] Compiling troubles

2008-01-07 Thread chirag soni
Hello Friends, I have problem with buffer operation which has same input geometry with three different distance. I have three cases for buffer operation as bellow. Case 1 and Case 3 gives perfect result.But Case 2 has some problem it sould give Multipolygon with two circular polygon like Case3.

Re: [geos-devel] Compiling troubles

2008-01-02 Thread Mateusz Loskot
Meek, Allan (Contractor) wrote: > And there it is! Thanks for the help, Paul and Mateusz. I got rid of the > INSTALL variable, logged out, logged back in, and did a compile from > scratch. Everything looks good now. Allan, Great to hear it! Cheers -- Mateusz Loskot http://mateusz.loskot.net ___

RE: [geos-devel] Compiling troubles

2008-01-02 Thread Meek, Allan (Contractor)
: January 2, 2008 4:55 PM To: GEOS Development List Subject: Re: [geos-devel] Compiling troubles Ah, so simple it bonks one over the nose, once you see it: You over-rode the INSTALL environment variable, which has *whoops* special meaning within the context of a "make install" operation.

Re: [geos-devel] Compiling troubles

2008-01-02 Thread Paul Ramsey
Ah, so simple it bonks one over the nose, once you see it: You over-rode the INSTALL environment variable, which has *whoops* special meaning within the context of a "make install" operation... it is the program to use to install the files! Unsetenv INSTALL and use something a little less

RE: [geos-devel] Compiling troubles

2008-01-02 Thread Meek, Allan (Contractor)
CTED] On Behalf Of Paul Ramsey Sent: January 2, 2008 4:42 PM To: GEOS Development List Subject: Re: [geos-devel] Compiling troubles You might have to pre-make the target directories... mkdir $INSTALL/bin mkdir $INSTALL/lib mkdir $INSTALL/include P. On 2-Jan-08, at 1:33 PM, Meek, Allan (Contracto

Re: [geos-devel] Compiling troubles

2008-01-02 Thread Paul Ramsey
Loskot Sent: January 2, 2008 4:30 PM To: GEOS Development List Subject: Re: [geos-devel] Compiling troubles Meek, Allan (Contractor) wrote: Hi, I just downloaded geos-3.0.0.tar.bz2 today and tried to compile it in Red Hat Linux, but I have encountered some troubles. Here are the steps I f

RE: [geos-devel] Compiling troubles

2008-01-02 Thread Meek, Allan (Contractor)
anks for your help, Allan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mateusz Loskot Sent: January 2, 2008 4:30 PM To: GEOS Development List Subject: Re: [geos-devel] Compiling troubles Meek, Allan (Contractor) wrote: > Hi, > > I just downloaded geo

Re: [geos-devel] Compiling troubles

2008-01-02 Thread Mateusz Loskot
Meek, Allan (Contractor) wrote: > Hi, > > I just downloaded geos-3.0.0.tar.bz2 today and tried to compile it in > Red Hat Linux, but I have encountered some troubles. > > Here are the steps I followed: > > - extracted the contents of the tar file to /rde/ameek/GEOS/geos-3.0.0 > - set the INSTALL

[geos-devel] Compiling troubles

2008-01-02 Thread Meek, Allan (Contractor)
Hi, I just downloaded geos-3.0.0.tar.bz2 today and tried to compile it in Red Hat Linux, but I have encountered some troubles. Here are the steps I followed: - extracted the contents of the tar file to /rde/ameek/GEOS/geos-3.0.0 - set the INSTALL environmental variable to /rde/ameek/GEOS/binlin