Opened 9 years ago

Closed 6 years ago

#720 closed defect (wontfix)

Make Errors with GEOS 3.4.2 -

Reported by: tgilli Owned by: geos-devel@…
Priority: major Milestone: 3.6.3
Component: Default Version: 3.4.2
Severity: Unassigned Keywords: Make errors
Cc:

Description

Does anyone have any ideas why I'm getting the below "make" errors with GEOS 3.4.2? Seems to be a compiler issue on this particular RHEL VM server with old font letters...but not sure. I'm able to install GEOS 3.4.2 on another RHEL VM server without any issues.

Here's part of the errors...Thanks.

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IndexedPointInAreaLocator.lo -MD -MP -MF .deps/IndexedPointInAreaLocator.Tpo -c IndexedPointInAreaLocator.cpp -fPIC -DPIC -o .libs/IndexedPointInAreaLocator.o In file included from ../../../include/geos/geom/Geometry.h:25,

from IndexedPointInAreaLocator.cpp:17:

../../../include/geos/platform.h:112:2: error: #error "Can not compile without isnan function or macro" In file included from IndexedPointInAreaLocator.cpp:16: ../../../include/geos/algorithm/locate/IndexedPointInAreaLocator.h:67: error: ISO C++ forbids declaration of âvectorâ with no type ../../../include/geos/algorithm/locate/IndexedPointInAreaLocator.h:67: error: invalid use of â::â ../../../include/geos/algorithm/locate/IndexedPointInAreaLocator.h:67: error: expected â;â before â<â token

Change History (7)

comment:1 by strk, 9 years ago

Don't you get any error at ./configure time ? It looks like it cannot find "isnan", which is a required.

comment:2 by tgilli, 9 years ago

I went back to the output for ./configure and did find the below.

"checking for isnan... no"

Did a "locate isnan" and returned this. /usr/share/man/man3/isnan.3.gz /usr/share/man/man3/isnanf.3.gz /usr/share/man/man3/isnanl.3.gz /usr/share/man/man3p/isnan.3p.gz

Is this the same isnan? If so, should I update my PATH with /usr/share/man/man3/ ?

If not, how do I get this?

Thanks for the help.

comment:3 by robe, 9 years ago

is this still an issue?

comment:4 by strk, 8 years ago

Milestone: 3.4.33.6.1

Ticket retargeted after milestone deleted

comment:5 by strk, 7 years ago

Milestone: 3.6.13.6.2

Ticket retargeted after milestone closed

comment:6 by strk, 7 years ago

Milestone: 3.6.23.6.3

Ticket retargeted after milestone closed

comment:7 by robe, 6 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.