Opened 12 years ago

Closed 12 years ago

#1786 closed defect (fixed)

Documentation build fails

Reported by: p1d1d1 Owned by: strk
Priority: medium Milestone: PostGIS 2.0.1
Component: build Version: master
Keywords: Cc: strk

Description

Trying to build the doc (make html):

In file included from liblwgeom_internal.h:19:0,

from stringbuffer.c:40:

../postgis_config.h:4:34: fatal error: postgis_svn_revision.h: No such file or directory compilation terminated.

Change History (2)

comment:1 by strk, 12 years ago

The real culprit seems to be liblwgeom/Makefile, which doesn't encode dependency of liblwgeom.la on postgis_config.h and postgis_svn_revision.h

comment:2 by strk, 12 years ago

Component: documentationbuild/upgrade/install
Resolution: fixed
Status: newclosed

Fixed in r9656

Note: See TracTickets for help on using tickets.