Opened 12 years ago

Closed 12 years ago

Last modified 8 years ago

#592 closed defect (fixed)

Build error in 3.2 branch

Reported by: strk Owned by: geos-devel@…
Priority: major Milestone: 3.6.1
Component: Default Version: 3.2.3
Severity: Unassigned Keywords: history
Cc:

Description

g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3

libtool: compile:  ccache g++ -DHAVE_CONFIG_H -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -g -O2 -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -MT CoordinateSequenceFactory.lo -MD -MP -MF .deps/CoordinateSequenceFactory.Tpo -c CoordinateSequenceFactory.cpp  -fPIC -DPIC -o .libs/CoordinateSequenceFactory.o
In file included from CoordinateSequenceFactory.cpp:20:0:
../../source/headers/geos/geom/CoordinateSequenceFactory.h:78:37: error: 'create' declared as a 'virtual' field
../../source/headers/geos/geom/CoordinateSequenceFactory.h:78:30: error: expected ';' at end of member declaration
../../source/headers/geos/geom/CoordinateSequenceFactory.h:78:37: error: declaration of 'geos::geom::CoordinateSequence* geos::geom::CoordinateSequenceFactory::create'
../../source/headers/geos/geom/CoordinateSequenceFactory.h:65:30: error: conflicts with previous declaration 'virtual geos::geom::CoordinateSequence* geos::geom::CoordinateSequenceFactory::create(std::vector<geos::geom::Coordinate>*) const'
../../source/headers/geos/geom/CoordinateSequenceFactory.h:78:44: error: expected ')' before 'size'
make[3]: *** [CoordinateSequenceFactory.lo] Error 1

Change History (3)

comment:1 by strk, 12 years ago

Resolution: fixed
Status: newclosed

Fixed by r3717

comment:2 by strk, 12 years ago

Keywords: history added

comment:3 by strk, 8 years ago

Milestone: 3.2.43.6.1

Ticket retargeted after milestone deleted

Note: See TracTickets for help on using tickets.