[geos-devel] Re: About < temporarily > GEOS tarball of tonight's CVS source
Norman Vine
nhv at cape.com
Mon Oct 7 19:25:24 EDT 2002
Hisaji ONO writes:
> Thank you very much for your help, Mr. Vine.
>
> I could download CVS codes and overwrite your modifications over them.
>
> However I've got following error messages after executing make.
>
>
g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers -D
> GEOS
> _VERSION=\"0.0.1\" -g -O2 -c
>
./graph/index/MonotoneChainEdge.cpp -Wp,-MD,.deps/MonotoneChainEdge.TPlo -D
PIC -DPIC -o MonotoneChainEdge.o
> ../graph/index/MonotoneChainEdge.cpp: In method `double
MonotoneChainEdge::getMinX(int)':
> ../graph/index/MonotoneChainEdge.cpp:43: no matching function for call to
`vector<int,allocator<int> >::at (int &)'
it seems as if we are working from different sources
this is what I have for ../graph/index/MonotoneChainEdge.cpp:43
double x1=pts.getAt(startIndex[chainIndex]).x;
ACK... I see .... I didn't get all of my changes into the tarball
OK - I have uploaded a new tarball which should hopefully have all
my changes this time
# this tarball made with this command from $geos/src
tar -czvf nhv_src.tgz */*.cpp */*/*.cpp */*.h */Makefile.am
new file @
http://www.vso.cape.com/~nhv/files/postgres/geos_nhv_src.tgz
My apologies for the inconvenience
Norman
==========
Instructions:
==========
This is just the 'source' directory
You will need a complete set of GEOS files from
the CVS inorder to get this to work
Best to back up your originals first
ie after doing a CVS checkout
cd to $GEOS source
# make a tarball of eveeryting
% tar -czvf orig_src.tgz */*.cpp */*/*.cpp */*.h */Makefile.am
# extract my files
% tar -xzvf $PATH_TO/nhv_src.tgz
# reconfigure GEOS
% cd $GEOS
% ./autogen.sh
% ./configure
% make
More information about the geos-devel
mailing list