Opened 15 years ago

Closed 15 years ago

#248 closed defect (invalid)

build error on trunk

Reported by: tomkralidis Owned by: pramsey
Priority: major Milestone: 3.1.1
Component: Build/Install Version: main
Severity: Unassigned Keywords:
Cc:

Description

Hi: when building svn trunk on fc10 (./autogen.sh && ./configure --enable-python && make), the following error occurs:

make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/tkralidi/foss4g/geos/trunk/geos/source/algorithm/locate'
make[3]: Leaving directory `/home/tkralidi/foss4g/geos/trunk/geos/source/algorithm/locate'
Making all in distance
make[3]: Entering directory `/home/tkralidi/foss4g/geos/trunk/geos/source/algorithm/distance'
Makefile:298: .deps/DistanceToPoint.Plo: No such file or directory
make[3]: *** No rule to make target `.deps/DistanceToPoint.Plo'.  Stop.
make[3]: Leaving directory `/home/tkralidi/foss4g/geos/trunk/geos/source/algorithm/distance'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tkralidi/foss4g/geos/trunk/geos/source/algorithm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tkralidi/foss4g/geos/trunk/geos/source'
make: *** [all-recursive] Error 1

Not sure if this is related to r2373 or not.

Change History (1)

comment:1 by tomkralidis, 15 years ago

Resolution: invalid
Status: newclosed

Did a fresh svn co and things worked. Probably privs. Sorry for the noise.

Note: See TracTickets for help on using tickets.